Intent
Find companies growing
Register growth intent for company accounts based on headcount or department growth
POST
Find companies that are experiencing growth based on headcount or department growth metrics. This endpoint allows you to track companies that are expanding their workforce or specific departments.
Parameters
Headcount Growth
Track companies based on their overall headcount growth:
min_headcount_growth_percentage
: Minimum percentage of headcount growthmax_headcount_growth_percentage
: Maximum percentage of headcount growth
Department Growth
Track companies based on specific department growth:
department
: Department ID to track growth formin_department_headcount
: Minimum department headcountmax_department_headcount
: Maximum department headcountmin_department_headcount_growth_percentage
: Minimum department headcount growth percentagemax_department_headcount_growth_percentage
: Maximum department headcount growth percentage
Filters
Additional filters to narrow down the results:
company_size
: Array of company size ranges to includeincluded_locations
: Array of location IDs to includeexcluded_locations
: Array of location IDs to excludeincluded_industries
: Array of industry IDs to include
Webhook
webhook_url
: URL to receive growth intent notificationsstreaming
: Whether to stream results as they come in
Response
The response includes:
- A unique identifier for the growth intent
- Total number of matching companies
- Preview of the first 10 matching companies with their details
- Success message
Example Response
Notes
- You must provide either headcount growth parameters or department growth parameters, but not both
- When using department growth parameters, you must specify the department ID
- Results will be delivered to your webhook URL as they become available
- The preview shows the first 10 matching companies
- Company size ranges follow LinkedIn’s standard size categories
Location IDs Reference
Location IDs used in this endpoint can be found in our reference spreadsheet. If you need additional locations added to this list, please contact our support team.
Authorizations
Your API key
Body
application/json
Response
201
application/json
Successfully created growth intent
The response is of type object
.