Skip to content

Search Contacts

POST
/search/contacts

Search open contact data with the org’s deliverability policy applied.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Request body for search endpoints.

object
filters

Filter conditions (AND logic)

Array<object>

A single filter condition.

object
field
required

Field name to filter on (e.g., ‘job_title’, ‘country’, ‘industry’)

string
operator
required

Filter operator

string
Allowed values: any_of contains all_of none_of is_empty is_not_empty between exists
value

Filter values

Array
limit

Results per page (max 100)

integer
default: 25 >= 1 <= 100
page

Page number (1-indexed)

integer
default: 1 >= 1 <= 100

Responses

200

Successful Response

object
data
required
Array<object>

Contact result from open data search.

object
city
Any of:
string
company_country
Any of:
string
company_domain
Any of:
string
company_employee_count
Any of:
string
company_industry
Any of:
string
company_name
Any of:
string
confidence_score
Any of:
integer
country
Any of:
string
direct_phone
Any of:
string
first_name
Any of:
string
job_department
Any of:
string
job_title
Any of:
string
last_name
Any of:
string
linkedin_headline
Any of:
string
linkedin_url
Any of:
string
middle_name
Any of:
string
mobile_phone
Any of:
string
personal_emails
Any of:
string
role
Any of:
string
seniority_level
Any of:
string
state
Any of:
string
work_email
Any of:
string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string