amazon-jobs-research
Installation
SKILL.md
Amazon Jobs search
Search Amazon's public careers site (amazon.jobs) and pull individual job postings as normalized JSON from the Crawlora API, no scraping amazon.jobs by hand.
When to use this skill
- "Search Amazon for jobs in ." — keyword/category search on amazon.jobs.
- "What is Amazon hiring for in ?" — filter by Amazon's own job-category taxonomy.
- "Show me the full listing for Amazon job id ." — pull one posting's description and qualifications.
- "What are the newest Amazon job postings for ?" — sort by most recently posted.
Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at https://crawlora.net.
export CRAWLORA_API_KEY=sk_your_key_here- All requests:
x-api-key: $CRAWLORA_API_KEYagainsthttps://api.crawlora.net/api/v1. Missing/invalid key →401.