GET
/
companies
/
find
curl --request GET \
  --url https://api.amplemarket.com/companies/find \
  --header 'Authorization: Bearer <token>'
{
  "id": "018f0682-1b6e-719d-ab7e-c8f0a97cbe78",
  "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://https://assets.amplemarket.com/avatars/company/018f0682-1b6e-719d-ab7e-c8f0a97cbe78",
  "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
  ],
  "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": {
    "advertising_2": 99,
    "consulting_1": 12,
    "consulting_3": 98
  },
  "job_function_headcount": {
    "accounting_7": {
      "central_administration_agent_4": 66
    },
    "education_11": {
      "customer_accounting_assistant_8": 36
    },
    "government_13": {
      "customer_marketing_administrator_10": 30
    },
    "technology_10": {
      "direct_manufacturing_facilitator_7": 93
    },
    "sales_14": {
      "education_manager_11": 59
    },
    "banking_6": {
      "education_planner_3": 29
    },
    "advertising_4": {
      "investor_government_specialist_1": 62
    },
    "hospitality_12": {
      "lead_marketing_producer_9": 23
    },
    "consulting_9": {
      "marketing_associate_6": 41
    },
    "technology_5": {
      "regional_officer_2": 73
    },
    "construction_8": {
      "senior_marketing_administrator_5": 43
    }
  }
}

Authorizations

Authorization
string
headerrequired

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
object
enum<string>
required
Available options:
company
linkedin_url
string
required
name
string | null
overview
string | null
website
string | null
keywords
string[] | null
followers
integer | null
estimated_number_of_employees
integer | null
size
enum<string> | null
Available options:
10001+ employees,
201-500 employees,
51-200 employees,
11-50 employees,
1-10 employees
location
string | null
location_details
object
logo_url
string
founded_year
integer | null
traffic_rank
integer | null
sic_codes
integer[] | null
type
enum<string> | null
Available options:
Public Company,
Educational,
Self Employed,
Government Agency,
Non Profit,
Self Owned,
Privately Held,
Partnership
total_funding
integer | 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
latest_funding_date
string | null
is_b2b
boolean | null
is_b2c
boolean | null
technologies
string[] | null
department_headcount
object
job_function_headcount
object