Skip to main content
With this action, you can extract a list of companies from a LinkedIn Company search. Simply provide a LinkedIn company search URL, and the action will extract all companies obtained from the search. Use Cases:
  • Extract your ideal (and similar) company profiles.
  • Use LinkedIn People Search automation to find company employees.
  • Score leads across the sales pipeline with accurate company data.
1

Navigate to LinkedIn Companies Search

2

Apply your filters

3

Copy and Paste URL

Copy the URL from your browser and paste it into the provided field.
A valid URL should start with ‘https://www.linkedin.com/search/results/companies’.

Inputs

linkedin_company_search_url
string
required
A LinkedIn Company Search URL should start with ‘https://www.linkedin.com/search/results/companies’.

Parameters

max_results
number
default:100
Maximum number of companies to extract per input.

Output Fields

The action returns the following fields:
Here is the JSON schema for the output fields:
{
  "company_name": "string",
  "description": "string",
  "followers": "integer",
  "linkedin_company_handle": "string",
  "linkedin_company_id": "string",
  "linkedin_company_url": "string",
  "short_description": "string",
  "tracking_id": "string"
}
By default, the maximum number of results is set to LinkedIn’s system limit of 1000. If you need to extract more companies, consider segmenting your search into smaller batches.