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'
John Rodin
CEO at Longview Acquisition Corp
Work
Social
Posts
Education
Contact
Other
Identify people by a person's name and company information.
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'
{
"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
}
Enrich a personal profile with structured data.
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'

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.",
...
}
Identify people by a person's name and company information.
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'
{
"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": []
}
}
Enrich a personal profile with structured data.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/person/profile-picture'\
--data-urlencode 'profile_url=williamhgates'
{
"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.