Linkedin Company Details Scraper avatar

Linkedin Company Details Scraper

Pricing

$4.00 / 1,000 results

Go to Apify Store
Linkedin Company Details Scraper

Linkedin Company Details Scraper

Extract detailed data from LinkedIn company profiles at scale — including company name, LinkedIn URL, website, industry, headquarters, company size, employee count, founded year, specialties, follower count, description, phone numbers, addresses, and more.

Pricing

$4.00 / 1,000 results

Rating

0.0

(0)

Developer

Hamza

Hamza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

LinkedIn Company Scraper

Scrape detailed LinkedIn company profiles from URLs — name, industries, size, headquarters, locations, followers, employees on LinkedIn, logo, description, and more. Great for CRM enrichment, account research, competitive intelligence, and lead-list cleanup.

What this Actor does

Given one or more LinkedIn company URLs, the Actor returns one record per company with all the structured fields LinkedIn exposes on the public company page.

Output

Each item in the dataset has this shape (matches the upstream provider schema):

{
"id": "figueroa-real-estate",
"name": "Figueroa Real Estate",
"country_code": "US",
"locations": ["4018 Little Ln El Paso, Texas 79922-1914, US"],
"followers": 3,
"employees_in_linkedin": 0,
"company_size": "2-10 employees",
"industries": "Real Estate",
"company_id": "8027353",
"employees": [],
"headquarters": "El Paso, Texas",
"image": "https://static.licdn.com/aero-v1/sc/h/5q92mjc5c51bjlwaj3rs9aa82",
"logo": "https://static.licdn.com/aero-v1/sc/h/cs8pjfgyw96g44ln9r7tct85f",
"url": "https://www.linkedin.com/company/figueroa-real-estate",
"formatted_locations": ["4018 Little Ln, El Paso, Texas 79922-1914, US"],
"get_directions_url": [{ "directions_url": "https://www.bing.com/maps?where=..." }],
"description": "Figueroa Real Estate | 3 followers on LinkedIn.",
"additional_information": null,
"country_codes_array": ["US"],
"alumni": null,
"alumni_information": null,
"website_simplified": null,
"unformatted_about": null,
"timestamp": "2026-05-17T02:17:57.758Z",
"input": { "url": "https://www.linkedin.com/company/figueroa-real-estate/" }
}

Field reference:

FieldTypeDescription
idstringSlug-style identifier of the company
namestringDisplay name
country_codestringISO-3166 country code of the HQ
locationsarray of stringRaw location strings as listed on LinkedIn
followersintegerFollower count
employees_in_linkedinintegerNumber of employees who have a LinkedIn profile
company_sizestringBanded size, e.g. "2-10 employees"
industriesstringIndustry classification
company_idstringNumeric internal LinkedIn company id
employeesarraySample of public employee records (often empty)
headquartersstringHQ city/region
imagestring (URL)Banner / cover image
logostring (URL)Company logo
urlstring (URL)Canonical LinkedIn company URL
formatted_locationsarray of stringCleaned-up location strings
get_directions_urlarray of objectOne { directions_url } entry per office
descriptionstring"About" text
additional_informationobject | nullProvider-supplied extras
country_codes_arrayarray of stringAll country codes the company operates in
alumniany | nullAlumni stats (when available)
alumni_informationany | nullExtra alumni metadata
website_simplifiedstring | nullStripped-down homepage URL
unformatted_aboutstring | nullRaw "About" text before formatting
timestampstring (ISO 8601)When the record was collected
inputobjectThe query that produced this row ({ url })

Input

FieldTypeRequiredDescription
company_urlsarray of stringsyesOne or more LinkedIn company profile URLs to scrape

Example input:

{
"company_urls": [
"https://www.linkedin.com/company/figueroa-real-estate/",
"https://www.linkedin.com/company/openai/"
]
}

Limits & responsible use

  • The Actor only returns information that is publicly accessible on LinkedIn company pages.
  • Respect LinkedIn's Terms of Service and applicable privacy laws (GDPR, CCPA, etc.) when using the data.