GET
/
people
/
find
{
  "id": "019440e0-6368-7031-bf4a-ea7e3427ca98",
  "object": "person",
  "name": "Jonh Doe",
  "first_name": "Jonh",
  "last_name": "Doe",
  "linkedin_url": "https://www.linkedin.com/in/person-1",
  "title": "Founder and CEO",
  "headline": "CEO @ Company",
  "about": null,
  "current_position_start_date": "2022-05-01",
  "current_position_description": null,
  "image_url": "http://brakus.test/lien_hansen",
  "location": "San Francisco, California, United States",
  "location_details": {
    "city": "San Francisco",
    "state": "California",
    "country": "United States",
    "lat": 37.7749,
    "long": -122.4194
  },
  "company": {
    "id": "019440e0-6319-7186-9bd8-600cc74e57d8",
    "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-6319-7186-9bd8-600cc74e57d8",
    "location": "San Francisco, California, United States",
    "location_details": {
      "city": "San Francisco",
      "state": "California",
      "country": "United States",
      "lat": 37.7749,
      "long": -122.4194
    },
    "overview": "Circle Health is a group of hospitals in the UK",
    "followers": 0,
    "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": {
      "revenue": 46
    },
    "job_function_headcount": {
      "medical_health": {
        "dermatology": 79
      },
      "operations": {
        "facilities_management": 90,
        "physical_security": 65
      },
      "human_resources": {
        "human_resources": 27
      },
      "information_technology": {
        "it_operations": 96,
        "it_training": 12,
        "telecommunications": 56
      },
      "engineering_technical": {
        "research_development": 20,
        "ui_ux": 29
      },
      "senior_leadership": {
        "sales_executive": 40
      },
      "marketing": {
        "strategic_communications": 63
      }
    },
    "estimated_revenue": "$1M-$10M"
  }
}
For each person found by using this endpoint 0.5 email credits will be deducted from your account.

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

email
string

Email to use for matching

linkedin_url
string

LinkedIn URL to use for matching

name
string

Person name to use for matching

title
string

Person title to use for matching

company_name
string

Company name to use for matching

company_domain
string

Company domain to use for matching

Response

200 - application/vnd.amp+json
id
string
required
linkedin_url
string
required
object
enum<string>
required
Available options:
person
about
string | null
company
object
current_position_description
string | null
current_position_start_date
string | null
first_name
string | null
headline
string | null
image_url
string
last_name
string | null
location
string | null
location_details
object
name
string | null
title
string | null