Signal Type API
Hiring Data API
Real-Time Hiring Signals
Hiring velocity, department breakdowns, and trend analysis across 21M+ domains. Know when companies are scaling before they announce it.
What you get
Raw job posting counts are noisy. Our hiring signals layer on velocity analysis, department segmentation, and AI-generated insights to surface what actually matters.
Hiring Velocity
Accelerating, decelerating, or stable - with percentage change over 30/90-day windows.
Department Breakdown
Open roles segmented by engineering, sales, marketing, product, operations, and more.
Trend Analysis
AI-generated insights explaining what the hiring patterns mean for the business.
Trending Titles
Top job titles being hired for, revealing product and strategic direction.
21M+ Domains
Coverage across public and private companies globally.
Continuous Refresh
Job posting data refreshed regularly to capture changes as they happen.
Example Request
curl -X GET \
'https://signals.autobound.ai/v1/companies/enrich?domain=stripe.com' \
-H 'X-API-KEY: your_api_key'Response
{
"domain": "stripe.com",
"company": "Stripe",
"signals": [
{
"type": "hiring_activity",
"velocity": "accelerating",
"open_roles_30d": 142,
"open_roles_90d": 89,
"change_pct": 59.6,
"department_breakdown": {
"engineering": 64,
"sales": 31,
"product": 22,
"marketing": 15,
"operations": 10
},
"trending_titles": [
"Staff Engineer, AI/ML",
"Enterprise Account Executive",
"Product Manager, Payments"
],
"insight": "Hiring velocity up 60% QoQ, concentrated in engineering and sales. Strong AI/ML hiring suggests new product investment."
}
]
}Track hiring signals at scale
One API call to know if a company is hiring 60% faster this quarter.