Company Intelligence API

LinkedIn Company Scraper API

Pass in any LinkedIn company URL and get back full company data — size, industry, description, headquarters, founded year, follower count and more — in one API call.

No LinkedIn account needed
Live data, not cached
Bulk CSV support
REST API, JSON response
20+
Data fields returned
<60s
Average response time
5 credits
Per company lookup
REST
Simple JSON API
Try it live
Enter a LinkedIn company URL and see the full company data returned
Company Name
Industry
Employee Count
Followers
Headquarters
Founded
Website
Company Type
Description
This is a live demo — results come from real LinkedIn data. Get full API access →
curl -X POST https://linkfinderai.com/api/v1/enrich \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "type": "linkedin_company_to_linkedin_info",
    "input_data": "https://www.linkedin.com/company/stripe"
  }'
What you get back
Every company scrape returns 20+ structured fields ready to use in your pipeline.
FieldTypeDescription
namestringCompany name
industrystringIndustry classification
company_sizeintegerNumber of employees
followerCountintegerLinkedIn followers
citystringHQ city
countrystringHQ country
foundedintegerYear founded
websitestringCompany website URL
company_descriptionstringFull about section
taglinestringCompany tagline
specialitiesarrayListed specialities
logostringCompany logo URL
company_emailstringContact email if listed
company_phonestringContact phone if listed
How it works
One request, full company intelligence.
1
Send the LinkedIn company URL
POST any linkedin.com/company/ URL to our endpoint. Works on any public company page.
2
We scrape the company page live
Our engine fetches fresh data directly from LinkedIn — no cached or stale results.
3
Receive structured JSON
20+ fields returned in clean JSON — ready for your CRM, database, or next workflow step.
Combine with employee scraping
Qualify an account with the company scraper, then call the Company Employees API to get the full employee list with emails. Two calls, complete account intelligence.
Use cases
Who uses the LinkedIn Company Scraper API and why.
🎯
Account qualification
Before reps spend time on an account, automatically pull company size, industry and HQ to check it fits your ICP. Filter bad-fit accounts before they enter the pipeline.
📊
Market research
Scrape a list of competitor companies or industry players to map the landscape. Get employee counts, founding years and specialities in bulk without manual research.
🔄
CRM enrichment
Enrich existing company records in your CRM with fresh LinkedIn data. Update employee counts, industry classifications and descriptions automatically on a schedule.
🤖
Automated prospecting
Feed company LinkedIn URLs into an n8n or Make workflow to automatically score, qualify and route new accounts based on size and industry — no manual research needed.
📈
Investment research
Track hiring trends by monitoring employee count changes over time. A growing headcount on LinkedIn is a reliable early signal of company health and expansion.
🏗️
Data pipeline enrichment
Add company intelligence as a step in your data pipeline. Any time a new company enters your system, automatically enrich it with LinkedIn data before it reaches your team.
Integrate in minutes
Works natively with the tools your team already uses.
n8n
HTTP Request node — no plugin needed
Make
HTTP module in any scenario
Zapier
Webhooks by Zapier action
REST API
Any language, any platform
View pre-built workflow templates →
Frequently asked questions
Do I need a LinkedIn account?
No. The API works without any LinkedIn login or cookies. Just send the company URL and your API key — we handle everything else.
How fresh is the data?
Data is scraped live from LinkedIn at the time of each request. You always get the current state of the company page — not data cached weeks ago. This is important for accurate employee counts.
How many credits does it cost?
5 credits per company scrape. Credits are included in all plans — Starter (60,000/yr), Professional (240,000/yr), Enterprise (600,000/yr).
Can I scrape multiple companies at once?
Yes — upload a CSV of LinkedIn company URLs in the app for bulk processing, or loop through your list via the API. No hard limit on batch size.
What if a company page doesn't exist?
The API returns {"status": "not_found"}. You are not charged credits for failed lookups.
Can I also get the employees from a company?
Yes — use the Company Employees API to get the full employee list with names, titles and emails. The two endpoints are designed to work together.

Start scraping LinkedIn company data

Get your API key in 30 seconds. No credit card required.

Get API Key Free View API Docs