Job market and hiring-demand research
Use Indeed endpoints to turn job market and hiring-demand research into repeatable API requests with documented inputs and JSON responses.
Turn public Indeed job search into structured hiring data — keyword and location job search, one job's full detail by job key, and location autocomplete for building valid search queries. Credential-free.
Search Indeed job postings by keyword and location and get job detail and location autocomplete as structured JSON.
Endpoint families
3
Documented params
12
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
6
Schema refs
3
{
"platform": "Indeed",
"endpoint": "indeed-search",
"method": "GET",
"path": "/indeed/search",
"auth": "apiKey"
}Use cases
Search Indeed job postings by keyword and location and get job detail and location autocomplete as structured JSON.
Use Indeed endpoints to turn job market and hiring-demand research into repeatable API requests with documented inputs and JSON responses.
Use Indeed endpoints to turn job posting aggregation and monitoring into repeatable API requests with documented inputs and JSON responses.
Use Indeed endpoints to turn location-based job search tooling into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/indeed/job
/indeed/locations/suggest
/indeed/search
Endpoint catalog
/indeed/searchSearches 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`.
/indeed/jobReturns one Indeed job posting by its job key (the `job_key` field returned by search). Primary transport is Indeed's own credential-free GraphQL API; falls back to the original web-page transport if that fails.
/indeed/locations/suggestReturns Indeed's own location-search autocomplete suggestions for a partial location string -- the same suggestions the app's search bar offers -- for building a valid `l` value for search. Credential-free GraphQL only; there is no page-based fallback for this endpoint.
Related APIs
Business & Market Intelligence
Turn public GitHub ecosystem signals into structured data for developer-market research, open-source intelligence, recruiting, and AI-agent workflows.
Business & Market Intelligence
Collect public TrustMRR startup marketplace and leaderboard data as normalized JSON for startup research, SaaS discovery, and market intelligence workflows.
Business & Market Intelligence
Add website and competitive intelligence signals from SimilarWeb to research pipelines.
How to scrape Indeed
Crawlora's Indeed endpoints return job search, job detail, and location autocomplete as normalized JSON with one API key — no HTML parsing or account required.
Send a keyword and location to /indeed/search for normalized job postings.
Pass the job_key from a search result to /indeed/job for that posting's full detail.
Use /indeed/locations/suggest to turn a partial location string into a valid `l` value for /indeed/search.
Re-run searches on a schedule to track new postings and hiring-demand trends across keywords and locations.
FAQ
Send a keyword and location to Crawlora's /indeed/search endpoint and get normalized job postings as structured JSON.
No Indeed account or API key is required from the caller — only your Crawlora API key.
Pass the job_key returned by /indeed/search to /indeed/job for that posting's full detail.