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 'profile_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 '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
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.",
"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 'profile_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 '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

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
}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 'person_profile_url=https://www.linkedin.com/in/johnrodin/'Output

{
"tmp_profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf"
}Pay as you go credits are available for testing or occasional API use. PAYG credits cost more per request but provide flexibility without a subscription.
PAYG
$10
Credits do not expire*Credits expire after 18 months of inactivity.
100 credits or $0.1000 / credit
PAYG
$50
Credits do not expire*Credits expire after 18 months of inactivity.
834 credits or $0.0600 / credit
PAYG
$100
Credits do not expire*Credits expire after 18 months of inactivity.
3,788 credits or $0.0264 / credit
PAYG
$500
Credits do not expire*Credits expire after 18 months of inactivity.
20,834 credits or $0.0240 / credit
PAYG
$1,000
Credits do not expire*Credits expire after 18 months of inactivity.
46,297 credits or $0.0216 / credit
Monthly and annual subscriptions provide the lowest cost per credit.
Start with a plan, top up anytime you need more.
For individuals and small projects
35,000 credits • $0.0168 / credit
What you get:
30,000 + 5,000 bonus credits
~17,500 enriched contacts
All credits delivered upfront, yours to use at any pace.
For growing teams
350,000 credits • $0.0103 / credit
What you get:
300,000 + 50,000 bonus credits
~116,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
For scaling businesses
1,258,600 credits • $0.0086 / credit
What you get:
1,078,800 + 179,800 bonus credits
~629,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
For high-volume needs
2,954,000 credits • $0.0077 / credit
What you get:
2,532,000 + 422,000 bonus credits
~1,400,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
Custom solutions at scale
Custom volume • Dedicated support
What you get:
Custom credit volume tailored to your scale
Unlimited enriched contacts**Subject to Fair Usage Policy as outlined in our Terms of Service.
Full access to People, Company & Jobs APIs
Dedicated Account Manager