# people at company
Count matching profiles based on job titles and locations.
Rate limit: 2 requests per minute
Count Profiles
The Count Profiles endpoint allows you to count the number of employee profiles matching specific criteria for a company. You can filter by job titles and locations to get precise counts of potential prospects.Required Parameters
You must provide one of the following to identify the target company:company_linkedin_id: The LinkedIn company identifiercompany_linkedin_url: The full URL of the company’s LinkedIn profile (regular or Sales Navigator)
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.Request Example
Response Example
Understanding the Response
total: The total number of profiles matching your criteriatitle_to_include: List of job titles that were included in the searchtitle_to_exclude: List of job titles that were excluded from the searchincluded_locations: List of Location IDs that were includedexcluded_locations: List of Location IDs that were excluded
Tips
- Use location IDs to target specific geographic areas
- Combine title inclusions and exclusions to refine your search
- Keep your title filters relevant to ensure accurate results
Authorizations
Your API key
Body
- Option 1
- Option 2
LinkedIn company identifier
"1234567"
List of job titles that were included in the search
["Software Engineer", "Developer"]List of job titles that were excluded from the search
["Junior"]List of Location IDs that were included in the search
["105015875", "102221843"]List of Location IDs that were excluded from the search
["103644278"]Response
Successfully counted matching profiles
Total number of matching profiles
26
List of job titles that were included in the search
["Software Engineer", "Developer"]List of job titles that were excluded from the search
["Junior"]List of Location IDs that were included in the search
["105015875", "102221843"]List of Location IDs that were excluded from the search
["103644278"]