v1

latestOpenAPI 3.1.02026-07-241640107.8 KB
Company Data API

⭐ Universal Company Lookup API

Search Companies by Criteria

get/universal/company/lookup

Query parameters

domainstring

Domain of the desired company to lookup (preferred).

idinteger

RocketReach internal unique company ID

linkedin_urlstring

LinkedIn URL of the desired company to lookup.

namestring

Name of the desired company to lookup.

tickerstring

Stock ticker of the desired company to lookup.

Response

Success. Returns the profile data for the company lookup.

idinteger

RocketReach internal unique company ID

namestring

Name of the company

domainstring

Web domain for the company

email_domainstring

Email domain for the company

website_domainstring nullable

Website for the company

ticker_symbolstring nullable

Ticker symbol for the company (if available)

year_foundedinteger nullable

Year the company was founded

phonestring nullable

Phone number for the company

faxstring nullable

Fax number for the company

num_employeesinteger nullable

Number of employees working at the company

revenueinteger nullable

Revenue of the company

funding_investorsstring[]

List of names of founding investors for the company

industrystring nullable

Industry of the company

sic_codesinteger[]

List of SIC codes for the company. Standard Industrial Classification (SIC) codes, are four-digit numerical codes used to categorize businesses by their primary industry

rr_profile_urlstring

URL of the RocketReach company profile page for the company

descriptionstring nullable

Description of the company

industry_keywordsstring[]

List of industry keywords for the company

naics_codesinteger[]

List of NAICS codes for the company. North American Industry Classification System (NAICS) codes are used to classify businesses by their primary industry

techstackstring[]

List of technologies used by the company

industriesstring[]

List of industries the company operates in

competitorsstring[] nullable

List of competitors for the company

departmentsobject

List of departments within the company

Example response

{
  "id": 123456
}