v1
latestOpenAPI 3.1.02026-08-04253331435.1 KBSimple 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
Path parameters
The CRM integration ID
The CRM integration ID
Query parameters
Text search across searchable properties
Text search across searchable properties
Filter by company name
Filter by company name
Filter by domain
Filter by domain
Filter by industry
Filter by industry
Filter by city
Filter by city
Filter by state
Filter by state
Filter by country
Filter by country
Filter by CRM owner ID
Filter by CRM owner ID
Filter by NationGraph institution unique_id
Filter by NationGraph institution unique_id
Number of results
Number of results
Pagination cursor
Pagination cursor
Comma-separated list of properties to return
Comma-separated list of properties to return
Response
Successful Response