LinkedIn Company Details Scraper avatar

LinkedIn Company Details Scraper

Pricing

from $10.00 / 1,000 company scrapeds

Go to Apify Store
LinkedIn Company Details Scraper

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

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 hours ago

Last modified

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

FieldDescription
companyNameCompany display name
linkedinUrlCanonical LinkedIn company URL
companyIdLinkedIn numeric company ID
handleLinkedIn slug (e.g. shopify)
sloganTagline shown on the page
descriptionFull "About" text
industryIndustry category (e.g. Software Development)
companySizeSize band (e.g. 10,001+ employees)
employeeCountEmployees listed on LinkedIn (integer)
followersLinkedIn follower count (integer)
foundedYear founded (integer)
headquartersHQ string
location{ city, state, country }
websiteCompany website
typee.g. Public Company, Privately Held
specialtiesArray of specialty tags
logo / coverImageImage URLs
funding{ numberOfRounds, lastRound{type,date,amount}, investors[] }
similarPagesRelated company pages [{ name, linkedinUrl }]
sampleEmployeesNotable employees [{ name, title, profileUrl }]
recentPosts(optional) [{ url, datePublished, text }]
sourceWhich provider served the record
scrapedAtISO 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"
}
FieldTypeDefaultNotes
companyUrlsstring[]— (required)Full company URLs or bare slugs. Profile/post URLs are rejected.
includePostsbooleanfalseAdd a recentPosts array per company.
maxCompaniesinteger1001–1000. Caps work and spend.
preferredProviderstringautoauto (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.

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.

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.