Company Detail Scraper for LinkedIn (No Cookies) 🏢 avatar

Company Detail Scraper for LinkedIn (No Cookies) 🏢

Pricing

from $2.99 / 1,000 results

Go to Apify Store
Company Detail Scraper for LinkedIn (No Cookies) 🏢

Company Detail Scraper for LinkedIn (No Cookies) 🏢

🏢 Company Detail Scraper for LinkedIn (No Cookies) extracts rich company info from LinkedIn pages—website, industry, size, HQ, followers & description. 🚀 Speed up B2B research, sales prospecting & recruitment. 🔒 No-cookie browsing.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

SimpleAPI

SimpleAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Share

🏢 Company Detail Scraper for LinkedIn (No Cookies)

Extract rich, structured company profiles from LinkedIn — without a login, without cookies, and without a session. Just paste company names or LinkedIn URLs and get a complete public profile for each: overview, follower & employee counts, headquarters, industries, specialties, logo, cover image, links, and related/affiliated pages.

✅ 100% no-cookie. The scraper reads only the public, anonymous LinkedIn company "overview" page that LinkedIn serves to logged-out visitors.


✨ Why Choose This Actor?

  • 🔓 No login, no cookies, no tokens — nothing to refresh, nothing to expire.
  • 📋 True bulk input — drop in hundreds or thousands of companies at once.
  • 🧠 Smart, self-healing networking — starts on a direct connection and automatically upgrades to stronger networks if the target throttles, then stays there.
  • 💾 Live results — every company is saved the moment it's collected, so a long run never loses progress.
  • 📊 Section-by-section output tabs — Overview, Stats, Locations, Media, Links, and Related Pages, each in its own clean table.
  • 🧩 Future-proof parsing — prefers stable, standards-based data sources (schema.org JSON-LD, Open Graph) with layered fallbacks.

🚀 Key Features

FeatureDetails
🏢 Company overviewName, slug, tagline, description, website, LinkedIn URL, company ID
📊 StatsFollower count, employee count, employee-size range, founded year
🏭 Industry & specialtiesPrimary industry + full specialties list
📍 HeadquartersStreet, city, state, postal code, country
🖼️ MediaHigh-res logo (400×400) and cropped cover image
🔗 LinksWebsite, LinkedIn, generated jobs-search URL
🤝 Related pagesSimilar companies, affiliated companies, showcase pages

📥 Input

FieldTypeDescription
identifierarray (required)Company slugs (google), full URLs (https://www.linkedin.com/company/google/), or showcase URLs.
proxyConfigurationobjectApify proxy settings (in the Proxy & Network advanced section). Leave default for best results.

Example input

{
"identifier": ["google", "youtube", "https://www.linkedin.com/company/stripe/"],
"proxyConfiguration": { "useApifyProxy": true }
}

📤 Output

Each company becomes one dataset record. Example (truncated):

{
"input_identifier": "google",
"basic_info": {
"name": "Google",
"universal_name": "google",
"description": "A problem isn't truly solved until it's solved for all...",
"website": "https://goo.gle/3DLEokh",
"linkedin_url": "https://www.linkedin.com/company/google/",
"specialties": ["search", "ads", "android", "cloud", "artificial intelligence"],
"industries": ["Software Development"],
"founded_info": { "year": null, "month": null, "day": null },
"page_type": "COMPANY"
},
"tagline": null,
"company_urn": "1441",
"stats": {
"employee_count": 304720,
"follower_count": 41893270,
"employee_count_range": { "start": 10001, "end": null }
},
"locations": {
"headquarters": {
"country": "US", "state": "CA", "city": "Mountain View",
"postal_code": "94043", "line1": "1600 Amphitheatre Parkway", "is_hq": true
}
},
"media": {
"logo_url": "https://media.licdn.com/.../company-logo_400_400/...",
"cropped_cover_url": "https://media.licdn.com/.../image-scale_191_1128/..."
},
"links": {
"website": "https://goo.gle/3DLEokh",
"linkedin": "https://www.linkedin.com/company/google/",
"job_search": "https://www.linkedin.com/jobs/search?geoId=92000000&f_C=1441"
},
"similar_companies": ["microsoft", "amazon", "apple", "meta"],
"affiliated_companies": { "by_employees": ["youtube"], "showcases": ["google-cloud"] }
}

What's available without a login?

Because this scraper uses only the public guest page, a few fields are auth-gated and come back as null, [], or "": the full office list (HQ only), geo-coordinates, full-size cover image, funding, verification timestamp, post hashtags, and the numeric ids of related pages (exposed as slugs to guests). Numeric-id inputs are also auth-gated — use the slug or URL instead.


🚀 How to Use (Apify Console)

  1. Log in at https://console.apify.comActors.
  2. Open Company Detail Scraper for LinkedIn (No Cookies).
  3. Add your companies under 🔗 Company names or LinkedIn URLs.
  4. (Optional) Adjust delay, concurrency, and proxy.
  5. Click Start ▶️.
  6. Watch the live logs as companies stream in.
  7. Open the Output tab — switch between the Overview / Stats / Locations / Media / Links / Related views.
  8. Export to JSON, CSV, or Excel.

🤖 Use via API

curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{"identifier":["google","stripe"]}'

💡 Best Use Cases

  • 🎯 Lead generation & B2B prospecting
  • 🧾 CRM enrichment with firmographics
  • 📈 Market & competitor research
  • 🗂️ Building company datasets at scale

💳 Pricing

This actor uses the pay-per-event model. You are charged per successfully collected company (company-detail event). You only pay for companies that return data — skipped/blocked lookups are not charged.


❓ FAQ

Do I need a LinkedIn account or cookies? No. The scraper only reads the public, logged-out company page.

Can I pass numeric company ids? You can, but LinkedIn redirects numeric ids to the login wall for guests, so prefer the slug (google) or URL.

Why are some fields empty? Those fields are only visible to logged-in users. See What's available without a login? above.

Is it safe from layout changes? The parser prefers stable JSON-LD / Open Graph sources with multiple fallbacks, and flags companies missing core fields.


  • Data is collected only from publicly available sources.
  • You are responsible for compliance with GDPR, CCPA, anti-spam laws, and LinkedIn's terms in your jurisdiction.
  • Do not use the data to harass, spam, or discriminate.

🆘 Support & Feedback

Found an issue or want a new field? Open an issue on the actor's Issues tab in the Apify Console — feedback is welcome!