Skip to main content
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": "jesseoue"
}
'
{
  "profile_url": "https://www.linkedin.com/in/jesseoue/",
  "credits_consumed": 1,
  "first_name": "Jesse",
  "last_name": "Ouellette",
  "full_name": "Jesse Ouellette",
  "professional_title": "Growth & AI Expert | Founder LeadMagic",
  "bio": "SaaS Founder",
  "company_name": "LeadMagic",
  "company_industry": "Internet",
  "company_website": "leadmagic.io",
  "total_tenure_months": "205",
  "total_tenure_days": "6240",
  "total_tenure_years": "17",
  "followers_range": "45K-50K",
  "personal_website": {
    "name": "https://leadmagic.io",
    "link": "https://leadmagic.io"
  },
  "country": "United States",
  "location": "Greater Boston",
  "work_experience": [
    {
      "position_title": "Founder",
      "company_name": "LeadMagic",
      "employment_period": "Sep 2022 - Present ยท 3 yrs 2 mos",
      "company_website": "leadmagic.io",
      "company_logo_url": "https://logo.leadmagic.io/leadmagic.io"
    }
  ],
  "education": [
    {
      "institution_name": "University of Maine",
      "degree": "University of Maine",
      "attendance_period": ""
    }
  ],
  "certifications": [
    {
      "certification_name": "Revenue Architect",
      "issuing_organization": "Winning by Design",
      "issue_date": "Issued Nov 2020"
    }
  ],
  "honors": [
    {
      "title": "Hortonworks - MVP NorthEast - Region - 2016",
      "description": "Issued by Hortonworks ยท Jan 2016"
    }
  ]
}
Rate Limit: 300 requests per minute.
Retrieve comprehensive professional profile data including work experience, education, certifications, and social metrics. Perfect for lead enrichment, candidate research, and account-based marketing.

Authorizations

X-API-Key
string
header
required

Your LeadMagic API key. Header name is case-insensitive (X-API-Key, X-API-KEY, x-api-key all work).

Body

application/json
profile_url
string
required

Professional profile URL or username (e.g. "jesseoue", "in/jesseoue", "linkedin.com/in/jesseoue", or full URL)

Example:

"jesseoue"

Response

Successful response with profile information

profile_url
string
Example:

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

credits_consumed
integer
Example:

1

first_name
string | null
Example:

"Jesse"

last_name
string | null
Example:

"Ouellette"

full_name
string | null
Example:

"Jesse Ouellette"

professional_title
string | null
Example:

"Growth & AI Expert | Founder LeadMagic"

bio
string | null
Example:

"SaaS Founder"

company_name
string | null
Example:

"LeadMagic"

company_industry
string | null
Example:

"Internet"

company_website
string | null
Example:

"leadmagic.io"

total_tenure_months
string | null
Example:

"205"

total_tenure_days
string | null
Example:

"6240"

total_tenure_years
string | null
Example:

"17"

followers_range
string | null

Follower count range for privacy (e.g. "45K-50K", "1M+")

Example:

"45K-50K"

personal_website
object
country
string | null
Example:

"United States"

location
string | null
Example:

"Greater Boston"

work_experience
object[] | null
education
object[] | null
certifications
object[] | null
honors
object[] | null