hiring_signal
ActiveTool of Ready APIs
Buyer-shaped hiring velocity envelope. Pass `domain`/`company` for a company-keyed view, or `location` (+ optional `role`) for a market-keyed view. Returns velocity score (0-100), tier, growth verdict (rapid_growth, active_growth, ...), and a sales_hint mapped to typical actions for the chosen buyer profile (saas_sales, recruiter, investor_diligence, competitive_intel).
Parameters schema
{
"type": "object",
"properties": {
"role": {
"type": "string",
"description": "Role family filter (e.g. engineering, sales)."
},
"limit": {
"type": "integer",
"default": 25,
"maximum": 100,
"minimum": 1
},
"domain": {
"type": "string",
"description": "Company domain. One of domain/company/location required."
},
"company": {
"type": "string",
"description": "Company name (partial match)."
},
"location": {
"type": "string",
"description": "Location filter (city, metro, or 'remote')."
},
"buyer_profile": {
"enum": [
"saas_sales",
"recruiter",
"investor_diligence",
"competitive_intel"
],
"type": "string",
"default": "saas_sales"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries