Company API

Enrich Company Profiles

get funding data, list and search employees, identify companies, get employee count

{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
Output
company profiles

Apple

Electronics, hardware and software

Profile

Categories

Employees

Funding

Other

Company Lookup Endpoint

Identify a company by a name or domain

Input
{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
URL
{
  "url": "https://www.apple.com/"
}
Company Profile Endpoint

Enrich a company profile with structured data

Input
{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
Company data visualization
{
  "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 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.Apple is an equal opportunity employer that
  is committed to inclusion and diversity. Visit apple.com/careers
  to learn more.",
  "website": "http://www.apple.com",
  "industry": "Consumer Electronics",
  "company_size": [10001, null],
  "company_size_on_linkedin": 2766186,
  "hq": {
    "country": "US",
    "city": "Cupertino",
    "postal_code": "95014",
    "line_1": "One Apple Park Way",
    "is_hq": true,
    "state": "California"
  },
  "company_type": "PUBLIC_COMPANY",
  "founded_year": 1976,
  "specialities": [
    "Hardware",
    "Software",
    "Consumer Electronics"
  ],
}
Employee Listing Endpoint

List past or present employees of any target company

Input
{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
Company data visualization
{
  "url": "https://www.apple.com/"
}
Company Profile Picture Endpoint

Get the logo of a company

Input
{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
Company data visualization
{
  "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 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.Apple is an equal opportunity employer that
  is committed to inclusion and diversity. Visit apple.com/careers
  to learn more.",
  "website": "http://www.apple.com",
  "industry": "Consumer Electronics",
  "company_size": [10001, null],
  "company_size_on_linkedin": 2766186,
  "hq": {
    "country": "US",
    "city": "Cupertino",
    "postal_code": "95014",
    "line_1": "One Apple Park Way",
    "is_hq": true,
    "state": "California"
  },
  "company_type": "PUBLIC_COMPANY",
  "founded_year": 1976,
  "specialities": [
    "Hardware",
    "Software",
    "Consumer Electronics"
  ],
}
Employee Count Endpoint

Get the number of total employees of a company

Input
{
  "first_name": "John",
  "follower_count": null,
  "full_name": "John Marty",
  "headline": "Financial Freedom through Real Estate - Top
  VoIce",
  "name": "Marty",
  "occupation": "Co-founder at Freedom Fund Real Estate",
  "public_identifier": "johnmarty"
}
Company data visualization