Use Cases
- Monitor when competitors hire for specific roles
- Track hiring trends in your target market
- Identify companies expanding specific departments
- Get notified about potential customer expansion signals
Location IDs Reference
Location IDs used in this endpoint can be retrieved using the Location Ids endpoint. Simply provide a location name (e.g., “San Francisco”) and the API will return all matching locations with their IDs.Authorizations
Your API key
Body
application/json
URL to receive new hires notifications
Example:
"https://prontohq.com/webhooks/new-hires"
Job titles to track
Example:
["Product Manager", "Sales Director"]Job titles to exclude from tracking
Example:
["Intern", "Contractor"]Filter by company size ranges
Example:
["1-10", "11-50"]Location IDs to include
Example:
["123"]Location IDs to exclude
Example:
["456"]Industry IDs to include
Example:
["3812"]Industry IDs to exclude
Example:
["3813"]Response
Successfully created new hires intent
Success message
Example:
"New hires tracking created successfully. Next run will be in 1 week."