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 '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
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
Electronics, hardware and software
{
"url": "https://www.linkedin.com/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 '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
Electronics, hardware and software
Company type
Funding data
Industry
Categories
Extra
Other
{
"linkedin_internal_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 software engineer"' \
--data-urlencode 'employment_status=current' \
--data-urlencode 'sort_by=recently-joined' \
--data-urlencode 'resolve_numeric_id=false'Output
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.linkedin.com/in/patricia-well"
},
{
"profile": null,
"profile_url": "https://www.linkedin.com/in/seb-timothy"
},
{
"profile": null,
"profile_url": "https://www.linkedin.com/in/yuki-yong"
},
{
"profile": null,
"profile_url": "https://www.linkedin.com/in/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
Electronics, hardware and software
Employee count
162,453 employees
DB's employee count
118,540 employees
{
"estimated_employee_count": 162453,
"verified_employee_count": 118540
}Pay as you go credits are available for testing or occasional API use. PAYG credits cost more per request but provide flexibility without a subscription.
PAYG
$10
Credits do not expire*Credits expire after 18 months of inactivity.
100 credits or $0.1000 / credit
PAYG
$50
Credits do not expire*Credits expire after 18 months of inactivity.
834 credits or $0.0600 / credit
PAYG
$100
Credits do not expire*Credits expire after 18 months of inactivity.
3,788 credits or $0.0264 / credit
PAYG
$500
Credits do not expire*Credits expire after 18 months of inactivity.
20,834 credits or $0.0240 / credit
PAYG
$1,000
Credits do not expire*Credits expire after 18 months of inactivity.
46,297 credits or $0.0216 / credit
Monthly and annual subscriptions provide the lowest cost per credit.
Start with a plan, top up anytime you need more.
For individuals and small projects
35,000 credits • $0.0168 / credit
What you get:
30,000 + 5,000 bonus credits
~17,500 enriched contacts
All credits delivered upfront, yours to use at any pace.
For growing teams
350,000 credits • $0.0103 / credit
What you get:
300,000 + 50,000 bonus credits
~116,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
For scaling businesses
1,258,600 credits • $0.0086 / credit
What you get:
1,078,800 + 179,800 bonus credits
~629,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
For high-volume needs
2,954,000 credits • $0.0077 / credit
What you get:
2,532,000 + 422,000 bonus credits
~1,400,000 enriched contacts
All credits delivered upfront, yours to use at any pace.
Custom solutions at scale
Custom volume • Dedicated support
What you get:
Custom credit volume tailored to your scale
Unlimited enriched contacts**Subject to Fair Usage Policy as outlined in our Terms of Service.
Full access to People, Company & Jobs APIs
Dedicated Account Manager