Scrape personal profiles
Extract comprehensive data from LinkedIn personal profiles including work history, education, skills, and certifications. Ideal for recruiting, lead enrichment, and professional networking tools.

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({
url: 'https://linkedin.com/in/satyanadella',
options: {
timeout: 60000
}
})
});
const { data } = await response.json();
console.log(data.person.name, data.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": {
"person": {
"name": "Satya Nadella",
"headline": "Chairman and CEO at Microsoft",
"location": "Redmond, Washington",
"photoUrl": "https://...",
"followers": 10500000,
"connections": 500,
"experience": [
{
"title": "Chairman and CEO",
"company": "Microsoft",
"duration": "10+ years"
}
],
"education": [...],
"skills": [...]
},
"timing": { "total": 12000 },
"creditsUsed": 3,
"creditsRemaining": 97
}
}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.