indeed_search
Search job postings on Indeed by keyword and location. Use filters for recency, radius, sorting, and pagination to refine results.
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 |