POST
/
v1
/
people
/
profile-search
Profile Search
curl --request POST \
  --url https://api.leadmagic.io/v1/people/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/jesseoue/",
  "creditsConsumed": 1,
  "firstName": "Jesse",
  "lastName": "Ouellette",
  "fullName": "Jesse Ouellette",
  "publicIdentifier": "jesseoue",
  "headline": "Everyone's #1 in the Clay Waterfall | Growth & AI Expert | Founder LeadMagic",
  "company_name": "LeadMagic · Full-time",
  "company_size": null,
  "company_industry": null,
  "company_linkedin_url": "https://www.linkedin.com/company/75153174/",
  "company_website": null,
  "totalTenureMonths": "192",
  "totalTenureDays": "5844",
  "totalTenureYears": "16",
  "connections": 28308,
  "followers": 46915,
  "creatorWebsite": {
    "name": "",
    "link": ""
  },
  "urn": "ACoAAABxN1IBk82L_jCY2opFKNZpSCCcsr6X1MU",
  "country": "United States",
  "location": "Greater Boston",
  "updates": [
    {
      "postText": "90% of your ChatGPT prompts fail...",
      "numLikes": 356,
      "numComments": 343
    }
  ],
  "about": "SaaS Founder",
  "experiences": [
    {
      "companyId": "75153174",
      "companyUrn": "urn:li:fsd_company:75153174",
      "companyLink1": "https://www.linkedin.com/company/75153174/",
      "logo": "https://media.licdn.com/dms/image/v2/C4E0BAQFqDdTRiWKueA/company-logo_200_200/...",
      "title": "Founder",
      "subtitle": "LeadMagic · Full-time",
      "caption": "Sep 2022 - Present · 3 yrs 1 mo",
      "breakdown": false
    }
  ],
  "educations": [
    {
      "companyLink1": "https://www.linkedin.com/company/11344/",
      "title": "University of Maine",
      "caption": ""
    }
  ],
  "licenseAndCertificates": [
    {
      "companyId": "3119217",
      "companyUrn": "urn:li:fsd_company:3119217",
      "companyLink1": "https://www.linkedin.com/company/3119217/",
      "logo": "https://media.licdn.com/dms/image/v2/C560BAQEq02UqN4EQcA/company-logo_200_200/...",
      "title": "Revenue Architect",
      "subtitle": "Winning by Design",
      "caption": "Issued Nov 2020",
      "breakdown": false
    }
  ],
  "honorsAndAwards": [
    {
      "title": "Hortonworks - MVP NorthEast - Region - 2016",
      "subtitle": "Issued by Hortonworks · Jan 2016",
      "breakdown": false
    }
  ],
  "languages": [
    {}
  ],
  "volunteerAndAwards": [
    {
      "companyId": "28447",
      "companyUrn": "urn:li:fsd_company:28447",
      "companyLink1": "https://www.linkedin.com/company/28447/",
      "logo": "https://media.licdn.com/dms/image/v2/D4E0BAQFLsSNTLicLHw/company-logo_200_200/...",
      "title": "Student Mentor",
      "subtitle": "Year Up",
      "caption": "Jan 2014 - Jan 2016 · 2 yrs 1 mo",
      "metadata": "Economic Empowerment",
      "breakdown": false
    }
  ],
  "highlights": [
    {
      "companyLink1": "",
      "title": "Jesse recently posted on LinkedIn",
      "subtitle": "Understand what topics Jesse posts about to inform your outreach.",
      "breakdown": false
    }
  ],
  "organizations": [
    {}
  ],
  "skills": [
    "Software as a Service (SaaS)"
  ]
}
Rate Limit: 300 requests per minute.

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

Successful response with profile information.

The response is of type object.