Enrich your platforms with over a billion meticulously verified records – your single source of truth for company, employee, and job posting intelligence.


Bridge data gaps with the up-to-date data points you need, all powered by the best-in-class people dataset.
{
"company_similarity_score": 0.7894736842105263,
"location_similarity_score": 0,
"name_similarity_score": 1,
"profile": {
"first_name": "Bill",
"last_name": "Gates",
"full_name": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"occupation": "Co-chair at Bill & Melinda Gates Foundation",
"public_identifier": "williamhgates",
"profile_pic_url": "https://assets.enrichlayer.com/pp/...",
"city": "Seattle",
"state": "Washington",
"country": "US",
"experiences": [
{
"company": "Bill & Melinda Gates Foundation",
"title": "Co-chair",
"starts_at": { "year": 2000 }
},
...
],
"education": [
{
"school": "Harvard University",
"starts_at": { "year": 1973 }
}
],
...
}
}
The API holds your unique insights by tapping into our comprehensive dataset of over 70 million companies, indexed and refreshed monthly.
{
"id": "162479",
"name": "Apple",
"universal_name_id": "apple",
"description": "We're a diverse collective
of thinkers and doers,
continually reimagining what's possible
to help us all do what we love in new ways...",
"website": "http://www.apple.com/careers",
"industry": "Consumer Electronics",
"company_size": [10001, null],
"follower_count": 17494129,
"hq": {
"country": "US",
"city": "Cupertino",
"state": "California",
"postal_code": "95014",
"line_1": "1 Apple Park Way",
"is_hq": true
},
"company_type": "PUBLIC_COMPANY",
"founded_year": 1976,
"specialities": [
"Innovative Product Development",
"World-Class Operations",
"Retail",
...
],
...
}
The most comprehensive people dataset on the Tech, hiring trends, find growing companies, and power HR solutions and research.
{
"job": [
{
"company": "Apple",
"job_title": "Junior Software Development
Engineer - Apple Vision Pro",
"list_date": "2023-08-29",
"location": "Cupertino, CA"
},
{
"company": "Apple",
"job_title": "Senior Software
Engineer - Machine Learning",
"list_date": "2023-08-31",
"location": "Cupertino, CA"
},
...
]
}Enrich your platforms with over a billion meticulously verified records – your single source of truth for company, employee, and job posting intelligence.
Bridge data gaps with the up-to-date data points you need, all powered by the best-in-class people dataset.
{
"company_similarity_score": 0.7894736842105263,
"location_similarity_score": 0,
"name_similarity_score": 1,
"profile": {
"first_name": "Bill",
"last_name": "Gates",
"full_name": "Bill Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"occupation": "Co-chair at Bill & Melinda Gates Foundation",
"public_identifier": "williamhgates",
"profile_pic_url": "https://assets.enrichlayer.com/pp/...",
"city": "Seattle",
"state": "Washington",
"country": "US",
"experiences": [
{
"company": "Bill & Melinda Gates Foundation",
"title": "Co-chair",
"starts_at": { "year": 2000 }
},
...
],
"education": [
{
"school": "Harvard University",
"starts_at": { "year": 1973 }
}
],
...
}
}The API holds your unique insights by tapping into our comprehensive dataset of over 70 million companies, indexed and refreshed monthly.
{
"id": "162479",
"name": "Apple",
"universal_name_id": "apple",
"description": "We're a diverse collective
of thinkers and doers,
continually reimagining what's possible
to help us all do what we love in new ways...",
"website": "http://www.apple.com/careers",
"industry": "Consumer Electronics",
"company_size": [10001, null],
"follower_count": 17494129,
"hq": {
"country": "US",
"city": "Cupertino",
"state": "California",
"postal_code": "95014",
"line_1": "1 Apple Park Way",
"is_hq": true
},
"company_type": "PUBLIC_COMPANY",
"founded_year": 1976,
"specialities": [
"Innovative Product Development",
"World-Class Operations",
"Retail",
...
],
...
}The most comprehensive people dataset on the Tech, hiring trends, find growing companies, and power HR solutions and research.
{
"job": [
{
"company": "Apple",
"job_title": "Junior Software Development
Engineer - Apple Vision Pro",
"list_date": "2023-08-29",
"location": "Cupertino, CA"
},
{
"company": "Apple",
"job_title": "Senior Software
Engineer - Machine Learning",
"list_date": "2023-08-31",
"location": "Cupertino, CA"
},
...
]
}


Easily extract key target profile using criteria such as contact details, professional experience, education, and more. Leverage industry-leading people data to scale your outreach process.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/search/person' \
--data-urlencode 'country=US' \
--data-urlencode 'first_name=Michael' \
--data-urlencode 'last_name=Peterson' \
--data-urlencode 'current_role_title=founder' \
--data-urlencode 'city=Seattle OR Los Angeles' \
--data-urlencode 'page_size=10' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'use_cache=if-present'
Our system intelligently lives the best matching record from our Company Dataset, allowing you to get back comprehensive data points tailored to your needs.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/search/company' \
--data-urlencode 'country=us' \
--data-urlencode 'city=new AND york' \
--data-urlencode 'type=PRIVATELY_HELD' \
--data-urlencode 'founded_after_year=2000' \
--data-urlencode 'funding_amount_min=5000000' \
--data-urlencode 'page_size=10' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'use_cache=if-present'
Our Jobs API enables you to programmatically retrieve fresh data and enable enhanced functional and analytics applications.
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/job' \
--data-urlencode 'job_type=full-time' \
--data-urlencode 'experience_level=mid_senior_level' \
--data-urlencode 'when=past-month' \
--data-urlencode 'flexibility=remote' \
--data-urlencode 'geo_id=92000000' \
--data-urlencode 'keyword=engineer' \
--data-urlencode 'search_id=2790400'
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.