Data
Search Companies
Search LinkedIn company pages with advanced filters
POST
Description
This endpoint allows you to search LinkedIn company pages using various advanced filtering criteria.
Headers
Your API key for authentication
Body Parameters
Keyword(s) to search for (company name, industry, etc.)
- Single string: Performs advanced search with filters
- Array of strings: Automatically switches to batch mode for parallel searching
- Also supports
company_name
for backward compatibility
Industry sector(s) (e.g., “technology”, “finance”, “healthcare”)
Can be a single string or an array of industries
Location(s) (e.g., “Paris”, “France”, “New York”)
Can be a single string or an array of locations
Employee count range(s) (e.g., “1-50”, “51-200”, “201-1000”, “1000+”)
Can be a single string or an array of employee ranges for multiple size categories
Filter for founding companies
true
: Search only founding companiesfalse
: Exclude founding companies
Number of results to return
- Minimum: 1
- Maximum: 50,000
- Default: 10
Response
Response status (“success” or “error”)
Error message (if status = “error”)
Request Example
Request Example with Arrays
Response Example
Error Codes
- 400: Invalid or missing parameters
- 401: Invalid API key or insufficient credits
- 500: Server error during request processing
Important Notes
- Each successful search consumes 1 credit (single keyword) or 1 credit per keyword (multiple keywords)
- Credits are only deducted on successful searches
- The endpoint uses an automatic retry system for proxy errors
- The
company_name
parameter is supported for backward compatibility withkeyword
- Single keyword: Advanced search with optional filters for precise results
- Multiple keywords: Automatically activates batch mode for parallel searching
- Most search parameters support both single strings and arrays for flexible searching
- When using multiple keywords, batch mode is automatically activated for optimal performance