← ClaudeAtlas

indeed-researchlisted

Searches Indeed job postings and pulls single job listings via the Crawlora API — keyword + location search, location autocomplete, and job detail by job key — returning clean JSON. Use when the user wants to search Indeed for jobs, look up location suggestions for an Indeed search, or fetch the full detail of a specific Indeed posting.
Crawlora-org/crawlora-skills · ★ 0 · Data & Documents · score 72
Install: claude install-skill Crawlora-org/crawlora-skills
# Indeed job search Search Indeed job postings by keyword and location, resolve a valid location string via autocomplete, and pull the full detail of a single posting — all as normalized JSON from the Crawlora API, no scraping indeed.com by hand. ## When to use this skill - "Search for <role> jobs in <location> on Indeed." - "What's the right Indeed location string for <partial city/area>?" - "Pull the full detail for this Indeed job (job key <jk>)." - "Find recent <role> postings on Indeed within the last N days." - "Page through Indeed search results for <role>." ## Setup (one-time) - Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills). - `export CRAWLORA_API_KEY=sk_your_key_here` - All requests: `x-api-key: $CRAWLORA_API_KEY` against `https://api.crawlora.net/api/v1`. Missing/invalid key → `401`. ## How it works 1. **Resolve a location (optional but recommended)** — `/indeed/locations/suggest` takes a partial location string (`q`) and returns Indeed's own autocomplete suggestions, the same ones the app's search bar offers, so you can build a valid `l` value for search instead of guessing. 2. **Search** — `/indeed/search` takes keywords (`q`, required) plus optional `l` (location), `radius`, `fromage` (only jobs posted within the last N days), `sort` (`relevance` or `date`), and `page` for pagination. Each result includes a `job_k