curl --request POST \
--url https://api.linkupapi.com/v1/data/profil/enrich \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>"
}'
{
"status": "success",
"data": {
"person_searched": {
"first_name": "Jeremy",
"last_name": "Goillot",
"company_name": "The Mobile-First Company"
},
"linkedin_profile": {
"linkedin_url": "https://www.linkedin.com/in/jeremygoillot",
"profile_title": "Jeremy Goillot - CEO @The Mobile-First Company",
"profile_description": "CEO & Co-Founder at The Mobile-First Company"
},
"full_profile_data": {
"public_id": "jeremygoillot",
"first_name": "Jeremy",
"last_name": "Goillot",
"headline": "CEO @The Mobile-First Company \n Your Business, in your Pocket | Angel Investor in +40 startups",
"location": "France",
"summary": "NO EMAIL \nPhone Call Only >> 06 44 60 39 99\n\nBuilding @The Mobile-First Company\nOur goal is clear: Turn your phone into your primary business tool...",
"industry": "Technologie, information et Internet",
"experience": [
{
"company": "The Mobile-First Company",
"title": "CEO & Co-Founder",
"description": "Your Business, in your Pocket. Mobile Apps for Every Need...",
"start_date": "9/2023",
"end_date": ""
}
],
"education": [
{
"school": "Le Wagon",
"degree": "FullStack Developer",
"field_of_study": "Web Development",
"start_date": "2016",
"end_date": "2016"
}
],
"skills": ["Allo", " Build a Fintech Unicorn (from 0 to 1B$)", " Build Growth Team for Early Stage Startups"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQGNeGf5rNxHfw/profile-displayphoto-shrink_800_800/...",
"email": "",
"phone": "",
"website": ""
}
}
}
Find and extract comprehensive LinkedIn profile information using name and company
curl --request POST \
--url https://api.linkupapi.com/v1/data/profil/enrich \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"first_name": "<string>",
"last_name": "<string>",
"company_name": "<string>"
}'
{
"status": "success",
"data": {
"person_searched": {
"first_name": "Jeremy",
"last_name": "Goillot",
"company_name": "The Mobile-First Company"
},
"linkedin_profile": {
"linkedin_url": "https://www.linkedin.com/in/jeremygoillot",
"profile_title": "Jeremy Goillot - CEO @The Mobile-First Company",
"profile_description": "CEO & Co-Founder at The Mobile-First Company"
},
"full_profile_data": {
"public_id": "jeremygoillot",
"first_name": "Jeremy",
"last_name": "Goillot",
"headline": "CEO @The Mobile-First Company \n Your Business, in your Pocket | Angel Investor in +40 startups",
"location": "France",
"summary": "NO EMAIL \nPhone Call Only >> 06 44 60 39 99\n\nBuilding @The Mobile-First Company\nOur goal is clear: Turn your phone into your primary business tool...",
"industry": "Technologie, information et Internet",
"experience": [
{
"company": "The Mobile-First Company",
"title": "CEO & Co-Founder",
"description": "Your Business, in your Pocket. Mobile Apps for Every Need...",
"start_date": "9/2023",
"end_date": ""
}
],
"education": [
{
"school": "Le Wagon",
"degree": "FullStack Developer",
"field_of_study": "Web Development",
"start_date": "2016",
"end_date": "2016"
}
],
"skills": ["Allo", " Build a Fintech Unicorn (from 0 to 1B$)", " Build Growth Team for Early Stage Startups"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQGNeGf5rNxHfw/profile-displayphoto-shrink_800_800/...",
"email": "",
"phone": "",
"website": ""
}
}
}
Show Properties
Show Complete Profile Information
{
"status": "success",
"data": {
"person_searched": {
"first_name": "Jeremy",
"last_name": "Goillot",
"company_name": "The Mobile-First Company"
},
"linkedin_profile": {
"linkedin_url": "https://www.linkedin.com/in/jeremygoillot",
"profile_title": "Jeremy Goillot - CEO @The Mobile-First Company",
"profile_description": "CEO & Co-Founder at The Mobile-First Company"
},
"full_profile_data": {
"public_id": "jeremygoillot",
"first_name": "Jeremy",
"last_name": "Goillot",
"headline": "CEO @The Mobile-First Company \n Your Business, in your Pocket | Angel Investor in +40 startups",
"location": "France",
"summary": "NO EMAIL \nPhone Call Only >> 06 44 60 39 99\n\nBuilding @The Mobile-First Company\nOur goal is clear: Turn your phone into your primary business tool...",
"industry": "Technologie, information et Internet",
"experience": [
{
"company": "The Mobile-First Company",
"title": "CEO & Co-Founder",
"description": "Your Business, in your Pocket. Mobile Apps for Every Need...",
"start_date": "9/2023",
"end_date": ""
}
],
"education": [
{
"school": "Le Wagon",
"degree": "FullStack Developer",
"field_of_study": "Web Development",
"start_date": "2016",
"end_date": "2016"
}
],
"skills": ["Allo", " Build a Fintech Unicorn (from 0 to 1B$)", " Build Growth Team for Early Stage Startups"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4E03AQGNeGf5rNxHfw/profile-displayphoto-shrink_800_800/...",
"email": "",
"phone": "",
"website": ""
}
}
}
linkedin_profile
and full_profile_data
will be null
Was this page helpful?