Advanced company search with filtering, sorting, and custom attribute filters.
Filters: keywords (name/domain/LinkedIn), exact domain, exact linkedin_url, is_client, company_status_ids, owner_ids, relationships, list_ids, job_id, company_ids.
Custom attribute filters: select_attribute_filters, numeric_attribute_filters, date_attribute_filters, team_member_attribute_filters. Get attribute IDs and tag IDs from GET /v1/custom-fields/companies.
Sorting: Pass sort_by with one of: name, domain, status (client status stage order), date_of_last_engagement, created_at (default), or custom_<attribute_id> for any custom field. Pair with sort_order (asc or desc, default desc).
Include control: Pass include: ["custom_fields"] to embed custom field values in each result.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Records to skip for pagination. Defaults to 0.
x >= 0Max records to return (1–100). Defaults to 100.
1 <= x <= 100Column 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 datecreated_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 direction. Defaults to desc (newest first).
asc, desc Full-text search across company name, domain, and LinkedIn URL.
Filter by exact website domain (e.g. "acme.com").
Filter by exact LinkedIn company URL.
Filter by client status. true = clients only, false = non-clients, omit = all.
Filter to target companies of this job.
Filter to companies belonging to this list.
Pre-filter to a specific set of company IDs.
Include only companies with these client status IDs.
Exclude companies with these client status IDs.
Include only companies owned by these team members. Get IDs from GET /v1/team-members.
Exclude companies owned by these team members.
Include only companies with a relationship to any of these companies.
Exclude companies with a relationship to these companies.
Include companies belonging to any of these lists.
Exclude companies belonging to any of these lists.
Filter by select/multi-select custom fields. Get attribute_id and tag IDs from GET /v1/custom-fields/companies.
Filter by numeric custom fields (min/max range). Get attribute_id from GET /v1/custom-fields/companies.
Filter by date custom fields (date range). Get attribute_id from GET /v1/custom-fields/companies.
Filter by team-member custom fields. Get attribute_id from GET /v1/custom-fields/companies.
Extra sections to embed. Values: custom_fields. Omit for base fields only.
custom_fields