App Logo
linkedin.com

Search LinkedIn companies

Search LinkedIn companies by keywords, with an optional company-size filter and pagination (10/page). Returns total, page, and companies (name, url, slug, companyId, pageType, industry, location, snippet, followers, pageBy). Browsing caps at ~100 pages (~1000 companies) regardless of total; companyId can occasionally be null for a whole page; and the companies vertical also surfaces /school/ pages.

Input

keywords required

Free-text search query.

page optional

Result page, 10 companies per page. Default 1. Pagination verified deterministic: fetching the same page twice from fresh cold sessions returns identical order (incl. snippets), and consecutive pages do not overlap — safe to fan out pages in parallel. LinkedIn caps browsing at ~100 pages (~1000 companies) regardless of the displayed total.

companySizes optional

Employee-count buckets, OR-combined — pass each bucket as its own array element (do not comma-join multiple buckets into one string element). Human values: 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5001-10000, 10001+ (surrounding whitespace/commas on a single element are tolerated) or LinkedIn codes B,C,D,E,F,G,H,I in that order.

Output

page required
total required

Total result count as displayed (LinkedIn may prefix with 'About'). 0 when no results. Display value only: pagination stops at ~100 pages (~1000 companies) however large this number is.

companies required

FAQ

Search LinkedIn companies by keywords, with an optional company-size filter and pagination (10/page). Returns total, page, and companies (name, url, slug, companyId, pageType, industry, location, snippet, followers, pageBy). Browsing caps at ~100 pages (~1000 companies) regardless of total; companyId can occasionally be null for a whole page; and the companies vertical also surfaces /school/ pages.
Required: keywords. Optional: page, companySizes.
It returns page, total, companies.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/search_companies, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/search_companies
It is part of Reduck's official curated catalogue.

Start building not clicking