Hiring Signals API: Spot Growth Early
By Kooperativa Engineering
A company that is about to grow revenue almost always starts hiring first, since capacity has to exist before growth can be served. That ordering, hiring leads revenue rather than lagging it, is the entire reason hiring data is useful as a prospecting and research signal instead of just a headcount curiosity.
What the underlying data actually measures
A hiring signals endpoint typically returns people whose profile shows them recently joining a given company, within a configurable lookback window. It is worth being precise about what "recently joined" means here, because it is not the person's actual start date, it is when the dataset last observed them at that employer:
{
"company_id": "2135371",
"window_days": 30,
"since_timestamp": 1783499352,
"results": [
{
"id": "c3d4e5f6-...",
"full_name": "Alex Johnson",
"current_title": "Senior Engineer",
"current_company": "Stripe"
}
],
"total": 103,
"page": 1,
"per_page": 25,
"pages": 5
}The gap between observed and actual
That distinction, observed date versus actual start date, matters because a data source refreshed less often will systematically lag real hiring activity. A person who joined a company two months ago might only show up as a "recent hire" once their profile is next re-indexed, which could be days or weeks after the fact depending on refresh frequency. This is not unique to any one provider, it is inherent to any dataset built from periodically re-fetched public profiles rather than a live feed from the company itself.
Reading direction, not just volume
Total hiring volume tells you a company is growing. It does not tell you where. Pairing hiring signals with a seniority or department breakdown of the new hires answers a more useful question: a wave of individual-contributor engineering hires signals a build phase, a wave of senior sales hires signals a company about to push distribution hard. Both look identical as a single "hiring: yes" flag.
Get started
Try Kooperativa
One API key. Person and company enrichment, structured search, and monitors under one flat license.
