POST
/
profile-search
curl --request POST \
  --url https://api.leadmagic.io/profile-search \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "profile_url": "https://www.linkedin.com/in/williamhgates/"
}'
{
  "profileUrl": "https://www.linkedin.com/in/williamhgates/",
  "creditsConsumed": 1,
  "firstName": "Bill",
  "lastName": "Gates",
  "fullName": "Bill Gates",
  "headline": "Co-chair, Bill & Melinda Gates Foundation",
  "userSkills": "",
  "company_name": "Bill & Melinda Gates Foundation",
  "company_size": "1001-5000",
  "company_industry": "Philanthropy",
  "company_website": "gatesfoundation.org",
  "totalTenureMonths": 295,
  "totalTenureDays": 8850,
  "totalTenureYears": 24.58,
  "connections": 1,
  "country": "United States",
  "location": "Seattle, Washington, United States",
  "about": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
  "experiences": [
    {
      "title": "Co-chair",
      "subtitle": "Bill & Melinda Gates Foundation",
      "caption": "2000 - Present · 24 yrs 7 mos",
      "subComponents": [
        {}
      ]
    }
  ],
  "highlights": [
    {}
  ]
}
Rate Limit: 300 requests per minute.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successful response with detailed profile information

The response is of type object.