UnifyAPI
← Back to catalog

theirstack.companies

mock data$0.002 / call

Search 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)

Jobs & Careersprovider: Theirstack#theirstack#jobs

Input schema

limit

Max results (1-25, default 10)

integer
country

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

string
min_jobs

Minimum number of active job postings

integer
technologies

Comma-separated tech stack filter (e.g. "kubernetes, docker, aws"). Find companies using these technologies

string

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>"}'

Try it

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