LinkedIn Company Scraper: Extract LinkedIn Company Page Data via API

LinkedIn Company Scraper API - Extract LinkedIn company page data

LinkedIn company pages contain firmographic and operational data that can be effectively used for sales intelligence, market research, recruitment, and competitive analysis. Syphoon's LinkedIn Company Scraper API covers public LinkedIn company page extraction through POST requests, returning structured data across company details, employee lists, follower counts, recent posts, and more.

The API collects only publicly accessible LinkedIn company page data. The website field returns the company domain listed on the page, which is one of the most commonly extracted data points for B2B prospecting and CRM enrichment workflows. The employees field returns each listed team member alongside their current employer details, which can be cross-referenced with the LinkedIn Profile Scraper for deeper profile-level data.

Tools and products built on LinkedIn company data include B2B prospecting platforms, CRM enrichment pipelines, market intelligence dashboards, competitive analysis tools, investor research applications, talent mapping systems, and company database products.

Need to scrape LinkedIn company data at scale?

Contact Form

Data Points Returned

The API returns LinkedIn company page data across six categories.

Basic Information

FieldDescription
company_nameThe name of the company
company_urlThe full LinkedIn URL to the company page
taglineThe company's slogan or tagline
descriptionThe detailed About section text
websiteThe company's official website URL and domain
phoneThe company's contact phone number

Company Details

FieldDescription
industryThe industry the company operates in
company_sizeThe range of the number of employees (e.g. 1,001 to 5,000 employees)
company_typeThe type of company (e.g. Public Company, Privately Held)
headquartersThe headquarters location
foundedThe year the company was founded
specialtiesThe company's specialties and areas of expertise

Statistics and Metrics

FieldDescription
followers_countThe number of followers the company has on LinkedIn
employees_countThe number of employees listed on LinkedIn

Images

FieldDescription
logo_urlURL to the company's logo
cover_image_urlURL to the company's background cover image

Employees and Locations

FieldDescription
employeesList of employees associated with the company page: name, title, profile URL, and profile image
locationsList of company locations: address, type, and directions URL

Activity and Network

FieldDescription
recent_postsList of recent posts and updates from the company: author, content, and timestamp
company_updatesAlias of recent posts for backwards compatibility
similar_companiesList of similar companies: name, industry, and URL

Ready to start extracting LinkedIn company page data?

Contact Form

Making a Request

Endpoint: https://api.syphoon.com. POST request, JSON body, three fields.

python
1import requests
2
3payload = {  
4    "url": "https://www.linkedin.com/company/company-name",  
5    "key": "YOUR_SYPHOON_KEY",  
6    "method": "GET"  
7}  
8response = requests.post("https://api.syphoon.com", json=payload)  
9if response.status_code == 200:  
10    print(response.json())

Status codes: 200 success, 404 incorrect URL (charged), 429 concurrency exceeded, 400 invalid response from LinkedIn (charged), 5xx server error. Validate URLs before sending.

Join our Discord server

Connect with our team, discuss your use case, ask technical questions, and share feedback with a community of people working on similar problems.

Join Discord

Frequently Asked Questions

A LinkedIn company scraper is an API that extracts structured data from public LinkedIn company pages. Syphoon's LinkedIn Company Scraper returns company name, description, industry, size, employee list, follower count, recent posts, locations, and similar companies in a single request.
Yes. Syphoon's LinkedIn Company Scraper API returns data from any public LinkedIn company page. No LinkedIn account or credentials are required.
Yes. The employees field returns a list of employees associated with the company page, including name, title, profile URL, and profile image.
Yes. The followers_count field returns the total number of followers the company has on LinkedIn.
The API returns company name, tagline, description, website, phone, industry, company size, company type, headquarters, founding year, specialties, follower count, employee count, logo, cover image, employee list, office locations, recent posts, and similar companies.