Enrich Layer logo svg

People API

Access comprehensive people data with real-time updates and deep insights into professional profiles.

Contact API

Find verified contact information including email addresses and phone numbers for professionals worldwide.

School API

Explore educational institutions data with detailed information about schools, universities and programs.

Company API

Get detailed company information including financials, employee data, and business intelligence insights.

Jobs API

Access real-time job listings and employment data to track hiring trends and market opportunities.

Search API

Powerful search capabilities across all data sources with advanced filtering and matching algorithms.

PricingIntegrationsDocumentationCompany
Sign inSign up
People APICompany APIJobs APISearch APIContact APISchool API
PricingIntegrationsDocumentationCompany

Products

People APICompany APIJobs APIContact APISchool APISearch API

Company

AboutPricingPrivacy PolicyTrust CenterPress KitTerms of Use

Help

© Enrich Layer 2026
Terms of ServicePrivacy Policy

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 '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'
Book iconPeople API Request

Output

John Rodin illustration
Profile folder

Profile

John Rodin

Co-President at Glenview Capital

Work

Education

Social

Contact

Posts

Other

People Lookup Endpoint

Identify people by a person's name and company information.

Input
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'
Book iconPeople Lookup Endpoint Request

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
  }
}
People Profile Endpoint

Enrich a personal profile with structured data.

Input
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'
Book iconPeople Profile Endpoint Request

Output

John Rodin photo

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
}
Role Lookup Endpoint

Identify people by a person's name and company information.

Input
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'
Book iconRole Lookup Endpoint Request

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
  }
}
Profile Picture Endpoint

Enrich a personal profile with structured data.

Free
Input
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/'
Book iconProfile Picture Endpoint Request

Output

Person Profile Picture
Person profile picture
{
  "tmp_profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/78b697539271e1b2a13b8c72419c6baf"
}
/PRICING

PAY-AS-YOU-GO

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

Start now

PAYG

$50

Credits do not expire*Credits expire after 18 months of inactivity.

834 credits or $0.0600 / credit

Start now

PAYG

$100

Credits do not expire*Credits expire after 18 months of inactivity.

3,788 credits or $0.0264 / credit

Start now

PAYG

$500

Credits do not expire*Credits expire after 18 months of inactivity.

20,834 credits or $0.0240 / credit

Start now

PAYG

$1,000

Credits do not expire*Credits expire after 18 months of inactivity.

46,297 credits or $0.0216 / credit

Start now

Pricing options for every level of API usage.

Monthly and annual subscriptions provide the lowest cost per credit.
Start with a plan, top up anytime you need more.

Starter

For individuals and small projects

$588/ year

35,000 credits • $0.0168 / credit

What you get:

30,000 + 5,000 bonus credits

~17,500 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now
Popular

Growth

For growing teams

$3,588/ year

350,000 credits • $0.0103 / credit

What you get:

300,000 + 50,000 bonus credits

~116,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Pro

For scaling businesses

$10,788/ year

1,258,600 credits • $0.0086 / credit

What you get:

1,078,800 + 179,800 bonus credits

~629,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Ultra

For high-volume needs

$22,788/ year

2,954,000 credits • $0.0077 / credit

What you get:

2,532,000 + 422,000 bonus credits

~1,400,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Enterprise

Custom solutions at scale

> $24,000/ year

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

Contact Sales
/FAQ
API calls will return an error (not enough credits). You can purchase additional credits at the same cost per credit as your subscription plan. For top-up instructions, managing limits, and understanding request costs, see our Help Center guide.
PAYG credits do not expire unless an account becomes inactive (18 months without any payment activity).

Pay-as-You-Go Credits (PAYG) offer users the flexibility to add credits to their account without making a 12 month commitment. PAYG credits are more expensive on a cost per credit basis than our subscription plans.

PAYG credits are great to test our API or budget for only the necessary amount of credits needed for a project, etc.
Monthly and Annual plans are a 12-month commitment. Canceling early will incur a fee for the remaining months of your 12-month commitment. Learn more here.
See Enrich Layer's Refund Policy for details.