Search companies in the linkedin_prod.companies DB by mini-DSL (AND/OR/NOT/phrase) and structured filters.
Price: 1 credit per 10 results
💡 AI Hint: Bulk discovery of LinkedIn companies by keywords + filters. Use keywords for cross-field search; per-field DSL for narrower queries. Returns up to 1000 companies, ordered by last_modified_at desc.
Documentation Index
Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
Use this file to discover all available pages before exploring further.
API token from the dashboard
Max result count.
x <= 1000Max scrapping execution timeout (in seconds)
20 <= x <= 1500Global search across name, description, short_description, specialities, hashtags, locations. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in name. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in alias (LinkedIn slug). Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Batch lookup by exact URN list, e.g. ['fsd_company:11130470'].
Search in description OR short_description. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in website. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in headquarter_location. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in locations array. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in specialities array. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Exact-match search in hashtags array (case-insensitive, element equality, not substring). Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Search in similar_organizations array. Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Exact-match industry URNs (e.g. ['industry:96', 'industry:28']).
DSL search over industry Label (industries.tsv). Resolves to URN set, then filters industry IN (...). Mini-DSL: whitespace=AND, |=OR (no spaces around |), "phrase"=exact phrase, -token=NOT. Example: acme|tech "machine learning" -intern.
Min employee_count (inclusive).
Max employee_count (inclusive).
Min founded year (inclusive).
Max founded year (inclusive).
Min last_modified_at timestamp (inclusive).
Filter by is_active flag.
Filter by page_verification_status flag.
Filter by headquarter_status flag.
ISO2 country codes (e.g. ['US', 'GB']). Token-aware match strictly in headquarter_location. Avoids substring false positives like 'US' ⊂ 'Russia'.
ISO2 country codes. Token-aware match in headquarter_location OR any element of locations array — company is present in any of the listed countries.
If true, only results with non-empty website. If false, only empty.
If true, only results with non-empty description. If false, only empty.
Minimum length of description (helps drop stub cards).
x >= 0Successful Response