POST
/
v1
/
data
/
mail
/
reverse
Email Reverse Lookup
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 and extract LinkedIn profile information using an email address. This endpoint parses the email, extracts company information, and searches for the corresponding LinkedIn profile.
This endpoint costs 1 credit per request.

Header Parameters

x-api-key
string
required
Your API key

Body Parameters

email
string
required
Email address to reverse lookup (e.g., [email protected])

Response

status
string
Request status (success/error)
data
object
{
  "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": ""
    }
  }
}

Notes

  • The endpoint attempts to parse names and company information from the email address
  • Parsing confidence indicates how reliable the name extraction was