v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Companies

Simple Search Companies

Simple search for companies using query parameters.

For complex filtering with AND/OR logic, custom properties, or advanced operators, use POST /crm/{integration_id}/companies/search instead.

Available Filters

All filters are ANDed together (all must match):

  • query: Full-text search across searchable properties
  • name: Filter by company name (partial match with wildcards)
  • domain: Filter by exact domain
  • industry: Filter by industry
  • city, state, country: Location filters
  • owner_id: Filter by CRM owner

Custom Properties

Request custom properties using the properties parameter:

GET /crm/{integration_id}/companies/search?name=acme&properties=name,domain,my_custom_property

Rate Limit

5 requests/second/account

get/api/v3/crm/{integration_id}/companies/search

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Query parameters

querystring nullable

Text search across searchable properties

Text search across searchable properties

namestring nullable

Filter by company name

Filter by company name

domainstring nullable

Filter by domain

Filter by domain

industrystring nullable

Filter by industry

Filter by industry

citystring nullable

Filter by city

Filter by city

statestring nullable

Filter by state

Filter by state

countrystring nullable

Filter by country

Filter by country

owner_idstring nullable

Filter by CRM owner ID

Filter by CRM owner ID

nationgraph_idstring nullable

Filter by NationGraph institution unique_id

Filter by NationGraph institution unique_id

limitinteger

Number of results

Number of results

afterstring nullable

Pagination cursor

Pagination cursor

propertiesstring nullable

Comma-separated list of properties to return

Comma-separated list of properties to return

Response

Successful Response

totalinteger required
has_moreboolean
next_cursorstring nullable