GET
/
people
/
find
{
  "id": "01946aa5-c530-787d-8ff6-36e292838ec6",
  "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://swift-prohaska.example/kelley_ledner",
  "location": "San Francisco, California, United States",
  "location_details": {
    "city": "San Francisco",
    "state": "California",
    "country": "United States",
    "lat": 37.7749,
    "long": -122.4194
  },
  "company": {
    "id": "01946aa5-c4e5-7da4-b104-d13ca8a46fcc",
    "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/01946aa5-c4e5-7da4-b104-d13ca8a46fcc",
    "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": 83
    },
    "job_function_headcount": {
      "medical_health": {
        "anesthesiology": 70,
        "first_responder": 67
      },
      "operations": {
        "construction": 24
      },
      "marketing": {
        "customer_marketing": 68,
        "search_engine_optimization_pay_per_click": 71,
        "technical_marketing": 21
      },
      "engineering_technical": {
        "emerging_technology_innovation": 92
      },
      "information_technology": {
        "enterprise_architecture": 53
      },
      "finance": {
        "investor_relations": 55
      },
      "design": {
        "product_or_ui_ux_design": 59
      },
      "education": {
        "professor": 62
      }
    },
    "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