Enrich Layer logo svg

People API

Access comprehensive people data with real-time updates and deep insights into professional profiles.

Contact API

Find verified contact information including email addresses and phone numbers for professionals worldwide.

School API

Explore educational institutions data with detailed information about schools, universities and programs.

Company API

Get detailed company information including financials, employee data, and business intelligence insights.

Jobs API

Access real-time job listings and employment data to track hiring trends and market opportunities.

Search API

Powerful search capabilities across all data sources with advanced filtering and matching algorithms.

PricingIntegrationsDocumentationCompany
Sign inSign up
People APICompany APIJobs APISearch APIContact APISchool API
PricingIntegrationsDocumentationCompany

Products

People APICompany APIJobs APIContact APISchool APISearch API

Company

AboutPricingPrivacy PolicyTrust CenterPress KitTerms of Use

Help

© Enrich Layer 2026
Terms of ServicePrivacy Policy

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 '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'
Book iconCompany API Request

Output

apple logo
Company folder

Company profiles

Apple

Electronics, hardware and software

Profile

Employees

Categories

Funding

Other

Company Lookup Endpoint

Identify a company by a name or domain

Input
curl \
-G \
-H "Authorization: Bearer ${YOUR_API_KEY}" \
'https://enrichlayer.com/api/v2/company/resolve'\
--data-urlencode 'company_domain=apple.com'
Book iconCompany Lookup Endpoint Request

Output

Apple logo

Apple

Electronics, hardware and software

{
  "url": "https://www.linkedin.com/company/apple"
}
Company Profile Endpoint

Enrich a company profile with structured data

Input
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'
Book iconCompany Profile Endpoint Request

Output

Apple logo

Apple

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"
  ]
}
Employee Listing Endpoint

List past or present employees of any target company

Input
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'
Book iconEmployee Listing Endpoint Request

Output

Apple logo

Apple

Electronics, hardware and software

List of employees: 162,453 more

Ethan Johnson

Ethan Johnson

Olivia Davis

Olivia Davis

Noah Wilson

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"
   }
 ]
}
Company Profile Picture Endpoint

Get the logo of a company

Input
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/'
Book iconCompany Profile Picture Endpoint Request

Output

Company logo
{
  "tmp_profile_pic_url": "https://assets.enrichlayer.com/pp/profilepic/752143e26d5c450bf586c22b0f82c8af"
}
Employee Count Endpoint

Get the number of total employees of a company

Input
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'
Book iconEmployee Count Endpoint Request

Output

Apple logo

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

PAY-AS-YOU-GO

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

Start now

PAYG

$50

Credits do not expire*Credits expire after 18 months of inactivity.

834 credits or $0.0600 / credit

Start now

PAYG

$100

Credits do not expire*Credits expire after 18 months of inactivity.

3,788 credits or $0.0264 / credit

Start now

PAYG

$500

Credits do not expire*Credits expire after 18 months of inactivity.

20,834 credits or $0.0240 / credit

Start now

PAYG

$1,000

Credits do not expire*Credits expire after 18 months of inactivity.

46,297 credits or $0.0216 / credit

Start now

Pricing options for every level of API usage.

Monthly and annual subscriptions provide the lowest cost per credit.
Start with a plan, top up anytime you need more.

Starter

For individuals and small projects

$588/ year

35,000 credits • $0.0168 / credit

What you get:

30,000 + 5,000 bonus credits

~17,500 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now
Popular

Growth

For growing teams

$3,588/ year

350,000 credits • $0.0103 / credit

What you get:

300,000 + 50,000 bonus credits

~116,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Pro

For scaling businesses

$10,788/ year

1,258,600 credits • $0.0086 / credit

What you get:

1,078,800 + 179,800 bonus credits

~629,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Ultra

For high-volume needs

$22,788/ year

2,954,000 credits • $0.0077 / credit

What you get:

2,532,000 + 422,000 bonus credits

~1,400,000 enriched contacts

People APICompany APIJobs API

All credits delivered upfront, yours to use at any pace.

Start now

Enterprise

Custom solutions at scale

> $24,000/ year

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

Contact Sales
/FAQ
API calls will return an error (not enough credits). You can purchase additional credits at the same cost per credit as your subscription plan. For top-up instructions, managing limits, and understanding request costs, see our Help Center guide.
PAYG credits do not expire unless an account becomes inactive (18 months without any payment activity).

Pay-as-You-Go Credits (PAYG) offer users the flexibility to add credits to their account without making a 12 month commitment. PAYG credits are more expensive on a cost per credit basis than our subscription plans.

PAYG credits are great to test our API or budget for only the necessary amount of credits needed for a project, etc.
Monthly and Annual plans are a 12-month commitment. Canceling early will incur a fee for the remaining months of your 12-month commitment. Learn more here.
See Enrich Layer's Refund Policy for details.