indeed_search
Search Indeed for job postings using keywords and location. Filter results by radius, posting date, sort order, and page number to get structured job listings.
Instructions
Indeed job search. Searches Indeed job postings by keyword and location. Primary transport is Indeed's own credential-free GraphQL API; a page 1, unfiltered-by-date request uses it directly. Requesting page 2+ or the fromage filter (not yet expressible over the primary transport) uses the original web-page transport instead, with the same normalized response shape either way. sort enum: relevance (default), date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| l | No | Location (city, state, or zip) | |
| q | Yes | Search keywords | |
| page | No | Page number, 1-based, defaults to 1 | |
| sort | No | Sort order: relevance, date | |
| radius | No | Search radius in miles | |
| fromage | No | Only jobs posted within this many days |