jobs_phenom_board
Search public job postings on a Phenom People career site by domain. Filter by keywords, location, category, and paginate results without requiring authentication. Returns structured JSON for any company's Phenom-powered job board.
Instructions
Search a Phenom People tenant's job board. Searches a company's public Phenom People career site (a white-labeled domain such as careers.whataburger.com or jobs.cvshealth.com — Phenom serves the search-results page as server-rendered HTML with the job data embedded inline, not a JSON API, but this is still credential-free public data with no auth, cookie, or session required). domain is the tenant's careers domain from its careers URL. Paged via offset/limit; limit is a best-effort page-size hint some tenants ignore, so count always reflects what actually came back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order, default relevant | |
| limit | No | Page size hint, default 10, max 100 (some tenants ignore this and return their own configured page size regardless) | |
| domain | Yes | Phenom tenant careers domain (careers URL) | |
| offset | No | Page offset, default 0 | |
| category | No | Filter: category contains | |
| keywords | No | Free-text keyword search | |
| location | No | Filter: location contains |