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.
Example response
{
"id": 123456
}Changes
No recorded changes to this endpoint across all 1 revision of this API.