Automatically extract job titles and employment information from any LinkedIn profile URL using LinkFinder AI's powerful API. Get accurate, real-time job title data for lead qualification, recruitment, and market research with simple API calls.
{
"success": true,
"profile_url": "https://www.linkedin.com/in/sarah-chen-cto-stripe",
"full_name": "Sarah Chen",
"current_job_title": "Chief Technology Officer",
"current_company": "Stripe",
"location": "San Francisco, CA",
"employment_history": [
{
"title": "Chief Technology Officer",
"company": "Stripe",
"start_date": "2022-03",
"is_current": true
},
{
"title": "VP of Engineering",
"company": "Notion",
"start_date": "2020-01",
"end_date": "2022-02",
"is_current": false
}
...
curl -X POST 'https://api.linkfinderai.com/v1/linkedin_profile_to_linkedin_info' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"linkedin_url": "https://www.linkedin.com/in/sarah-chen-cto-stripe",
"include_employment": true
}'Get your API key and extract accurate job title data in minutes.
See the full topic → LinkedIn Data, Scraping & APIs hub