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 Shape

Output

apple logo
School bg folder

Apple

Electronics, hardware and software

Profile

Employees

Categories

Funding

Other

Company Lookup Endpoint

Identify a company by a name or domain

Company Lookup API Endpoint

Input
curl \
    -G \
    -H "Authorization: Bearer ${YOUR_API_KEY}" \
    'https://enrichlayer.com/api/company/resolve'\
    --data-urlencode 'company_domain=apple.com'
Output Shape

Output

NUS logo

Apple

Electronics, hardware and software

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

Enrich a company profile with structured data

Input
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 Shape

Output

NUS logo

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",
    ...
  ]
}
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/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 Shape

Output

NUS logo

Apple

Electronics, hardware and software

List of employees: 287,726 more

Patricia Well

Ethan Johnson

Seb Timothy

Olivia Davis

Yuki Yong

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

Get the logo of a company

Input
curl \
    -G \
    -H "Authorization: Bearer ${YOUR_API_KEY}" \
    'https://enrichlayer.com/api/company/profile-picture' \
    --data-urlencode 'company_profile_url=https://apple.com'
Output Shape

Output

Company bg
{
    "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"
}
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/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 Shape

Output

NUS logo

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.


Starter

$49 / mo
2,500 credits
30,000 + 5,000
$0.020 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Growth

$299 / mo
25,000 credits
300,000 + 5,000
$0.012 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Pro

$899 / mo
89,900 credits
1,250,000 + 5,000
$0.010 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Ultra

$1,899 / mo
211,000 credits
2,930,000 + 5,000
$0.009 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Enterprise

> $2,000 / mo
> 211,000 credits
> 2,930,000 + 5,000
< $0.009 / credit
12-month contract, paid monthly
Credits issued monthly, expire every month

Pay as you go

$10
100 credits
$0.1000 / credit

Pay as you go

$50
834 credits
$0.0600 / credit

Pay as you go

$100
3,788 credits
$0.0264 / credit

Pay as you go

$500
20,834 credits
$0.0240 / credit

Pay as you go

$1,000
46,297 credits
$0.0216 / credit