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/v2/company' \
--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 'url=https://www.linkedin.com/company/apple/' \
--data-urlencode 'use_cache=if-present'Output


Company profiles
Apple
Electronics, hardware and software
Profile
Employees
Categories
Funding
Other
Identify a company by a name or domain
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/resolve'\
--data-urlencode 'company_domain=apple.com'Output
Apple
Electronics, hardware and software
{
"url": "/company/apple"
}Enrich a company profile with structured data
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company' \
--data-urlencode 'url=https://www.linkedin.com/company/apple/' \
--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. And the same innovation that goes into our products also applies to our practices — strengthening our commitment to leave the world better than we found it. This is where your work can make a difference in people's lives. Including your own.\n\nApple is an equal opportunity employer that is committed to inclusion and diversity. Visit apple.com/careers to learn more.",
"website": "http://www.apple.com/careers",
"industry": "Computers and Electronics Manufacturing",
"company_size": [10001, null],
"hq": {
"country": "US",
"city": "Cupertino, California",
"postal_code": "95014",
"line_1": "1 Apple Park Way",
"is_hq": true,
"state": "California"
},
"company_type": "PUBLIC_COMPANY",
"founded_year": 1976,
"specialities": [
"Retail",
"Innovative Product Development",
"Telephone Support",
"World-Class Operations"
],
"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://assets.enrichlayer.com/pp/profilepic/752143e26d5c450bf586c22b0f82c8af",
"background_cover_image_url": "https://assets.enrichlayer.com/pp/profilepic/752143e26d5c450bf586c22b0f82c8af",
"search_id": "162479",
"acquisitions": {
"acquired": [
{
"crunchbase_profile_url": "https://www.crunchbase.com/organization/darwinai",
"announced_date": { "day": 14, "month": 3, "year": 2024 },
"price": null
},
{
"crunchbase_profile_url": "https://www.crunchbase.com/organization/pixelmator",
"announced_date": { "day": 1, "month": 11, "year": 2024 },
"price": null
}
],
"acquired_by": null
},
"exit_data": [
{
"crunchbase_profile_url": "https://www.crunchbase.com/organization/zomato",
"name": "Zomato"
},
{
"crunchbase_profile_url": "https://www.crunchbase.com/organization/corning",
"name": "Corning"
}
],
"extra": {
"crunchbase_profile_url": "https://www.crunchbase.com/organization/apple",
"ipo_status": "public",
"crunchbase_rank": 20901,
"founding_date": { "day": 1, "month": 4, "year": 1976 },
"number_of_funding_rounds": 9,
"total_funding_amount": 5670539030,
"stock_symbol": "AAPL",
"number_of_investors": 8
},
"funding_data": [
{
"funding_type": "Post-IPO Debt - Apple",
"money_raised": 4500000000,
"announced_date": { "day": 5, "month": 5, "year": 2025 },
"number_of_investor": null,
"investor_list": []
},
{
"funding_type": "Seed Round - Apple",
"money_raised": 150000,
"announced_date": { "day": 4, "month": 5, "year": 1978 },
"number_of_investor": 2,
"investor_list": [
{
"name": "Venrock",
"type": "organization"
},
{
"name": "Sequoia Capital",
"type": "organization"
}
]
}
],
"categories": [
"Software Development",
"Technology, Information and Internet",
"Computers and Electronics Manufacturing",
"Retail"
]
}List past or present employees of any target company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/employees' \
--data-urlencode 'url=https://www.linkedin.com/company/apple/' \
--data-urlencode 'country=US' \
--data-urlencode 'enrich_profiles=enrich' \
--data-urlencode 'boolean_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: 162,453 more
Ethan Johnson
Olivia Davis
Noah Wilson
{
"next_page": null,
"employees": [
{
"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/v2/company/profile-picture' \
--data-urlencode 'company_profile_url=https://www.linkedin.com/company/apple/'Output

{
"tmp_profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/752143e26d5c450bf586c22b0f82c8af"
}Get the number of total employees of a company
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/employees/count' \
--data-urlencode 'use_cache=if-recent' \
--data-urlencode 'estimated_employee_count=include' \
--data-urlencode 'employment_status=current' \
--data-urlencode 'url=https://www.linkedin.com/company/apple/' \
--data-urlencode 'at_date=2023-12-31'Output
Apple
Electronics, hardware and software
Employee count
162,453 employees
DB's employee count
118,540 employees
{
"estimated_employee_count": 162453,
"verified_employee_count": 118540
}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.