List and Export Companies
Query and export companies from your account with rich filtering by industry, headcount range, location, tags, custom attributes, or external IDs, and optionally scope to a company list. Results return as JSON or as CSV when format='csv', with cursor-based pagination. Returns an empty array when no companies match.
Example prompt: Export all my companies in software with 50 to 500 employees in the UK as CSV
[
{
"id": "co_8821",
"name": "Acme Analytics",
"industry": ["Software"],
"headcount": 180,
"location": "London, UK"
}
]What you can build
Parameters
Inputs accepted by list_companies.
| Name | Type | Description |
|---|---|---|
| list_id | string | Scope to a company list (kind='companies') by list ID. |
| industry | string[] | Filter by industry tags (TEXT[] containment, all must match). |
| headcount_min | number | Minimum employee count (inclusive). |
| headcount_max | number | Maximum employee count (inclusive). |
| location | string | ilike filter on headquarters city or country (e.g. 'London' or 'UK'). |
| has_employees_in_my_network | boolean | true = only companies with at least one contact linked via company_id in your account. |
| custom_attrs | object | JSONB containment filter on custom_attrs (e.g. {tier: 'A'}). |
| external_ids_match | object | JSONB containment filter on external_ids (e.g. {hubspot_company_id: 'hs-123'}). |
| tags | string[] | Any-match filter on tags (OR). |
| format | "json" | "csv" | Response format (default json). |
| limit | number | Results per page (default 100, max 5000). |
| cursor | string | Pagination cursor from previous response. |
Related tools
Add or Update Company
Add or update a company record with industry, headcount, location, tags, and custom attributes. Matches by LinkedIn ID and fires a webhook on change.
Get LinkedIn Company
Look up a single LinkedIn company by ID and optionally include its linked contacts and cached outreach stats. Fast, accurate company records for your AI agent.
Search LinkedIn Companies
Search LinkedIn for companies by keyword, industry, location, or headcount. Returns a company ID per result, with Sales Navigator routing for advanced filters.
Get Company Profile
Fetch a company's LinkedIn page by name or ID, returning description, employee count, industry, and follower count. Cached for fast, repeated lookups.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.