API Reference

Returns list of people profiles by your criteria

This is a POST endpoint that accepts various filters related to the person and the person's company as a JSON payload, and returns a list of people profiles based on the provided criteria. Filters related to the person start with "person_", while company filters start with "company_". Company filters are applied to the current person's company.

We charge 1 credit per 1 successful request.

Body Params
array of strings

List of functional areas of target profiles, takes values from "Functional Areas list" endpoint

person_functional_areas
array of strings

List of titles or title-specific keywords, like ["Backend Engineer", "Python", "Backend Development"]

person_job_titles
array of strings

List of person industries, takes values from "Industries list" endpoint

person_industries
array of strings

List of person locations (location = city or state). You can obtain full list of locations in Meta requests section.

person_locations
array of strings

List of countries, where person is located. Takes values from "Countries list" endpoint

person_countries
array of strings

List of sub-regions, where person is located. Takes values from "Sub-regions list" endpoint

person_subregions
array of strings

List of regions, where person is located. Takes values from "Regions list" endpoint

person_regions
string

First name of the person

string

Last name of the person

array of strings

List of company keywords, like ["sales agency", "email marketing", "blockchain development"]

company_keywords
array of int32s

Range of company headcount, accepts list of 2 values, i.e [10,50]. Possible ranges are - 1-10, 11-50, 51-200, 201-500, 501-1000, 1001-5000, 5000-10000, 10001-100000

company_headcount
array of strings

List of company intent topics, takes values from "Buyers Intent list" endpoint

company_buyers_intent
array of strings

List of technologies, used by the company, takes values from "Technographics list" endpoint

company_technographics
array of int32s

Range of funding amount, raised by the company. Accepts list of 2 values, i.e [100000,500000]

company_funding_amount
date

Datetime, after which company have raised funding. For example, "2024-03-20"

array of strings

List of companies LinkedIn URLs, f.e to get all Google employees - ["https://linkedin.com/company/google"]

company_linkedin_urls
array of strings

List of companies domains, f.e to get all Google employees - ["google.com"]

company_domains
array of strings

List of companies names

company_names
array of strings

List of domains (the more the better), for which we'll return employees from similar companies (by niche, industry, location, etc)

company_lookalike
array of strings

List of functional areas of target profiles to negate (exclude), takes values from "Functional Areas list" endpoint

negative_person_functional_areas
array of strings

List of titles or title-specific keywords to negate (exclude), f.e "Retired"

negative_person_job_titles
array of strings

List of person industries to negate (exclude), takes values from "Industries list" endpoint

negative_person_industries
array of strings

List of company keywords to negate (exclude), like ["agency"]

negative_company_keywords
array of strings

List of technologies, used by the company, to negate (exclude); takes values from "Technographics list" endpoint

negative_company_technographics
array of strings

List of company intent topics to negate (exclude), takes values from "Buyers Intent list" endpoint

negative_company_buyers_intent
array of strings

List of negative company names

negative_company_names
Response

Response body
object
integer
Defaults to 0
string
string
array of objects
results
object
integer
Defaults to 0
string
string
string
string
string
string
array of strings
functional_area
string
string
string
string
string
string
Language
Credentials