Parameters
Required Parameters
webhook_url: URL to receive hiring intent notifications
Job Search Parameters
selected_keywords: Array of keywords to include in job searchexcluded_keywords: Array of keywords to exclude from job searchselected_titles: Array of job titles to includeexcluded_titles: Array of job titles to excludeexclude_consulting_recruiting: Boolean to exclude consulting and recruiting companiesexclude_internships: Boolean to exclude internship positionspublished_date: Time range for job postings (e.g., “last_24_hours”, “last_7_days”, etc.)
Location Parameters
included_locations: Array of cities to includeexcluded_locations: Array of cities to exclude
Note: You can specify cities by name (e.g., “New York”, “San Francisco”, “London”, “Paris”). The system will automatically match cities and their surrounding areas.
Company Filters
company_size: Array of company size ranges to include
Response
The response includes:- A unique identifier for the hiring intent
- Number of matching job postings
- Optional message about the results
Example Response
Notes
- Results will be delivered to your webhook URL as they become available
- If more than 100 results are found, only the first 100 will be processeds
Authorizations
Your API key
Body
application/json
URL to receive hiring intent notifications
Example:
"https://prontohq.com/webhooks/hiring"
Keywords to include in job search
Example:
["Airtable", "Notion", "Monday"]Keywords to exclude from job search
Example:
["Excel", "Google Sheets"]Job titles to include
Example:
["Product Manager", "Project Manager"]Job titles to exclude
Example:
["Contractor"]Exclude consulting and recruiting companies
Example:
true
Exclude internship positions
Example:
true
Time range for job postings
Available options:
last_24_hours, last_7_days, last_15_days, last_30_days, last_90_days, last_180_days, last_360_days Example:
"last_24_hours"
Filter by company size ranges
Example:
["1-10", "11-50"]