← Back to catalog
theirstack.companies
mock data$0.002 / callSearch Companies by Tech Stack
Find companies by technology stack — filter by technologies (kubernetes, react, python...), country, minimum active jobs. Returns company name, URL, job count, tech stack. Identify employers using specific technologies (TheirStack)
Input schema
limit
integerMax results (1-25, default 10)
country
stringISO 3166-1 alpha-2 country code (e.g. "US", "DE", "IN")
min_jobs
integerMinimum number of active job postings
technologies
stringComma-separated tech stack filter (e.g. "kubernetes, docker, aws"). Find companies using these technologies
Call via REST
curl -X POST https://unifyapi.pro/api/call/theirstack.companies \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"limit":10,"country":"<country>","min_jobs":0,"technologies":"<technologies>"}'