v3
latestOpenAPI 3.1.02026-07-318648277.6 KBPeople Enrichment
B2B Person Profile
Retrieve comprehensive B2B person profile information including work history, education, certifications, and more.
post/v1/people/profile-search
Request body
Example request
{
"profile_url": "alex-rivera"
}Response
Successful response with profile information
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"
}
]
}