LinkedIn Company Details Scraper & Intelligence (No Login) avatar

LinkedIn Company Details Scraper & Intelligence (No Login)

Pricing

$3.00 / 1,000 company intelligences

Go to Apify Store
LinkedIn Company Details Scraper & Intelligence (No Login)

LinkedIn Company Details Scraper & Intelligence (No Login)

Scrape live public LinkedIn company data without login: employee and follower counts, locations, industries, images, similar and affiliated pages, plus verified website intelligence and source evidence.

Pricing

$3.00 / 1,000 company intelligences

Rating

0.0

(0)

Developer

Cracks API

Cracks API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

LinkedIn Company Details Scraper & Website Intelligence

Scrape live public LinkedIn company details without a LinkedIn login, cookie, or session. Enrich every confirmed company with its official website, Wikidata, and optional Wikipedia context.

Use it for company research, CRM enrichment, lead qualification, market mapping, competitor analysis, and data pipelines that need current employee and follower counts with source evidence.

Unofficial and not affiliated with LinkedIn. LinkedIn is a registered trademark of LinkedIn Corporation.

What this Actor returns

A quality-approved record can include:

  • canonical LinkedIn company ID, slug, URL, page type, and identity-match evidence
  • exact live employee count shown by LinkedIn and the company-size range
  • live LinkedIn follower count
  • company name, tagline, long description, type, founded year, industry, and specialties
  • public office locations with an honest headquarters marker
  • logo and cover-image URLs
  • company-specific LinkedIn jobs URL
  • up to 10 similar-company cards with optional live enrichment
  • affiliated company and showcase-page cards exposed on the public page
  • image dimensions and signed-URL expiry timestamps when encoded by LinkedIn
  • recent posts exposed in public page JSON-LD
  • official website status, metadata, useful pages, public business contacts, social links, and detected technologies
  • Wikidata facts such as founders, parent organizations, countries, legal form, ticker, and stock exchange
  • optional Wikipedia summary and image
  • per-field source evidence, fetch timestamp, quality score, and explicit unavailable fields

The full dataset schema documents every emitted top-level field, including success and diagnostic rows.

Quick start

{
"companies": [
"https://www.linkedin.com/company/netflix/",
"https://www.linkedin.com/company/microsoft/",
"https://www.linkedin.com/company/emiactech/"
],
"maxCompanies": 10,
"maxOfficialPages": 4,
"includeWikipedia": true,
"includeContactDiscovery": true,
"enrichSimilarCompanies": true,
"maxSimilarCompanies": 10,
"linkedInRegion": "in",
"languageCode": "en",
"countryCode": "us",
"proxyConfiguration": {
"useApifyProxy": false
}
}

companies accepts:

  • LinkedIn company URLs
  • LinkedIn showcase URLs
  • official website URLs
  • exact company names
  • normal JSON arrays, quoted values, or newline-separated pasted values

For the strongest and fastest identity confirmation, use a LinkedIn company or showcase URL.

Input fields

FieldTypeDefaultDescription
companiesarrayNetflix exampleCompany/showcase URLs, official websites, or exact names.
maxCompaniesinteger10Maximum cleaned, unique inputs processed.
maxOfficialPagesinteger4Maximum homepage/about/contact/careers pages inspected per company.
includeWikipediabooleantrueAdd matched English Wikipedia context when available.
includeContactDiscoverybooleantrueInspect a small number of same-domain pages for public business contacts and useful URLs.
enrichSimilarCompaniesbooleantrueFetch public pages for similar-company cards. Disable for faster runs.
maxSimilarCompaniesinteger10Maximum similar companies enriched per primary company.
linkedInRegionstringinPreferred English regional LinkedIn public host. Additional English fallbacks are automatic.
languageCodestringenPreferred Wikidata label language.
countryCodestringusHTTP language-header country hint.
proxyConfigurationobjectdisabledOptional Apify proxy fallback for public requests.

Example output

Counts change live, so this example is illustrative.

{
"recordType": "company-intelligence",
"status": "success",
"identityMatch": true,
"identityMatchReason": "linkedin_slug_and_page_type_match",
"qualityScore": 100,
"id": "165158",
"universalName": "netflix",
"linkedinUrl": "https://www.linkedin.com/company/netflix/",
"name": "Netflix",
"employeeCount": 18904,
"employeeCountRange": {
"start": 10001,
"end": null
},
"followerCount": 12093521,
"companyType": "Public Company",
"website": "https://jobs.netflix.com/",
"locations": [
{
"country": "US",
"city": "Los Gatos",
"headquarter": true,
"description": "100 Winchester Circle, Los Gatos, CA, US"
}
],
"similarOrganizations": [],
"websiteIntelligence": {
"reachable": true,
"domain": "jobs.netflix.com",
"pages": []
},
"fieldEvidence": {
"linkedInPublicPage": "https://in.linkedin.com/company/netflix",
"identity": {
"matched": true,
"reason": "linkedin_slug_and_page_type_match"
}
},
"fetchedAt": "2026-09-07T00:00:00.000Z"
}

Empty values remain empty. The Actor does not guess authenticated or unavailable LinkedIn fields.

Identity and quality protection

Every result passes an identity gate before it can be marked successful:

  • LinkedIn URL inputs must match the canonical page slug and page type.
  • Exact-name inputs must strongly match the returned company name and the LinkedIn slug resolved through Wikidata.
  • Website inputs must match a trusted official domain and the LinkedIn slug resolved through Wikidata.

The quality gate also requires a public company page, canonical numeric LinkedIn ID, meaningful name and description, live employee and follower counts, at least one location, at least eight useful field groups, and a score of 75 or higher.

A rejected input is returned as status: "insufficient_data" with qualityReasons. It is not billed as a company-intelligence event.

Reliability and speed

The Actor uses public regional LinkedIn root pages, retries transient failures, tries multiple English regional hosts, and can use an optional Apify proxy fallback. It never requests LinkedIn /people/, /about/, Voyager, or authenticated endpoints.

For faster core company lookups, use:

{
"enrichSimilarCompanies": false,
"includeContactDiscovery": false,
"maxOfficialPages": 1
}

For maximum enrichment depth, keep the defaults. Similar-company enrichment is the largest runtime component.

Pay-per-event billing

The chargeable event is company-intelligence.

  • One persisted, quality-approved company record equals one event.
  • Failed, blocked, wrong-identity, and insufficient-data rows are not charged.
  • The approved dataset row is saved before the pricing event is recorded.
  • SUMMARY reports requested, approved, rejected, and charge-limit status for every run.

API and automation

Run the Actor from Apify Console, API, Scheduler, webhooks, Make, Zapier, n8n, Python, or JavaScript. The default dataset is available as JSON, CSV, Excel, XML, RSS, and JSONL through Apify Storage exports.

API input example:

curl -X POST \
"https://api.apify.com/v2/acts/generous_fog~linkedin-company-details-website-intelligence/runs?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"companies":["https://www.linkedin.com/company/netflix/"]}'

Never publish or share your Apify API token.

Honest public-data limitations

Public guest pages do not reliably expose:

  • People-tab analytics such as employee schools, skills, functions, fields of study, and service categories
  • pageVerified
  • paidCompany
  • autoGenerated
  • private recommendation metadata

Those fields remain null or are listed in unavailableFields. Public markup and regional availability can change. Optional proxy fallback improves reachability but does not bypass a login wall or access-control response.

Data sources and responsible use

Sources are limited to public regional LinkedIn company/showcase root pages, company-owned public websites, Wikidata, and Wikipedia. No LinkedIn credentials, cookies, sessions, CAPTCHA solving, private APIs, or access-control bypass are used.

Use the output lawfully and comply with privacy, marketing, intellectual-property, and platform requirements that apply to your use case.

Support

For a reproducible issue, share the run URL, input company, expected company, and incorrect field. Never share passwords, LinkedIn cookies, sessions, private proxy credentials, or API tokens.

More LinkedIn Actors by Cracks API