v3

latestOpenAPI 3.1.02026-07-318648277.6 KB
People Enrichment

B2B Person Profile

Retrieve comprehensive B2B person profile information including work history, education, certifications, and more.

post/v1/people/profile-search

Request body

profile_urlstring required

B2B person profile URL or slug

Example request

{
  "profile_url": "alex-rivera"
}

Response

Successful response with profile information

profile_urlstring
credits_consumedinteger
first_namestring nullable
last_namestring nullable
full_namestring nullable
professional_titlestring nullable
biostring nullable
company_namestring nullable
company_industrystring nullable
company_websitestring nullable
total_tenure_monthsstring nullable
total_tenure_daysstring nullable
total_tenure_yearsstring nullable
followers_rangestring nullable

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

countrystring nullable
locationstring nullable

Example response

{
  "profile_url": "alex-rivera",
  "credits_consumed": 1,
  "first_name": "Alex",
  "last_name": "Rivera",
  "full_name": "Alex Rivera",
  "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"
    }
  ],
  "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"
    }
  ]
}