get

Search and list companies (accounts, employers) in the CRM.

The query param is a Lucene query_string.
Unqualified terms match name, emails, phones, url, city, zip, addresses, macro_address, description, culture, and internal_notes.
Field-qualified terms (field:value), ranges, and boolean AND/OR/NOT also work over those plus id, created_at, and updated_at.
E.g. name:acme AND city:denver, phones:"+15555550100" OR phones:"(555) 555-0100", updated_at:[now-12M TO now].

Structured filters (separate params):

  • company_type_id
  • list_id
  • company_global_status_id

Scroll pagination is supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string

A cursor used to retrieve the next page of results.
Returned in each response.

string

Search query. Supports Lucene query syntax.

integer

Number of results to return in each page

integer
integer
integer
fields
object
Response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!