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

Output

apple logo
Company 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'
Book iconCompany Lookup Endpoint Request

Output

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

Output

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

Output

Apple logo

Apple

Electronics, hardware and software

List of employees: 287,726 more

Ethan Johnson

Ethan Johnson

Olivia Davis

Olivia Davis

Noah Wilson

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

Output

Company bg
{
    "profile_pic_url": "http://enrichlayer.com/enrichlayer/company/apple/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=%2F20220912%2F%2Fs3%2Faws4_request&X-Amz-Date=20220912T065816Z&X-Amz-Expires=1800&X-Amz-SignedHeaders=host&X-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'
Book iconEmployee Count Endpoint Request

Output

Apple 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.


+2 MONTHS FREE CREDITS

Starter

$0 / yr
0 credits
0 + 0
$0.0000 / credit
12-month contract, paid annually
12+2 months credits issued immediately, expire in a year

+2 MONTHS FREE CREDITS

Growth

$0 / yr
0 credits
0 + 0
$0.0000 / credit
12-month contract, paid annually
12+2 months credits issued immediately, expire in a year

+2 MONTHS FREE CREDITS

Pro

$0 / yr
0 credits
0 + 0
$0.0000 / credit
12-month contract, paid annually
12+2 months credits issued immediately, expire in a year

+2 MONTHS FREE CREDITS

Ultra

$0 / yr
0 credits
0 + 0
$0.0000 / credit
12-month contract, paid annually
12+2 months credits issued immediately, expire in a year

+2 MONTHS FREE CREDITS

Enterprise

> $0 / yr
> 0 credits
> 0 + 0
< $0.0000 / credit
12-month contract, paid annually
12+2 months credits issued immediately, expire in a year