LinkedIn Company Detail Scraper avatar

LinkedIn Company Detail Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
LinkedIn Company Detail Scraper

LinkedIn Company Detail Scraper

Extract detailed LinkedIn company data instantly. Get company overview, employee count, locations, funding info, and more. Clean, structured data.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Rifky Afriza

Rifky Afriza

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿข LinkedIn Company Detail Scraper

Extract detailed LinkedIn company data instantly. Get company overview, employee count, locations, funding info, and more. Perfect for market research, lead generation, and competitor analysis. โ€” search by keyword or start URLs, bypass anti-bot protections seamlessly. Get comprehensive fields including Company Name, Industry, Employee Count, Follower Count, About, Website, Headquarters, Founded. Flat $0.005/item โ€” simple, predictable, and scalable pricing.

Apify Store Pay Per Event No Auth Required


๐Ÿš€ Why This Actor?

FeatureThis ActorCompetitors
Price per item$0.005 flatSame or higher
Compute CostsIncludedHidden (You pay for their slow code)
Empty ResultsNEVER ChargedYou pay for empty data
Anti-bot BypassNative (Playwright)Fails frequently
Input FieldsSimple & DirectConfusing and broken

โœจ Features

  • ๐Ÿ” Multiple Input Formats โ€” Supports URLs, URNs, slugs, or raw search terms.
  • ๐Ÿ“„ Structured Output Fields โ€” Company Name, Industry, Employee Count, Follower Count, About, Website, Headquarters, Founded.
  • ๐Ÿ›ก๏ธ Anti-bot Bypass โ€” utilizes Playwright browsers to render properly and bypass Datadome.
  • ๐Ÿ’ฐ Flat Pricing โ€” $0.15 Base + $0.005/item. No hidden compute fees. We never charge for blank results.
  • ๐Ÿ“ฆ Multiple Export Formats โ€” JSON, CSV, Excel, XML, HTML Table.

๐ŸŽฏ Use Cases

AudienceApplications
B2B Sales & MarketingLead enrichment and CRM data cleansing
Market ResearchersCompetitor analysis and industry mapping
RecruitersHeadcount and talent pool analysis
InvestorsDue diligence and portfolio tracking

๐Ÿ’ก Quick Start

1. Sign Up (Free $5 Credit)

Create Free Account

Uses our referral link โ€” you get $5 free credit to test immediately.

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

3. Download Results

Results appear in the Dataset tab. Export as JSON, CSV, Excel, XML, or HTML Table.


โš™๏ธ Input Parameters

ParameterTypeRequiredDefaultDescription
๐Ÿข identifierarrayYesโ€”LinkedIn company identifier (name, slug, or URL).
๐Ÿ›ก๏ธ proxyConfigurationobjectYesApify ProxyResidential Proxies are required for LinkedIn.

๐Ÿ“Š Output Example

Each item in the dataset contains the following fields:

{
"url": "https://www.linkedin.com/company/google",
"name": "Google",
"industry": "Software Development",
"employeeCount": 314932,
"followerCount": 42045202,
"about": "A problem isn't truly solved until it's solved for all...",
"website": "https://goo.gle/3DLEokh",
"headquarters": "Mountain View, CA, US",
"founded": "",
"specialties": [
"search",
"ads",
"mobile",
"android",
"cloud"
],
"logo": "https://media.licdn.com/dms/image/v2/...",
"organizationType": "Public Company",
"locations": [
"1600 Amphitheatre Parkway Mountain View 94043 CA US",
"111 8th Ave New York 10011 NY US"
]
}

Data Fields

FieldTypeDescription
urlstringDirect link to the company page
namestringCompany Name
industrystringMain industry
employeeCountnumberNumber of employees
followerCountnumberNumber of followers
aboutstringDescription / About text
websitestringOfficial website URL
headquartersstringHeadquarters location
foundedstringFounding year
specialtiesarrayList of company specialties
logostringURL of the company logo
organizationTypestringE.g. Public Company, Privately Held
locationsarrayList of all office locations

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.


๐Ÿ’ฐ Pricing (Pay Per Event)

EventRate
Result Item (apify-default-dataset-item)$0.005

Examples:

  • 100 items: 100 ร— $0.005 = $0.50
  • 1,000 items: 1,000 ร— $0.005 = $5.00

๐Ÿ’ก You ONLY pay for successful extractions. If a company doesn't exist or isn't found, you are charged $0.00. There are no heavy startup fees or hidden compute costs.


๐Ÿ”ง Integration (API)

Node.js

$npm install apify-client
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('forlex/linkedin-company-detail').call({
identifier: ['google', 'youtube']
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

$pip install apify-client
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("forlex/linkedin-company-detail").call(
run_input={"identifier": ["google", "youtube"]}
)
items = client.dataset(run["defaultDatasetId"]).list_items().items
for item in items:
print(item["name"], item["website"])

๐Ÿ’ก Tips & Advanced Options

  • Optimize speed: Run smaller batches of URLs for faster results.
  • Reduce costs: We only charge for successful extractions. Blank results are skipped.
  • Proxy rotation: Apify Residential Proxy is required and handles rotation automatically.

โ“ FAQ, Disclaimers & Support

Web scraping of publicly available data is generally legal. This Actor only extracts publicly visible information and does not bypass any login walls or access private data. Always review the target website's Terms of Service before scraping.

What if the Actor stops working?

Websites change their structure regularly. If you encounter issues, please report them in the Issues tab and we'll fix it promptly.

Can I get a custom solution?

Yes! If you need additional fields, custom data transformations, or a scraper for a different site, reach out through the Issues tab.