Skip to main content
POST
Search companies

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Body

application/json
offset
integer
default:0

Records to skip for pagination. Defaults to 0.

Required range: x >= 0
limit
integer
default:100

Max records to return (1–100). Defaults to 100.

Required range: 1 <= x <= 100
sort_by
string

Column to sort by. Accepted values:

  • name — company name (alphabetical)
  • domain — website domain (alphabetical)
  • status — client status (by stage order)
  • date_of_last_engagement — most recent engagement date
  • created_at — creation timestamp (default)
  • custom_<attribute_id> — any custom attribute UUID prefixed with custom_ (e.g. custom_e5f6a7b8-c9d0-1234-efab-567890123456). Sorts by the attribute's decimal, date, string, or tag value.
sort_order
enum<string>
default:desc

Sort direction. Defaults to desc (newest first).

Available options:
asc,
desc
keywords
string[]

Full-text search across company name, domain, and LinkedIn URL.

domain
string

Filter by exact website domain (e.g. "acme.com").

linkedin_url
string

Filter by exact LinkedIn company URL.

is_client
boolean

Filter by client status. true = clients only, false = non-clients, omit = all.

job_id
string<uuid>

Filter to target companies of this job.

list_id
string<uuid>

Filter to companies belonging to this list.

company_ids
string<uuid>[]

Pre-filter to a specific set of company IDs.

company_status_ids_included
string<uuid>[]

Include only companies with these client status IDs.

company_status_ids_excluded
string<uuid>[]

Exclude companies with these client status IDs.

owner_ids_included
string<uuid>[]

Include only companies owned by these team members. Get IDs from GET /v1/team-members.

owner_ids_excluded
string<uuid>[]

Exclude companies owned by these team members.

relationships_included
object[]

Include only companies with a relationship to any of these companies.

relationships_excluded
object[]

Exclude companies with a relationship to these companies.

list_ids_included
string<uuid>[]

Include companies belonging to any of these lists.

list_ids_excluded
string<uuid>[]

Exclude companies belonging to any of these lists.

job_association
enum<string>

Filter by job association. "has_jobs" returns companies with at least one non-deleted job. "no_jobs" returns companies with no jobs.

Available options:
has_jobs,
no_jobs
job_status_filter
enum<string>

When job_association is "has_jobs", further filter by job status. "active_or_archived" (default) matches any non-deleted job. "active_only" matches companies with at least one active (non-archived) job. "archived_only" matches companies that only have archived jobs (no active ones).

Available options:
active_or_archived,
active_only,
archived_only
select_attribute_filters
object[]

Filter by select/multi-select custom fields. Get attribute_id and tag IDs from GET /v1/custom-fields/companies.

numeric_attribute_filters
object[]

Filter by numeric custom fields (min/max range). Get attribute_id from GET /v1/custom-fields/companies.

date_attribute_filters
object[]

Filter by date custom fields (date range). Get attribute_id from GET /v1/custom-fields/companies.

team_member_attribute_filters
object[]

Filter by team-member custom fields. Get attribute_id from GET /v1/custom-fields/companies.

include
enum<string>[]

Extra sections to embed. Values: custom_fields. Omit for base fields only.

Available options:
custom_fields

Response

Companies found

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required