LinkedIn Company Details Scraper
Pricing
from $10.00 / 1,000 company scrapeds
LinkedIn Company Details Scraper
Scrape full LinkedIn company firmographics by URL or slug — industry, size, employees, funding, HQ. Cookieless, MCP-ready.
Pricing
from $10.00 / 1,000 company scrapeds
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
5 hours ago
Last modified
Categories
Share
Scrape full LinkedIn company firmographics from a company URL or slug — no login, no cookies. Give it shopify (or https://www.linkedin.com/company/shopify) and get back industry, company size, employee count, followers, headquarters, founded year, company type, specialties, funding history, logo, cover image, similar pages, sample employees, and (optionally) recent company posts — as one flat, agent-friendly JSON record.
Built for AI agents and data teams: one URL in, one structured record out. MCP-ready.
What you get
| Field | Description |
|---|---|
companyName | Company display name |
linkedinUrl | Canonical LinkedIn company URL |
companyId | LinkedIn numeric company ID |
handle | LinkedIn slug (e.g. shopify) |
slogan | Tagline shown on the page |
description | Full "About" text |
industry | Industry category (e.g. Software Development) |
companySize | Size band (e.g. 10,001+ employees) |
employeeCount | Employees listed on LinkedIn (integer) |
followers | LinkedIn follower count (integer) |
founded | Year founded (integer) |
headquarters | HQ string |
location | { city, state, country } |
website | Company website |
type | e.g. Public Company, Privately Held |
specialties | Array of specialty tags |
logo / coverImage | Image URLs |
funding | { numberOfRounds, lastRound{type,date,amount}, investors[] } |
similarPages | Related company pages [{ name, linkedinUrl }] |
sampleEmployees | Notable employees [{ name, title, profileUrl }] |
recentPosts | (optional) [{ url, datePublished, text }] |
source | Which provider served the record |
scrapedAt | ISO 8601 timestamp |
Empty/unknown fields are omitted (never null), so records stay compact.
When to use this
- Enrich a known list of companies with firmographics for B2B sales, ABM, or CRM hygiene.
- Pull funding + size signals for market and competitor research.
- Feed an AI agent that needs structured company facts from a LinkedIn URL.
Not for: discovering companies by keyword (use linkedin-company-search-scraper), employee rosters (linkedin-company-employee-scraper), company post feeds (linkedin-company-posts-scraper), or personal profiles (linkedin-profile-details-scraper).
Input
{"companyUrls": ["https://www.linkedin.com/company/shopify", "stripe"],"includePosts": false,"maxCompanies": 100,"preferredProvider": "auto"}
| Field | Type | Default | Notes |
|---|---|---|---|
companyUrls | string[] | — (required) | Full company URLs or bare slugs. Profile/post URLs are rejected. |
includePosts | boolean | false | Add a recentPosts array per company. |
maxCompanies | integer | 100 | 1–1000. Caps work and spend. |
preferredProvider | string | auto | auto (ScrapeCreators → SociaVault fallback), scrapecreators, or sociavault. |
Output
One dataset record per company, plus a RUN_SUMMARY key-value record with run counters (companiesScraped, notFound, providerErrors, estimatedCostUsd).
{"companyName": "Shopify","linkedinUrl": "https://www.linkedin.com/company/shopify","industry": "Software Development","companySize": "10,001+ employees","employeeCount": 29084,"followers": 1092578,"founded": 2006,"headquarters": "Ottawa, ON","website": "https://www.shopify.com","type": "Public Company","specialties": ["ecommerce", "API", "POS", "Payments"],"funding": { "numberOfRounds": 4, "lastRound": { "type": "Series C", "amount": "US$ 100.0M" } },"source": "scrapecreators","scrapedAt": "2026-06-27T00:00:00.000Z"}
Pricing
Pay-per-event:
- $0.00005 per actor start
- $0.01 per company successfully scraped
A 100-company run costs about $1.00. You are only charged for companies that return data — not-found slugs and invalid inputs are free.
Reliability
- Dual provider with automatic fallback. ScrapeCreators is primary; SociaVault is the fallback (order configurable). If one provider errors, the other is tried before the company is skipped.
- Honest results. A company that does not exist is skipped gracefully (run still succeeds). The run only fails if every request hit a provider outage and nothing was returned.
- No login or cookies. Returns only publicly available company-page data.
Use via API / MCP
curl -X POST "https://api.apify.com/v2/acts/khadinakbar~linkedin-company-details-scraper/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" \-d '{"companyUrls":["shopify","stripe"]}'
Exposed in the Apify MCP server as apify--linkedin-company-details-scraper — agents pass a company URL and receive the structured record directly.
Related actors
Part of the LinkedIn data cluster: linkedin-company-search-scraper, linkedin-company-employee-scraper, linkedin-company-posts-scraper, linkedin-profile-details-scraper, linkedin-jobs-scraper.
Legal
This actor returns only publicly available data from LinkedIn company pages. Use it in compliance with LinkedIn's Terms of Service and all applicable laws (including GDPR/CCPA). You are responsible for how you collect and use the data. No login-gated or private data is accessed.