Skip to main content
POST
/
profile-search
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/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
profile_url
string
required

B2B profile URL

Example:

"https://www.linkedin.com/in/williamhgates/"

Response

Successful response with profile information.

profileUrl
string
Example:

"https://www.linkedin.com/in/jesseoue/"

creditsConsumed
integer
Example:

1

firstName
string | null
Example:

"Jesse"

lastName
string | null
Example:

"Ouellette"

fullName
string | null
Example:

"Jesse Ouellette"

publicIdentifier
string | null
Example:

"jesseoue"

headline
string | null
Example:

"Everyone's #1 in the Clay Waterfall | Growth & AI Expert | Founder LeadMagic"

company_name
string | null
Example:

"LeadMagic · Full-time"

company_size
string | null
Example:

null

company_industry
string | null
Example:

null

company_linkedin_url
string | null
Example:

"https://www.linkedin.com/company/75153174/"

company_website
string | null
Example:

null

totalTenureMonths
string | null
Example:

"192"

totalTenureDays
string | null
Example:

"5844"

totalTenureYears
string | null
Example:

"16"

connections
integer | null
Example:

28308

followers
integer | null
Example:

46915

creatorWebsite
object | null
urn
string | null
Example:

"ACoAAABxN1IBk82L_jCY2opFKNZpSCCcsr6X1MU"

country
string | null
Example:

"United States"

location
string | null
Example:

"Greater Boston"

updates
object[] | null
about
string | null
Example:

"SaaS Founder"

experiences
object[] | null
educations
object[] | null
licenseAndCertificates
object[] | null
honorsAndAwards
object[] | null
languages
object[] | null
volunteerAndAwards
object[] | null
highlights
object[] | null
organizations
object[] | null
skills
string[] | null
I