LinkedIn profile data API
Extract LinkedIn profile data including work history, education, skills, and certifications. Ideal for recruiting and lead enrichment.

Get started with a simple API call.
const response = await fetch('https://api.crawlkit.sh/v1/crawl/linkedin/person', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
// Single URL or array of URLs (max 10)
url: [
'https://linkedin.com/in/satyanadella',
'https://linkedin.com/in/billgates'
]
})
});
const { data } = await response.json();
data.persons.forEach(({ url, person }) => {
console.log(person.name, person.headline);
});Everything you need for reliable linkedin person extraction.
Get name, headline, location, photo, cover image, and about section.
Full employment history with titles, companies, duration, and descriptions.
Schools, degrees, fields of study, and graduation dates.
Listed skills and professional certifications with issuers.
Follower count, connection count, and current company/school.
Discover related professionals in the same field.
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": {
"persons": [
{
"url": "https://linkedin.com/in/satyanadella",
"person": {
"name": "Satya Nadella",
"headline": "Chairman and CEO at Microsoft",
"location": "Redmond, Washington",
"photoUrl": "https://...",
"followers": 10500000,
"connections": 500,
"experience": [...],
"education": [...],
"skills": [...]
}
}
],
"failed": [],
"totalUrls": 2,
"successCount": 2,
"failedCount": 0,
"timing": { "total": 18000 },
"creditsUsed": 6,
"creditsRemaining": 94
}
}Common applications for LinkedIn Person.
Source and vet candidates at scale.
Enrich CRM data with professional details.
Personalize outreach with profile insights.
Build org charts and talent pools.
Everything you need to know about the LinkedIn Person API.
LinkedIn person profiles require more resources to scrape reliably. The higher cost reflects the infrastructure needed.
We retrieve the full employment history as displayed on the public profile, including titles, companies, and duration.
Yes, you can make multiple requests. We recommend reasonable rate limiting to ensure reliable results.
Private profiles 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.