Skip to main content
POST
Search for Contacts
Search contacts — the people saved in this Apollo workspace. Filter by name, title, account, owner, stage and custom fields; page with page and per_page. Returns contacts with id, name, first_name, last_name, title, organization_name, linkedin_url, contact_stage_id, owner_id, person_id and source, alongside pagination and model_ids. ⚠️ The workspace is shared across AIsa callers, so results include contacts other callers created. To find people who are not saved here, use post_apollo_mixed_people_api_search.

Authorizations

Authorization
string
header
required

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

Body

application/json
q_keywords
string

Keyword query

contact_stage_ids
string

Filter by contact stage IDs

contact_label_ids
string

Filter by contact label IDs

sort_by_field
string

Sort field (e.g. contact_last_activity_date, contact_created_at, contact_updated_at)

sort_ascending
boolean

Sort ascending. Default false.

per_page
integer

Items per page

page
integer

Page number

Response

Successful response

contacts
object[]

Response array

breadcrumbs
object[]

Response array

partial_results_only
boolean

Response field

has_join
boolean

Response field

disable_eu_prospecting
boolean

Response field

partial_results_limit
integer

Response field

pagination
object

Pagination metadata

num_fetch_result
object | null

Fetch-result metadata