docs / enrich-hiring

Hiring Signals API

Hiring Signals API

base /enrich-hiring/v13 endpoints
post/enrich-hiring/v1/hiring_signal6 credits

domain → company hiring snapshot: ATS provider + direct open-roles count, per-source counts (deduped), departments/seniority/remote-ratio/tech-signals, entity-confirm, honest snapshot intensity

ParameterAllowed / rangeDescription
domainoptionalCompany website domain (bare host like stripe.com; a full URL or leading www. is accepted and normalized). The ATS board slug is derived from the domain stem. Provide `domain` OR `company_name` (domain gives the strongest entity anchor).
company_nameoptionalCompany name, used when no domain is available (entity-match is weaker without a domain). Also seeds the ATS slug guess.
ats_slugoptionalAdvanced: force the ATS board token/subdomain (skips slug auto-detect). Use when the board slug differs from the domain stem (e.g. a parent-company board).
ats_provideroptionalgreenhouse · lever · ashby · workableAdvanced: force the ATS provider (skips the parallel probe). One of greenhouse / lever / ashby / workable.
countriesoptionalOptional country hints for the keyword job sources (best-effort location filter; ATS count is global).
Try in playground →
post/enrich-hiring/v1/hiring_signal_rich10 credits

everything in hiring_signal + employer firmographics (linkedin company / glassdoor employer: industry, employee_count, HQ, founded, rating) which anchor a headcount-relative intensity (open-roles-to-headcount ratio)

ParameterAllowed / rangeDescription
domainoptionalCompany website domain (bare host like stripe.com; a full URL or leading www. is accepted and normalized). The ATS board slug is derived from the domain stem. Provide `domain` OR `company_name` (domain gives the strongest entity anchor).
company_nameoptionalCompany name, used when no domain is available (entity-match is weaker without a domain). Also seeds the ATS slug guess.
ats_slugoptionalAdvanced: force the ATS board token/subdomain (skips slug auto-detect). Use when the board slug differs from the domain stem (e.g. a parent-company board).
ats_provideroptionalgreenhouse · lever · ashby · workableAdvanced: force the ATS provider (skips the parallel probe). One of greenhouse / lever / ashby / workable.
countriesoptionalOptional country hints for the keyword job sources (best-effort location filter; ATS count is global).
Try in playground →
post/enrich-hiring/v1/batch5 credits

hiring_signal for up to 10 domains in one call (cache-first, per-item ok/error)

ParameterAllowed / rangeDescription
domainsrequiredUp to 10 domains (array or comma-separated). Each gets a hiring_signal snapshot; per-item ok/error, cache-first.
Try in playground →