Hyreflow
Integrations

TheirStack

Tech-stack-driven company discovery and tech-filtered job search. Key gotcha: keyword slugs are kebab-case (validate first), and there is no email-provider filter.

Reach for TheirStack when you need technology-driven company discovery, job postings filtered by tech stack or keyword slug, or to enrich a known company's tech stack. For plain open-roles / who-is-hiring questions with no tech filter, use the Hyreflow Native job scrapes instead. It has no people/contact data — route person/contact enrichment to AiArk, Prospeo, or Lusha instead.

Managed credits or BYOK — catalog lookups and credit balance are free; company search and technographics bill 2.7 credits per result, job search bills 0.9 credits per result.

Capabilities

ToolDoesCost
theirstack_catalog_keywordsLook up the correct kebab-case keyword slugFree
theirstack_catalog_industriesIndustry codes with countsFree
theirstack_search_companiesTech-stack company discovery (company_keyword_slug_or/_and)2.7 cr / company
theirstack_search_jobsTech-stack / keyword-slug job search (needs a time or company filter)0.9 cr / job
theirstack_company_technographicsTechnologies a single known company uses2.7 cr / company
theirstack_credit_balanceRemaining creditsFree

Guidance

  • Validate slugs first (free): run theirstack_catalog_keywords to find the exact kebab-case slug (react, node-js, salesforce) before any paid search — display names return no results.
  • Field names differ by endpoint: company search / company-level job filters use company_keyword_slug_*; job-text filters use job_keyword_slug_*; technographics uses keyword_slug_or. Don't reuse one in another.
  • No email-provider filter — never pass company_email_provider/mx_provider. Use Prospeo for MX filtering, or post-filter technographics email_tech.mx_provider.
  • Job search needs a filter — always provide posted_at_max_age_days or a company filter or the API errors.
  • Use _and for precision, _or for reach; keep limit small (e.g. 10) on company search — it's the expensive one.
  • Country codes are ISO 2-letter (US, GB, DE).
hyreflow tools execute theirstack theirstack_search_companies \
  --payload '{"company_keyword_slug_and":["salesforce","react"],"limit":10}'

Pair TheirStack discovery (company + tech-filtered job search) with a people/contact provider for enrichment — it has no person data of its own.

On this page