Search Companies
Company Management
Search Companies
Search for companies on LinkedIn using various filters
POST
Search Companies
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:
api.linkupapi.com/v1/tool/industries
Use semicolon (;) as separator for multiple sectors (e.g., “Software;Finance;Marketing”).Industry to filter companies by.
Use semicolon (;) as separator for multiple industries (e.g., “software;marketing;finance”).Get the full list of available industries at:
api.linkupapi.com/v1/tool/industriesSearch 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, DE, NL, IT, IL, CA, BR, ES, IN)
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_resultsfield shows the total number of companies that match your search criteria on LinkedIn - The
job_offersfield may be null if no job listings are currently available - Pagination Mode vs. Total Results Mode:
- Total Results Mode: Use the
total_resultsparameter to specify how many companies you want (default) - Pagination Mode: Use
start_pageandend_pageparameters 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_resultsparameter is ignored
- Total Results Mode: Use the