Reads LinkedIn's logged-out job search (the guest endpoint its own infinite scroll calls) and delivers title, company, location, posting date, salary chip and the job URL. Public listings only — no login, no cookies, no browser. Paginates 10 cards at a time until max_results.
$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, region or country, e.g. "New York" or "Italy".
remote_only (boolean) — Only listings LinkedIn marks as remote.
posted_within_days (integer) — Only listings posted in the last N days (1–30).
country (string) — ISO 3166-1 alpha-2 code — proxy exit geo and Google locale (gl). Omit for the default pool.
max_results (integer) — How many jobs to deliver at most (1–300). You pay only for delivered jobs.
posted_at (string, nullable) — Posting date (ISO, from the card's <time>).
posted_label (string, nullable) — Posting age as shown ("2 weeks ago").
salary (string, nullable) — Salary chip when LinkedIn shows one.
benefits (string, nullable) — Benefits chip when shown.
job_id (string, nullable) — LinkedIn job id (dedupe key).
link (string, nullable) — Listing URL.
logo (string, nullable) — Company logo URL.
FAQ
What does the LinkedIn jobs API return?
Reads LinkedIn's logged-out job search (the guest endpoint its own infinite scroll calls) and delivers title, company, location, posting date, salary chip and the job URL. Public listings only — no login, no cookies, no browser. Paginates 10 cards at a time until max_results. Each row carries 12 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 LinkedIn 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.