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'
Apple
Electronics, hardware and software
Profile
Categories
Employees
Funding
Other
Identify a company by a name or domain
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/company/resolve'\
--data-urlencode 'company_domain=https://apple.com'

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'

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'

{
"employees": [
{
"profile_url": "https://www.facebook.com/noahwillson",
"profile": {
"public_identifier": "noahwillson",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/person/noahwillson/profile",
"background_cover_image_url": "https://s3.us-west-000.backblazeb2.com/enrichlayer/person/noahwillson/cover",
"first_name": "Noah",
"last_name": "Willson",
"full_name": "Noah Willson",
"follower_count": 892,
"occupation": "Senior Product Manager | Innovation Lead at TechCorp",
"headline": "Product Strategy Expert | Building Next-Gen Solutions | Data-Driven Decision Making",
"summary": "Experienced product manager with 10+ years in leading cross-functional teams to deliver innovative technology solutions. Passionate about user experience and driving business growth through strategic product development.\n\nKey Achievements:\n\n✅ Led product strategy resulting in 40% increase in user engagement\n✅ Managed portfolio of 15+ products with combined revenue of $50M annually\n✅ Built and scaled agile teams across multiple time zones\n✅ Implemented data-driven decision making processes improving product metrics by 60%\n\nExpertise in product roadmapping, user research, and stakeholder management.",
"country": "US",
"country_full_name": "United States of America",
"city": "Seattle",
"state": "Washington",
"experiences": [
{
"starts_at": {
"day": 1,
"month": 6,
"year": 2023
},
"ends_at": null,
"company": "TechCorp",
"company_facebook_profile_url": null,
"title": "Senior Product Manager | Innovation Lead",
"description": "Leading product strategy for next-generation AI platform serving 2M+ users. Established innovation lab that delivered 8 new product features, increasing user retention by 35%. Collaborate with engineering, design, and business teams to define product roadmap and execute go-to-market strategies.",
"location": "Seattle, Washington, United States",
},
{
"starts_at": {
"day": 15,
"month": 3,
"year": 2021
},
"ends_at": {
"day": 31,
"month": 5,
"year": 2023
},
"company": "InnovateSoft",
"company_facebook_profile_url": null,
"title": "Product Manager",
"description": "Managed B2B SaaS product portfolio generating $25M ARR. Led cross-functional team of 12 members through agile development cycles. Implemented user feedback loops that improved product satisfaction scores by 45%.",
"location": "San Francisco, CA",
"logo_url": "https://media.licdn.com/dms/image/innovatesoft_logo"
},
{
"starts_at": {
"day": 1,
"month": 8,
"year": 2019
},
"ends_at": {
"day": 28,
"month": 2,
"year": 2021
},
"company": "DataFlow Inc",
"company_facebook_profile_url": null,
"title": "Associate Product Manager",
"description": "Supported senior product managers in developing analytics platform used by Fortune 500 companies. Conducted user research sessions with 50+ customers to identify pain points and feature opportunities.",
"location": "Austin, Texas",
}
],
"education": [
{
"starts_at": null,
"ends_at": null,
"field_of_study": "Business Administration",
"degree_name": "Master of Business Administration (MBA)",
"school": "Northwestern Kellogg",
"school_facebook_profile_url": null,
"description": null,
"grade": null,
"activities_and_societies": null
},
{
"starts_at": null,
"ends_at": null,
"field_of_study": "Computer Engineering",
"degree_name": "Bachelor of Science",
"school": "University of Texas at Austin",
"school_facebook_profile_url": null,
"description": null,
"grade": null,
"activities_and_societies": null
}
],
"languages": [
"English",
"Spanish",
"German"
],
"languages_and_proficiencies": [
{
"name": "English",
"proficiency": null
},
{
"name": "Spanish",
"proficiency": null
},
{
"name": "German",
"proficiency": null
}
],
"accomplishment_organisations": [
{
"starts_at": {
"day": 1,
"month": 1,
"year": 2020
},
"ends_at": null,
"org_name": "Product Management Association",
"title": "Certified Product Manager",
"description": null
},
{
"starts_at": null,
"ends_at": null,
"org_name": "IEEE Computer Society",
"title": "Member, Technical Committee 2019-2022",
"description": null
}
],
"accomplishment_publications": [],
"accomplishment_honors_awards": [],
"accomplishment_patents": [],
"accomplishment_courses": [
{
"name": "Advanced Product Strategy",
"number": null
},
{
"name": "Data Analytics for Product Managers",
"number": null
},
{
"name": "Agile Development Methodologies",
"number": null
},
{
"name": "User Experience Design Principles",
"number": null
}
],
"accomplishment_projects": [],
"accomplishment_test_scores": [],
"volunteer_work": [
{
"starts_at": {
"day": 15,
"month": 6,
"year": 2020
},
"ends_at": null,
"title": "Technology Mentor",
"cause": "EDUCATION",
"company": "Code for America",
"description": "Mentoring young professionals in product management and technology careers. Helped 25+ mentees transition into tech roles through career guidance and skill development programs.",
"logo_url": "https://media.licdn.com/dms/image/codeforamerica_logo"
}
],
"certifications": [
{
"starts_at": null,
"ends_at": null,
"name": "Certified Scrum Product Owner",
"license_number": null,
"display_source": null,
"authority": "Scrum Alliance",
"url": null
}
],
"connections": 500,
"people_also_viewed": [],
"recommendations": [],
"activities": [],
"similarly_named_profiles": [],
"articles": [],
"groups": [],
"skills": []
},
"last_updated": "2024-12-20T16:45:30Z"
}
]
}
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'
{
"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'

{
"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/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.