UnifyAPI
← Back to catalog

theirstack.jobs

mock data$0.002 / call

Search Job Postings

Search 181M+ job postings worldwide — filter by keywords, country, remote, tech stack, recency. Returns title, company, location, salary range, post date. Job market intelligence for hiring analysis and talent sourcing (TheirStack)

Jobs & Careersprovider: Theirstack#theirstack#jobs

Input schema

days

Max age in days (1-90). Only jobs posted within this window

integer
limit

Max results (1-25, default 10)

integer
remote

Filter remote-only jobs

boolean
country

ISO 3166-1 alpha-2 country code (e.g. "US", "DE", "IN")

string
keywords

Comma-separated job title keywords (e.g. "python developer, backend engineer"). Matches job_title_or filter

string
technologies

Comma-separated tech stack filter (e.g. "kubernetes, python, react"). Matches technologies_or

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/theirstack.jobs \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"days":0,"limit":10,"remote":"<remote>","country":"<country>","keywords":"<keywords>","technologies":"<technologies>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.