amazon_jobs_search
Find Amazon job postings by search query or category, with full descriptions and qualifications returned directly in a structured JSON response.
Instructions
Amazon Jobs search. Searches Amazon's public careers site (amazon.jobs) via its credential-free search JSON. Each result includes the full description and qualifications inline. sort accepts relevant (default, upstream relevance ranking) or recent (newest posted first). Either q or category (or both) must be given -- category filters by Amazon's own job-category taxonomy and works with no text query at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. Either q or category is required | |
| page | No | Page number, 1-based | |
| sort | No | Sort order | |
| limit | No | Results per page, max 100 (default 20) | |
| country | No | ISO 3166-1 alpha-3 country code filter | |
| category | No | Amazon's own job-category taxonomy slug. Either q or category is required |