v1

latestOpenAPI 3.1.02026-07-241640107.8 KB
Company Data API

Company Search API

Search Companies by Criteria

post/searchCompany

Request body

startinteger

Start index of the request results (counting from 1)

page_sizeinteger

Maximum number of results to return per page [1-100]

order_by'relevance' | 'popularity' | 'score'

Example request

{
  "query": {
    "growth": [
      "5-30::Engineering,six_months"
    ],
    "job_posting_signal": [
      "Accounting Roles::one_month"
    ],
    "news_signal": [
      "Funding::one_month"
    ]
  }
}

Response

Success. Companies search request accepted

idinteger

RocketReach internal unique company ID

namestring

Name of the company

email_domainstring

Email domain for the company

ticker_symbolstring

Ticker symbol for the company (if available)

industry_strstring

Industry of the company

citystring

City of the company

regionstring

Region of the company

country_codestring

Country code of the company

Example response

[
  {
    "id": 123456
  }
]