Find and Enrich Profiles on People with People API
Enhance Public Profiles
We help you enrich profile data, identify individuals from emails or names, search for prospects, and retrieve profile pictures
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/profile' \
--data-urlencode 'url=https://linkedin.com/in/johnrodin/' \
--data-urlencode 'fallback_to_cache=on-error' \
--data-urlencode 'use_cache=if-present' \
--data-urlencode 'skills=include' \
--data-urlencode 'inferred_salary=include' \
--data-urlencode 'personal_email=include' \
--data-urlencode 'personal_contact_number=include' \
--data-urlencode 'twitter_profile_id=include' \
--data-urlencode 'facebook_profile_id=include' \
--data-urlencode 'github_profile_id=include' \
--data-urlencode 'extra=include'Output


Profile
John Rodin
Co-President at Glenview Capital
Work
Education
Social
Contact
Posts
Other
Identify people by a person's name and company information.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/profile/resolve' \
--data-urlencode 'similarity_checks=include' \
--data-urlencode 'enrich_profile=enrich' \
--data-urlencode 'company_domain=glenviewcapital.com' \
--data-urlencode 'location=New York' \
--data-urlencode 'title=Co-President' \
--data-urlencode 'last_name=Rodin' \
--data-urlencode 'first_name=John'Output
{
"url": "/johnrodin",
"name_similarity_score": 1.0,
"company_similarity_score": 1.0,
"title_similarity_score": 1.0,
"location_similarity_score": 1.0,
"profile": {
"public_identifier": "johnrodin",
"profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf",
"background_cover_image_url": null,
"first_name": "John",
"last_name": "Rodin",
"full_name": "John Rodin",
"follower_count": 1746,
"occupation": "Co-President at Glenview Capital",
"headline": "Co-President at Glenview Capital, \n\nCEO at Longview Acquisition Corp.",
"summary": "John Rodin re-joined Glenview as a Partner in August 2015, and was promoted to Co-President in December 2016. In addition to his roles at Glenview, John is the CEO of Longview Acquisition Corp., Glenview's SPAC franchise.",
"location_str": "New York, New York, United States",
"country": "US",
"country_full_name": "United States of America",
"city": "New York",
"state": "New York",
"experiences": [
{
"starts_at": {
"day": 1,
"month": 8,
"year": 2015
},
"ends_at": null,
"company": "Glenview Capital",
"title": "Co-President",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/2801f6e340c18512e89a55b267b47432"
},
{
"starts_at": {
"day": 1,
"month": 5,
"year": 2020
},
"ends_at": {
"day": 31,
"month": 5,
"year": 2023
},
"company": "Longview Acquisition Corp",
"title": "Chief Executive Officer",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/89932fca1b7d2494276c358a1334d6ff"
},
{
"starts_at": {
"day": 1,
"month": 7,
"year": 1997
},
"ends_at": {
"day": 30,
"month": 4,
"year": 2002
},
"company": "Goldman Sachs",
"title": "Associate",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/72398168f550d183fda6ef4908a4ddc6"
}
],
"education": [
{
"starts_at": {
"day": 1,
"month": 1,
"year": 1993
},
"ends_at": {
"day": 31,
"month": 12,
"year": 1997
},
"school": "Columbia University in the City of New York",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/49dd0552f0b7211ec8f14a62a898da23"
},
{
"school": "Sidwell Friends School",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/78e14ed695ba329ee7e9d54656c024bd"
}
],
"connections": 500
}
}Enrich a personal profile with structured data.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/profile' \
--data-urlencode 'url=https://linkedin.com/in/johnrodin/' \
--data-urlencode 'fallback_to_cache=on-error' \
--data-urlencode 'use_cache=if-present' \
--data-urlencode 'skills=include' \
--data-urlencode 'inferred_salary=include' \
--data-urlencode 'personal_email=include' \
--data-urlencode 'personal_contact_number=include' \
--data-urlencode 'twitter_profile_id=include' \
--data-urlencode 'facebook_profile_id=include' \
--data-urlencode 'github_profile_id=include' \
--data-urlencode 'extra=include'Output

John Rodin
Co-President at Glenview Capital
Personal email
Personal number
Skills
Education
Extra
Connections
{
"public_identifier": "johnrodin",
"profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf",
"first_name": "John",
"last_name": "Rodin",
"full_name": "John Rodin",
"follower_count": 1746,
"occupation": "Co-President at Glenview Capital",
"headline": "Co-President at Glenview Capital, \n\nCEO at Longview Acquisition Corp.",
"summary": "John Rodin re-joined Glenview as a Partner in August 2015, and was promoted to Co-President in December 2016. In addition to his roles at Glenview, John is the CEO of Longview Acquisition Corp., Glenview's SPAC franchise.",
"city": "New York",
"state": "New York",
"country": "US",
"country_full_name": "United States of America",
"experiences": [
{
"starts_at": {
"day": 1,
"month": 8,
"year": 2015
},
"ends_at": null,
"company": "Glenview Capital",
"title": "Co-President",
"location": "Greater New York City Area"
},
{
"starts_at": {
"day": 1,
"month": 5,
"year": 2020
},
"ends_at": {
"day": 31,
"month": 5,
"year": 2023
},
"company": "Longview Acquisition Corp",
"title": "Chief Executive Officer",
"location": null
},
{
"starts_at": {
"day": 1,
"month": 7,
"year": 1997
},
"ends_at": {
"day": 30,
"month": 4,
"year": 2002
},
"company": "Goldman Sachs",
"title": "Associate",
"location": null
}
],
"education": [
{
"starts_at": {
"day": 1,
"month": 1,
"year": 1993
},
"ends_at": {
"day": 31,
"month": 12,
"year": 1997
},
"field_of_study": "History",
"degree_name": "Bachelor of Arts (B.A.)",
"school": "Columbia University in the City of New York"
},
{
"school": "Sidwell Friends School"
}
],
"skills": [],
"connections": 500,
"personal_emails": [],
"personal_numbers": [],
"extra": null,
"inferred_salary": {
"min": null,
"max": null
}
}Identify people by a person's name and company information.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/find/company/role' \
--data-urlencode 'role=ceo' \
--data-urlencode 'company_name=longview acquisition corp' \
--data-urlencode 'enrich_profile=enrich'Output
{
"last_updated": "2026-01-27T00: 00: 00Z",
"profile": {
"public_identifier": "johnrodin",
"profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf",
"first_name": "John",
"last_name": "Rodin",
"full_name": "John Rodin",
"follower_count": 1746,
"occupation": "Co-President at Glenview Capital",
"headline": "Co-President at Glenview Capital, \n\nCEO at Longview Acquisition Corp.",
"summary": "John Rodin re-joined Glenview as a Partner in August 2015, and was promoted to Co-President in December 2016. In addition to his roles at Glenview, John is the CEO of Longview Acquisition Corp., Glenview's SPAC franchise.",
"city": "New York",
"state": "New York",
"country": "US",
"country_full_name": "United States of America",
"experiences": [
{
"starts_at": {
"day": 1,
"month": 8,
"year": 2015
},
"ends_at": null,
"company": "Glenview Capital",
"title": "Co-President",
"location": "Greater New York City Area",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/2801f6e340c18512e89a55b267b47432"
},
{
"starts_at": {
"day": 1,
"month": 5,
"year": 2020
},
"ends_at": {
"day": 31,
"month": 5,
"year": 2023
},
"company": "Longview Acquisition Corp",
"title": "Chief Executive Officer",
"location": null,
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/89932fca1b7d2494276c358a1334d6ff"
},
{
"starts_at": {
"day": 1,
"month": 7,
"year": 1997
},
"ends_at": {
"day": 30,
"month": 4,
"year": 2002
},
"company": "Goldman Sachs",
"title": "Associate",
"location": null,
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/72398168f550d183fda6ef4908a4ddc6"
}
],
"education": [
{
"starts_at": {
"day": 1,
"month": 1,
"year": 1993
},
"ends_at": {
"day": 31,
"month": 12,
"year": 1997
},
"field_of_study": "History",
"degree_name": "Bachelor of Arts (B.A.)",
"school": "Columbia University in the City of New York",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/49dd0552f0b7211ec8f14a62a898da23"
},
{
"school": "Sidwell Friends School",
"logo_url": "https://assets.enrichlayer.com/pp/profilepic/78e14ed695ba329ee7e9d54656c024bd"
}
],
"connections": 500
}
}Enrich a personal profile with structured data.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/person/profile-picture' \
--data-urlencode 'linkedin_person_profile_url=https://www.linkedin.com/in/johnrodin/'Output

{
"tmp_profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf"
}Pricing Plans
We have pricing plans for every level of usage.
The Monthly and Annual subscription plans are for businesses with predictable use of credits. Credits purchased via subscriptions are priced at a lower rate and expire at the end of every billing cycle (month or year). The best pricing requires commitment and volume. Our Pay-as-you-go (PAYG) credits are perfect for casual API users and initial testing. However, they cost more.