curl --request POST \
--url https://api.linkupapi.com/v1/data/mail/reverse \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"email": "<string>"
}'
{
"status": "success",
"data": {
"email_parsed": {
"original_email": "[email protected]",
"first_name": "yoan",
"last_name": "Drahy",
"company_domain": "limova.ai",
"parsing_confidence": "high"
},
"person_found": {
"public_id": "yoan-drahy-624652333",
"first_name": "Yoan",
"last_name": "Drahy",
"headline": "Co-fondateur chez Limova.ai",
"location": "France",
"summary": "",
"industry": "Logiciels informatiques",
"experience": [
{
"company": "Limova.ai",
"title": "Co-fondateur",
"description": "",
"start_date": "12/2023",
"end_date": "",
"company_url": "https://linkedin.com/company/limova-ai",
"company_logo_url": "https://media.licdn.com/dms/image/v2/D4E0BAQHtmCHJiCE8ww/company-logo_400_400/B4EZXTc4ApG0Ag-/0/1743009317399/limova_ai_logo?e=1759968000&v=beta&t=bmdZbi4PaSNALb8mJHMf3BTnOvDNqvGJ-YNe_F0qAFs"
}
],
"education": [],
"skills": ["Leadership fonctionnel", "Management", "Start-up", "Business-to-Business (BtoB)"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4D03AQFpHVE1IXVGjw/profile-displayphoto-shrink_800_800/B4DZVLuarwHAAk-/0/1740732214475?e=1759968000&v=beta&t=QYSoUmXY9g1KcRccohKXrcSOeEsvce1osmDGRO5BU18",
"email": "",
"phone": "",
"website": ""
}
}
}
Find LinkedIn profile information from an email address
curl --request POST \
--url https://api.linkupapi.com/v1/data/mail/reverse \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"email": "<string>"
}'
{
"status": "success",
"data": {
"email_parsed": {
"original_email": "[email protected]",
"first_name": "yoan",
"last_name": "Drahy",
"company_domain": "limova.ai",
"parsing_confidence": "high"
},
"person_found": {
"public_id": "yoan-drahy-624652333",
"first_name": "Yoan",
"last_name": "Drahy",
"headline": "Co-fondateur chez Limova.ai",
"location": "France",
"summary": "",
"industry": "Logiciels informatiques",
"experience": [
{
"company": "Limova.ai",
"title": "Co-fondateur",
"description": "",
"start_date": "12/2023",
"end_date": "",
"company_url": "https://linkedin.com/company/limova-ai",
"company_logo_url": "https://media.licdn.com/dms/image/v2/D4E0BAQHtmCHJiCE8ww/company-logo_400_400/B4EZXTc4ApG0Ag-/0/1743009317399/limova_ai_logo?e=1759968000&v=beta&t=bmdZbi4PaSNALb8mJHMf3BTnOvDNqvGJ-YNe_F0qAFs"
}
],
"education": [],
"skills": ["Leadership fonctionnel", "Management", "Start-up", "Business-to-Business (BtoB)"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4D03AQFpHVE1IXVGjw/profile-displayphoto-shrink_800_800/B4DZVLuarwHAAk-/0/1740732214475?e=1759968000&v=beta&t=QYSoUmXY9g1KcRccohKXrcSOeEsvce1osmDGRO5BU18",
"email": "",
"phone": "",
"website": ""
}
}
}
Show Properties
Show Email Parsing Results
Show LinkedIn Profile Information
{
"status": "success",
"data": {
"email_parsed": {
"original_email": "[email protected]",
"first_name": "yoan",
"last_name": "Drahy",
"company_domain": "limova.ai",
"parsing_confidence": "high"
},
"person_found": {
"public_id": "yoan-drahy-624652333",
"first_name": "Yoan",
"last_name": "Drahy",
"headline": "Co-fondateur chez Limova.ai",
"location": "France",
"summary": "",
"industry": "Logiciels informatiques",
"experience": [
{
"company": "Limova.ai",
"title": "Co-fondateur",
"description": "",
"start_date": "12/2023",
"end_date": "",
"company_url": "https://linkedin.com/company/limova-ai",
"company_logo_url": "https://media.licdn.com/dms/image/v2/D4E0BAQHtmCHJiCE8ww/company-logo_400_400/B4EZXTc4ApG0Ag-/0/1743009317399/limova_ai_logo?e=1759968000&v=beta&t=bmdZbi4PaSNALb8mJHMf3BTnOvDNqvGJ-YNe_F0qAFs"
}
],
"education": [],
"skills": ["Leadership fonctionnel", "Management", "Start-up", "Business-to-Business (BtoB)"],
"profile_picture_url": "https://media.licdn.com/dms/image/v2/D4D03AQFpHVE1IXVGjw/profile-displayphoto-shrink_800_800/B4DZVLuarwHAAk-/0/1740732214475?e=1759968000&v=beta&t=QYSoUmXY9g1KcRccohKXrcSOeEsvce1osmDGRO5BU18",
"email": "",
"phone": "",
"website": ""
}
}
}
Was this page helpful?