← Back to catalog
theirstack.jobs
mock data$0.002 / callSearch 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)
Input schema
days
integerMax age in days (1-90). Only jobs posted within this window
limit
integerMax results (1-25, default 10)
remote
booleanFilter remote-only jobs
country
stringISO 3166-1 alpha-2 country code (e.g. "US", "DE", "IN")
keywords
stringComma-separated job title keywords (e.g. "python developer, backend engineer"). Matches job_title_or filter
technologies
stringComma-separated tech stack filter (e.g. "kubernetes, python, react"). Matches technologies_or
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>"}'