Company API
Enrich Company Profiles
get funding data, list and search employees, identify companies, get employee count
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company'\
--data-urlencode 'country=US' \
--data-urlencode 'categories=include' \
--data-urlencode 'funding_data=include' \
--data-urlencode 'extra=include' \
--data-urlencode 'company_name=Apple' \
--data-urlencode 'exit_data=include' \
--data-urlencode 'use_cache=if-present'
Output


Apple
Electronics, hardware and software
Profile
Employees
Categories
Funding
Other
Identify a company by a name or domain
Company Lookup API Endpoint
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company/resolve'\
--data-urlencode 'company_domain=apple.com'
Output

Apple
Electronics, hardware and software
{
"url": "https://www.apple.com/"
}
Enrich a company profile with structured data
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company'\
--data-urlencode 'url=https://apple.com' \
--data-urlencode 'resolve_numeric_id=true' \
--data-urlencode 'categories=include' \
--data-urlencode 'funding_data=include' \
--data-urlencode 'extra=include' \
--data-urlencode 'exit_data=include' \
--data-urlencode 'acquisitions=include' \
--data-urlencode 'use_cache=if-present'
Output

Apple
Electronics, hardware and software
Company type
Funding data
Industry
Categories
Extra
Other
{
"id": "162479",
"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],
"hq": {
"country": "US",
"city": "Cupertino",
"postal_code": "95014",
"line_1": "1 Apple Park Way",
"is_hq": true,
"state": "California"
},
"company_type": "PUBLIC_COMPANY",
"founded_year": 1976,
"specialities": [
"Innovative Product Development",
"World-Class Operations",
"Retail",
"Telephone Support"
],
"locations": [
{
"country": "US",
"city": "Cupertino",
"postal_code": "95014",
"line_1": "1 Apple Park Way",
"is_hq": true,
"state": "California"
}
],
"name": "Apple",
"tagline": null,
"universal_name_id": "apple",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/apple/profile",
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/company/apple/cover",
"search_id": "162479",
"similar_companies": [],
"updates": [],
"follower_count": 17494129,
"acquisitions": {
"acquired": [
{
"crunchbase_profile_url": "https://www.crunchbase.com/organization/ai-music",
"announced_date": {
"day": 7,
"month": 2,
"year": 2022
},
"price": null
},
...
]
},
"extra": {
"ipo_status": "Public",
"crunchbase_rank": 23,
"founding_date": {
"day": 1,
"month": 4,
"year": 1976
},
"operating_status": "Active",
"company_type": "For Profit",
"contact_email": null,
"phone_number": "408-996-1010",
"facebook_id": "apple",
"twitter_id": "apple",
"total_funding_amount": 6200000000,
"stock_symbol": "NASDAQ:AAPL"
},
"funding_data": [
{
"funding_type": "Post-IPO Debt",
"money_raised": 5000000000,
"announced_date": {
"day": 6,
"month": 9,
"year": 2017
},
"number_of_investor": null,
"investor_list": []
},
...
],
"categories": [
"consumer-electronics",
"electronics",
"hardware",
"mobile-devices",
"operating-systems",
...
]
}
List past or present employees of any target company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company/employees' \
--data-urlencode 'url=https://apple.com' \
--data-urlencode 'country=US' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'role_search=senior[\s_-]?software[\s_-]?engineer' \
--data-urlencode 'employment_status=current' \
--data-urlencode 'sort_by=recently-joined' \
--data-urlencode 'resolve_numeric_id=false'
Output

Apple
Electronics, hardware and software
List of employees: 287,726 more

Ethan Johnson

Olivia Davis

Noah Wilson
{
"next_page": null,
"students": [
{
"profile": null,
"profile_url": "https://www.facebook.com/patricia-well"
},
{
"profile": null,
"profile_url": "https://www.facebook.com/seb-timothy"
},
{
"profile": null,
"profile_url": "https://www.facebook.com/yuki-yong"
},
{
"profile": null,
"profile_url": "https://www.facebook.com/sarah-lee"
}
]
}
Get the logo of a company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company/profile-picture' \
--data-urlencode 'company_profile_url=https://apple.com'
Output

{
"profile_pic_url": "http://enrichlayer.com/enrichlayer/company/apple/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=%2F20220912%2F%2Fs3%2Faws4_request\u0026X-Amz-Date=20220912T065816Z\u0026X-Amz-Expires=1800\u0026X-Amz-SignedHeaders=host\u0026X-Amz-Signature=40e484b7b1a9c4fd712d99b658d68efb115d8b20be227c8d5c49fc62dfd4d480"
}
Get the number of total employees of a company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company'\
--data-urlencode 'country=US' \
--data-urlencode 'categories=include' \
--data-urlencode 'funding_data=include' \
--data-urlencode 'extra=include' \
--data-urlencode 'company_name=Apple' \
--data-urlencode 'exit_data=include' \
--data-urlencode 'use_cache=if-present'
Output

Apple
Electronics, hardware and software
Employee count
287,726 employees
DB's employee count
145,212 employees
{
"total_employee": 145212
"employee_count": 289515
"db_employee_count": 145212
}
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 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.