Searches an Indeed market for a role and delivers job key, title, employer, location, remote model, structured salary range (min/max/period), job types, posting age, snippet and employer rating. Parsed from the page's own hydration payload, so the rows survive Indeed's CSS churn. TLS tier, no browser.
$0.001 per delivered job, up to 300 jobs per run. Nothing delivered means nothing charged.
Inputs
query (string, required) — Job title or keywords, e.g. "data engineer".
location (string) — City, state or postcode, e.g. "New York".
posted_within_days (integer) — Only listings posted in the last N days (1–30).
country (string) — ISO 3166-1 alpha-2 code — picks the local site AND the proxy exit (default us).
max_results (integer) — How many jobs to deliver at most (1–300). You pay only for delivered jobs.
What one job looks like
rank (integer) — 1-based position across pages.
job_key (string) — Indeed job key (dedupe key).
title (string) — Job title.
company (string, nullable) — Employer.
location (string, nullable) — Location as shown.
remote (string, nullable) — Remote model (REMOTE, REMOTE_HYBRID…).
salary (string, nullable) — Salary as a readable string.
salary_min (number, nullable) — Salary range minimum.
salary_max (number, nullable) — Salary range maximum.
Searches an Indeed market for a role and delivers job key, title, employer, location, remote model, structured salary range (min/max/period), job types, posting age, snippet and employer rating. Parsed from the page's own hydration payload, so the rows survive Indeed's CSS churn. TLS tier, no browser. Each row carries 17 fields, listed in full on this page.
What do I send it?
A semantic input, not a URL list: query are required. One run returns up to 300 jobs.
How much does the Indeed jobs API cost?
$0.001 per delivered job. A run that delivers nothing is not billed, and the
monthly free credit covers about 1,000 jobs here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.