Docs

Jobs API

Search live postings by title, location, salary, seniority, work arrangement and industry.

What it returns

One request returns a page of fully structured postings: title, company, normalised location, salary range with currency and period, experience level, required years, skills, technologies, benefits, source board and the date we first saw the listing.

POST /v2/jobs/search
{
  "job_titles": ["Software Engineer"],
  "geo_locations": [{ "city": "Seattle", "region": "Washington", "country": "United States" }],
  "location_types": ["Remote"],
  "salary": { "min": 120000 },
  "page": 1,
  "limit": 20
}

Fields you will not find elsewhere