LinkedIn Company Search Scraper avatar

LinkedIn Company Search Scraper

Pricing

from $10.00 / 1,000 company founds

Go to Apify Store
LinkedIn Company Search Scraper

LinkedIn Company Search Scraper

Search public LinkedIn company pages by keyword, industry, and location. Cookieless, MCP-ready.

Pricing

from $10.00 / 1,000 company founds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

Search public LinkedIn company pages by keyword, industry, and location — no login, no cookies, no LinkedIn account required. Returns one structured record per company, ready for CRM import, lead lists, or an AI agent. Optional one-click deep enrichment adds industry, employee count, company size, headquarters, website, founded year, follower count, specialties, and description straight from each public company page.

Built for AI agents and automation: narrow inputs in, clean flat JSON out, predictable pay-per-event pricing.

What it does

  • Runs a managed Google search restricted to linkedin.com/company and folds your keyword + industry + location filters into one query.
  • Returns each unique company with name, LinkedIn URL, slug, industry signal, and result rank.
  • Optionally enriches every company with the full public company profile (industry, employees, size, HQ, website, founded, followers, specialties, description).
  • Cookieless and account-free — it never logs into LinkedIn. All data is public, equivalent to what an incognito browser sees.

When to use it

  • Build a target list of companies in a niche + city for B2B outbound.
  • Enrich a market map with employee counts, websites, and HQ locations.
  • Feed an AI agent a company-discovery tool that returns structured firmographics.

When NOT to use it: to scrape people/employees, use linkedin-profile-search-scraper. To enrich one known profile, use linkedin-profile-email-scraper. This actor discovers and enriches companies, not individuals.

Output

FieldDescription
companyNameCompany display name
linkedinUrlCanonical linkedin.com/company/<slug> URL
slugCompany handle
industryIndustry / sector
employeeCountApproximate employee count (enriched)
companySizeLinkedIn size band, e.g. 51-200 employees (enriched)
companyTypee.g. Privately Held (enriched)
foundedFounding year (enriched)
websiteCompany website (enriched)
headquarters / city / state / countryHQ location (enriched)
followerCountLinkedIn follower count (enriched)
specialtiesDeclared specialties (enriched)
descriptionCompany About text (enriched)
snippetRaw Google SERP snippet
rankPosition in search results
sourceserpapi or serpapi+scrapecreators
enrichedWhether deep enrichment ran

Input

FieldTypeNotes
keywordsstringFree-text terms (e.g. fintech payments)
industrystringIndustry phrase (e.g. Software Development)
locationstringCity / region / country
countrystringISO 3166-1 alpha-2 code for Google routing (default us)
maxResultsinteger1–500, default 25
enrichbooleanDeep-enrich each company (default false)

At least one of keywords, industry, or location is required.

Pricing (pay-per-event)

EventPrice
Actor start$0.00005
Company found$0.01
Company enriched (only when enrich=true)$0.02

A 25-company search-only run costs ~$0.25. With enrichment, ~$0.75. You are never charged past maxResults.

Example

{
"keywords": "fintech",
"location": "Berlin",
"maxResults": 25,
"enrich": true
}

Returns up to 25 Berlin fintech companies, each with industry, employee count, HQ, website, founded year, and follower count.

MCP / AI agents

Exposed in the Apify MCP server as apify--linkedin-company-search-scraper. Tool input is a plain keyword/industry/location query; output is flat JSON per company. Ideal as a company-discovery + firmographic-enrichment tool in an agent pipeline.

FAQ

Do I need a LinkedIn account or cookies? No. The actor is fully cookieless and only reads public data.

How fresh is the data? Pulled live per run from Google and the public LinkedIn company page.

Can it find employees or emails? No — it returns company-level data. Use the LinkedIn profile actors for people.

Why might a company be missing fields? Search-only runs (enrich=false) return name + URL + industry signal. Enrich for full firmographics. Some companies hide certain fields publicly; those come back null.

This actor collects only publicly available company information, equivalent to what any visitor sees without logging in. You are responsible for using the data in compliance with LinkedIn's Terms of Service, GDPR/CCPA, and applicable laws. Do not use it to collect personal data unlawfully. Provided "as is" without warranty.