Search Companies
Search for companies on LinkedIn using various filters
Search and retrieve information about companies on LinkedIn using filters like location, sector, keywords, and company size.
Credit Usage: 1 credit per 10 results (or fraction thereof). For example:
- 1-10 results = 1 credit
- 11-20 results = 2 credits
- 300 results = 30 credits
Header Parameters
Your API key
Body Parameters
Geographic location for company search (e.g., “Paris”, “France”, “Europe”). Use semicolon (;) as separator for multiple locations (e.g., “Paris;London;Berlin”).
Industry sector you can find the label here: https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2 Use semicolon (;) as separator for multiple sectors (e.g., “Software;Finance;Marketing”).
Search keyword or company name
Employee count range: 1-10 employees 11-50 employees 51-200 employees 201-500 employees 501-1000 employees 1001-5000 employees 5001-10000 employees 10001+ employees
Number of companies to return (used when not in pagination mode)
First page to fetch when using pagination mode (default: 1)
Last page to fetch when using pagination mode (default: same as start_page)
Country code for proxy selection. Available: (US,UK,FR)
LinkedIn authentication cookie obtained from the login/verify process
Response
Request status (success/error)
Notes
- All filter parameters are optional but at least one should be provided for meaningful results
- Results are paginated with a maximum of 50 companies per page
- Location and sector IDs are automatically resolved from provided strings
- The
total_available_results
field shows the total number of companies that match your search criteria on LinkedIn - The
job_offers
field may be null if no job listings are currently available - Pagination Mode vs. Total Results Mode:
- Total Results Mode: Use the
total_results
parameter to specify how many companies you want (default) - Pagination Mode: Use
start_page
andend_page
parameters to fetch specific pages of results - Credit usage in pagination mode is based on the number of pages fetched (1 credit per page)
- When using pagination mode,
total_results
parameter is ignored
- Total Results Mode: Use the