GET
/
companies
/
find
{
  "id": "019440e0-235b-783f-9a11-e627f48782f1",
  "object": "company",
  "name": "A Company",
  "website": "https://company.com",
  "linkedin_url": "https://www.linkedin.com/company/company-1",
  "keywords": [
    "sales",
    "ai sales",
    "sales engagement"
  ],
  "estimated_number_of_employees": 500,
  "size": "201-500 employees",
  "industry": "Software Development",
  "logo_url": "https://assets.amplemarket.com/avatars/company/019440e0-235b-783f-9a11-e627f48782f1",
  "location": "San Francisco, California, United States",
  "location_details": {
    "city": "San Francisco",
    "state": "California",
    "country": "United States",
    "lat": 37.7749,
    "long": -122.4194
  },
  "overview": "We're an AI company.",
  "followers": 300,
  "founded_year": 1995,
  "traffic_rank": 50,
  "sic_codes": [
    1,
    2,
    3
  ],
  "naics_codes": [
    5112,
    511,
    51
  ],
  "type": "Privately Held",
  "total_funding": 40000000,
  "latest_funding_stage": "series_b",
  "latest_funding_date": "2019-11-02",
  "is_b2b": true,
  "is_b2c": false,
  "technologies": [],
  "department_headcount": {
    "medical_health": 24
  },
  "job_function_headcount": {
    "operations": {
      "corporate_strategy": 69,
      "safety": 54
    },
    "engineering_technical": {
      "devops": 86
    },
    "information_technology": {
      "it_operations": 23
    },
    "senior_leadership": {
      "medical_health_executive": 39
    },
    "medical_health": {
      "ophthalmology": 44,
      "pathology": 36,
      "psychology": 87
    },
    "human_resources": {
      "organizational_development": 87
    },
    "design": {
      "product_or_ui_ux_design": 64
    },
    "revenue": {
      "sales_training": 68
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Query Parameters

domain
string

Domain to use for matching

linkedin_url
string

LinkedIn URL to use for matching

Response

200 - application/vnd.amp+json
id
string
required
linkedin_url
string
required
object
enum<string>
required
Available options:
company
department_headcount
object
estimated_number_of_employees
integer | null
estimated_revenue
enum<string> | null
Available options:
$0-$1M,
$1M-$10M,
$10M-$100M,
$100M-$1B,
$1B+
followers
integer | null
founded_year
integer | null
is_b2b
boolean | null
is_b2c
boolean | null
job_function_headcount
object
keywords
string[] | null
latest_funding_date
string | null
latest_funding_stage
enum<string> | null
Available options:
seed,
angel,
venture_round_unknown_series,
series_a,
series_b,
series_c,
series_d,
series_e,
series_f,
series_g,
series_h,
series_i,
series_j,
debt,
equity_crowdfunding,
convertible_note,
ico,
private_equity,
other
location
string | null
location_details
object
logo_url
string
naics_codes
integer[] | null
name
string | null
overview
string | null
revenue
integer | null
sic_codes
integer[] | null
size
enum<string> | null
Available options:
10001+ employees,
201-500 employees,
51-200 employees,
11-50 employees,
1-10 employees
technologies
string[] | null
total_funding
integer | null
traffic_rank
integer | null
type
enum<string> | null
Available options:
Public Company,
Educational,
Self Employed,
Government Agency,
Non Profit,
Self Owned,
Privately Held,
Partnership
website
string | null