POST
/
people
/
search
{
  "object": "person_search_result",
  "results": [
    {
      "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"
      }
    }
  ],
  "_pagination": {
    "page": 1,
    "page_size": 30,
    "total_pages": 1,
    "total": 1
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required
Content-Type
string
required

Body

application/vnd.amp+json
company_domains
string[]
company_domains_match_subsidiaries_and_affiliates
boolean
company_exclude_domains
string[]
company_exclude_ids
string[]
company_exclude_industries
string[]

Available options: Supported industries

company_exclude_linkedin_urls
string[]
company_exclude_locations
string[]
company_exclude_names
string[]
company_focuses
enum<string>[]
Available options:
b2b,
b2c
company_ids
string[]
company_industries
string[]

Available options: Supported industries

company_investors
string[]

Array of investor names. Filter for companies that have received investment by any of the specified investors.

company_linkedin_urls
string[]
company_locations
string[]
company_names
string[]
company_shares_investors_with
string[]

Array of company names. Filter for companies that share one or more common investors with the specified companies.

company_sizes
enum<string>[]
Available options:
Public Company,
Educational,
Self Employed,
Government Agency,
Non Profit,
Self Owned,
Privately Held,
Partnership
company_types
enum<string>[]
Available options:
1-10 employees,
11-50 employees,
51-200 employees,
201-500 employees,
501-1000 employees,
1001-5000 employees,
5001-10000 employees,
10001+ employees
education_company_ids
string[]
education_company_names
string[]
exclude_linkedin_networks
string[]

Array of user email addresses. The LinkedIn networks of these users will be excluded from the results. Use the special string all_networks to exclude all LinkedIn networks associated with the account's users.

linkedin_networks
string[]

Array of user email addresses. The LinkedIn networks of these users will be used for filtering results. Use the special string all_networks to include all LinkedIn networks associated with the account's users.

page
integer
default:
1
page_size
integer
default:
5
Required range: 1 < x < 100
person_departments
string[]

Available options: Supported departments

person_exclude_locations
string[]
person_job_functions
string[]

Available options: Supported job functions

person_locations
string[]
person_name
string
person_seniorities
enum<string>[]
Available options:
Owner,
Founder,
C-Suite,
Partner,
VP,
Head,
Director,
Manager,
Senior,
Entry,
Intern
person_title_exact_match
boolean
person_titles
string[]

Response

200 - application/vnd.amp+json
_pagination
object
required
object
enum<string>
required
Available options:
person_search_result
results
object[]
required
_errors
object[]