Enrich Layer acquires HR-data startup HR Signal Let's go Arrow

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/people/profile/resolve'\
--data-urlencode 'company_domain=longviewacquisition.com' \
--data-urlencode 'first_name=John' \
--data-urlencode 'similarity_checks=include' \
--data-urlencode 'enrich_profile=enrich' \
--data-urlencode 'location=Seattle'
Output
profile

John Rodin

CEO at Longview Acquisition Corp

Work

Social

Posts

Education

Contact

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/people/profile/resolve'\
--data-urlencode 'company_domain=gatesfoundation.org' \
--data-urlencode 'first_name=Bill' \
--data-urlencode 'similarity_checks=include' \
--data-urlencode 'enrich_profile=enrich' \
--data-urlencode 'location=Seattle'
Output
{
  "company_similarity_score": 0.7894736842105263,
  "location_similarity_score": 0,
  "name_similarity_score": 1,
  "profile": {
    "activities": [],
    "articles": [],
    "background_cover_image_url": null,
    "birth_date": null,
    "certifications": [],
    "city": "Seattle",
    "connections": null,
    "country": "US",
    "country_full_name": "United States of America",
    "education": [
      {
        "activities_and_societies": null,
        "degree_name": null,
        "description": null,
        "ends_at": {
          "day": 1,
          "month": 1,
          "year": 1975
        },
        "field_of_study": null,
        "grade": null,
        "school": "Harvard University",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 1973
        }
      },
      {
        "activities_and_societies": null,
        "degree_name": null,
        "description": null,
        "ends_at": null,
        "field_of_study": null,
        "grade": null,
        "school": "Lakeside School",
        "starts_at": null
      }
    ],
    "experiences": [
      {
        "company": "Bill & Melinda Gates Foundation",
        "description": null,
        "ends_at": null,
        "location": null,
        "logo_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/bill-%26-melinda-gates-foundation/profile",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 2000
        },
        "title": "Co-chair"
      },
      ...
    ],
    "first_name": "Bill",
    "full_name": "Bill Gates",
    "headline": "Co-chair, Bill & Melinda Gates Foundation",
    "last_name": "Gates",
    "occupation": "Co-chair at Bill & Melinda Gates Foundation",
    "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/person/williamhgates/profile",
    "public_identifier": "williamhgates",
    "state": "Washington",
    "summary": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
    ...
  },
  "title_similarity_score": 70
}
People Profile Endpoint

Enrich a personal profile with structured data.

Input
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/person'\
--data-urlencode 'fallback_to_cache=on-error'  \
--data-urlencode 'use_cache=if-present' \
--data-urlencode 'similarity_checks=include' \
--data-urlencode 'skills=include' \
--data-urlencode 'inferred_salary=include'
--data-urlencode 'personal_email=include'
--data-urlencode 'personal_contact_number=include'
Output
Bill Gates

Bill Gates

Co-chair, Bill & Melinda Gates Foundation

Personal email

Personal number

Industry

Articles

Extra

Other

{
  "accomplishment_courses": [],
  "accomplishment_publications": [],
  "articles": [],
  "background_cover_image_url": null,
  "birth_date": null,
  "certifications": [],
  "city": "Seattle",
  "connections": null,
  "country": "US",
  "country_full_name": "United States of America",
  "education": [
    {
      "activities_and_societies": null,
      "degree_name": null,
      "description": null,
      "ends_at": {
        "day": 1,
        "month": 1,
        "year": 1975
      },
      "field_of_study": null,
      "grade": null,
      "school": "Harvard University",
      "starts_at": {
        "day": 1,
        "month": 1,
        "year": 1973
      }
    },
    {
      "activities_and_societies": null,
      "degree_name": null,
      "description": null,
      "ends_at": null,
      "field_of_study": null,
      "grade": null,
      "school": "Lakeside School",
      "starts_at": null
    }
  ],
  "experiences": [
    {
      "company": "Bill & Melinda Gates Foundation",
      "description": null,
      "ends_at": null,
      "location": null,
      "logo_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/bill-%26-melinda-gates-foundation/profile",
      "starts_at": {
        "day": 1,
        "month": 1,
        "year": 2000
      },
      "title": "Co-chair"
    },
    ...
  ],
  "extra": {
    "facebook_profile_id": "facebook.com/billgates",
    "github_profile_id": "github.com/billgates007",
    "twitter_profile_id": "twitter.com/billgates"
  },
  "first_name": "Bill",
  "full_name": "Bill Gates",
  "headline": "Co-chair, Bill & Melinda Gates Foundation",
  "inferred_salary": {
    "max": null,
    "min": null
  },
  "interests": [
    "Bridge",
    "Developing New Vaccines",
    "Energy Policy",
    "Eradicating Polio",
    "Philanthropy and Volunteerism",
    ...
  ],
  "last_name": "Gates",
  "occupation": "Co-chair at Bill & Melinda Gates Foundation",
  "personal_emails": [
    "[email protected]"
  ],
  "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/person/williamhgates/profile",
  "public_identifier": "williamhgates",
  "skills": [
    "Epson"
  ],
  "state": "Washington",
  "summary": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
  ...
}
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/find/company/role'\
--data-urlencode 'role=co-chair' \
--data-urlencode 'company_name=gates foundation' \
--data-urlencode 'enrich_profile=enrich'
Output
{
  "profile": {
    "city": "Seattle",
    "country": "US",
    "country_full_name": "United States of America",
    "education": [
      {
        "ends_at": {
          "day": 1,
          "month": 1,
          "year": 1975
        },
        "field_of_study": null,
        "grade": null,
        "school": "Harvard University",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 1973
        }
      },
      {
        "activities_and_societies": null,
        "description": null,
        "school": "Lakeside School",
        "starts_at": null
      }
    ],
    "experiences": [
      {
        "company": "Bill & Melinda Gates Foundation",
        "description": null,
        "ends_at": null,
        "location": null,
        "logo_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/bill-%26-melinda-gates-foundation/profile",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 2000
        },
        "title": "Co-chair"
      },
      {
        "company": "Breakthrough Energy",
        "description": null,
        "ends_at": null,
        "location": null,
        "logo_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/breakthrough-energy/profile",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 2015
        },
        "title": "Founder"
      },
      {
        "company": "Microsoft",
        "description": null,
        "ends_at": null,
        "location": null,
        "logo_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/microsoft/profile",
        "starts_at": {
          "day": 1,
          "month": 1,
          "year": 1975
        },
        "title": "Co-founder"
      }
    ],
    "extra": null,
    "first_name": "Bill",
    "follower_count": null,
    "full_name": "Bill Gates",
    "gender": null,
    "groups": [],
    "headline": "Co-chair, Bill & Melinda Gates Foundation",
    "industry": null,
    "inferred_salary": null,
    "interests": [],
    "languages": [],
    "last_name": "Gates",
    "occupation": "Co-chair at Bill & Melinda Gates Foundation",
    "people_also_viewed": [],
    "personal_emails": [],
    "personal_numbers": [],
    "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/person/williamhgates/profile",
    "public_identifier": "williamhgates",
    "recommendations": [],
    "skills": [],
    "state": "Washington",
    "summary": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy. Co-founder of Microsoft. Voracious reader. Avid traveler. Active blogger.",
    "volunteer_work": []
  }
}
Profile Picture Endpoint

Enrich a personal profile with structured data.

Free
Input
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/person/profile-picture'\
--data-urlencode 'profile_url=williamhgates'
Output
Person Profile Picture
{
    "profile_picture": "https://enrichlayer.com/s3/pictures/profile_picture_fgkvn_gh231.png"
}

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/year). The best pricing requires commitment and volume. Our Pay-as-you-go credits are perfect for casual API users because they do not expire*, however they cost more.


Starter

$49 / mo
2,500 credits
30,000 + 5,000
$0.020 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Growth

$299 / mo
25,000 credits
300,000 + 5,000
$0.012 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Pro

$899 / mo
89,900 credits
1,250,000 + 5,000
$0.010 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Ultra

$1,899 / mo
211,000 credits
2,930,000 + 5,000
$0.009 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Enterprise

> $2,000 / mo
> 211,000 credits
> 2,930,000 + 5,000
< $0.009 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Pay as you go

$10
100 credits
$0.1000 / credit
*PAYG Credits expire when an account is made inactive after 18 months of payment inactivity.

Pay as you go

$50
834 credits
$0.0600 / credit
*PAYG Credits expire when an account is made inactive after 18 months of payment inactivity.

Pay as you go

$100
3,788 credits
$0.0264 / credit
*PAYG Credits expire when an account is made inactive after 18 months of payment inactivity.

Pay as you go

$500
20,834 credits
$0.0240 / credit
*PAYG Credits expire when an account is made inactive after 18 months of payment inactivity.

Pay as you go

$1,000
46,297 credits
$0.0216 / credit
*PAYG Credits expire when an account is made inactive after 18 months of payment inactivity.