Scrape company profiles
Extract comprehensive data from LinkedIn company pages including overview, employees, jobs, posts, and similar companies. Perfect for B2B sales, recruiting, and competitive intelligence.

Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/linkedin/company', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
url: 'https://linkedin.com/company/microsoft',
options: {
timeout: 30000,
includeJobs: true
}
})
});
const { data } = await response.json();
console.log(data.company.name, data.company.industry);Everything you need for reliable linkedin company extraction.
Get name, industry, description, website, size, headquarters, founded year, and specialties.
Access featured employees with names, photos, and LinkedIn profile URLs.
Optionally fetch open job listings with title, location, and posting date.
Get latest company posts with content, reactions, comments, and images.
Discover related companies with name, industry, location, and LinkedIn URL.
Get all company locations including headquarters and office addresses.
Get started in minutes with our simple API.
Sign up for free and get your API key instantly. No credit card required.
Use our simple REST API with your favorite programming language.
Receive clean JSON responses ready to use in your application.
Get clean, structured JSON data with every request. Our API returns comprehensive data including status codes, timing information, and your remaining credits.
{
"success": true,
"data": {
"company": {
"name": "Microsoft",
"industry": "Software Development",
"description": "Every company has a mission...",
"website": "https://microsoft.com",
"companySize": "10,001+ employees",
"headquarters": "Redmond, Washington",
"foundedYear": 1975,
"specialties": ["Cloud", "AI", "Software"],
"followers": 22000000,
"employees": [...],
"jobs": [...],
"recentPosts": [...]
},
"timing": { "total": 8500 },
"creditsUsed": 1,
"creditsRemaining": 99
}
}Common applications for LinkedIn Company.
Research target accounts before outreach.
Track competitor growth and hiring trends.
Identify companies for talent sourcing.
Due diligence on potential investments.
Everything you need to know about the LinkedIn Company API.
Yes, set includeJobs: true in options to fetch open job listings with title, location, and posting date.
We return featured employees shown on the company page with name, photo URL, and LinkedIn profile URL.
Data is fetched live from LinkedIn on each request. You always get the current state of the profile.
Private company pages cannot be scraped. The request will fail and your credits will be refunded.
Get 100 free credits to test the API. No credit card required.