Get Companies
Browse and search companies with filtering, pagination, and sorting. Returns company profiles with industry, headcount, location, and metadata — independent of any signal data.
Authorizations
API key for Companies API authentication. Include as Bearer token in Authorization header.
Query Parameters
Page number for pagination
x >= 1Number of results per page (maximum 100)
1 <= x <= 100Free-text search across company name, industry, description, keywords, and specialties
Resolve a specific company by its website domain (exact match, not fuzzy). Accepted URL variants — scheme, www., port, path and trailing slash — are normalized. Invalid syntax returns 400; a valid domain with no match returns an empty data set. ANDed with any other filters.
Resolve a specific company by its LinkedIn URL (exact match, not fuzzy). Scheme, www. and a trailing slash are normalized. Invalid syntax returns 400; a valid URL with no match returns an empty data set. ANDed with any other filters.
Comma-separated list of country codes to filter by
Comma-separated list of country names or codes to EXCLUDE (denylist), e.g. China or CN. Complements countries. Companies with an unknown/NULL HQ country are kept, not excluded.
Comma-separated list of industry names to filter by (exact match)
Pipe-separated list of company industry categories to filter by
Comma-separated list of subcategory IDs to filter by
Minimum employee count
x >= 0Maximum employee count
x >= 0Minimum founded year
x >= 1800Maximum founded year
x >= 1800Field to sort by
name, employee_count, founded_year, created_at Sort direction
asc, desc If set to true, returns only the total count without data rows and without deducting credits.
true 