---
title: "⭐ Universal Company Lookup API"
method: GET
path: "/universal/company/lookup"
tags: ["Company Data API"]
---

# ⭐ Universal Company Lookup API

`GET /universal/company/lookup`

Search Companies by Criteria

## Query parameters

- `domain` string
- `id` integer
- `linkedin_url` string
- `name` string
- `ticker` string

## Response `200`

Success. Returns the profile data for the company lookup.

- CompiledCompanyAPISerializerWithExtendedCompanyAttributes — Serializes purchased company fields when looked up.
  - `id` integer — RocketReach internal unique company ID
  - `name` string — Name of the company
  - `domain` string — Web domain for the company
  - `email_domain` string — Email domain for the company
  - `website_domain` string, nullable — Website for the company
  - `ticker_symbol` string, nullable — Ticker symbol for the company (if available)
  - `links` object, nullable — Social media links for the company
    - `facebook` string
    - `twitter` string
    - `linkedin` string
  - `year_founded` integer, nullable — Year the company was founded
  - `address` CompiledCompanyAddress
    - `description` string — Description of the company location
    - `street` string — Street of the company address
    - `city` string — City of the company address
    - `region` string — Region of the company address
    - `region_code` string — Region code of the company address
    - `postal_code` string — Postal code of the company address
    - `country` string — Country of the company address
    - `country_code` string — Country code of the company address
  - `phone` string, nullable — Phone number for the company
  - `fax` string, nullable — Fax number for the company
  - `num_employees` integer, nullable — Number of employees working at the company
  - `revenue` integer, nullable — Revenue of the company
  - `funding_investors` string[] — List of names of founding investors for the company
  - `industry` string, nullable — Industry of the company
  - `sic_codes` integer[] — 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_url` string — URL of the RocketReach company profile page for the company
  - `description` string, nullable — Description of the company
  - `industry_keywords` string[] — List of industry keywords for the company
  - `naics_codes` integer[] — List of NAICS codes for the company. North American Industry Classification System (NAICS) codes are used to classify businesses by their primary industry
  - `techstack` string[] — List of technologies used by the company
  - `industries` string[] — List of industries the company operates in
  - `competitors` string[], nullable — List of competitors for the company
  - `departments` object — List of departments within the company
  - `company_growth` CompanyQuarterlyGrowth[] — Growth rate of the company
    - `year` integer
    - `quarter` integer
    - `values` integer[]

## Other responses

- `400` — Bad Request. The request is malformed or missing required parameters.
- `401` — Unauthorized. API Key is missing or invalid.
- `403` — Forbidden. API Key lacks permission to perform this action.
- `404` — Not Found. The requested resource (e.g., profile) does not exist.
- `429` — Too Many Requests. API request limit reached -- slow down requests.
- `500` — Internal Server Error. Unexpected error on RocketReach servers. Try again later.

---

[API](https://skmtc.dev/rocketreach/apis/rocketreach-api.md) · [All operations](https://skmtc.dev/rocketreach/apis/rocketreach-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rocketreach/rocketreach-api/revisions/68b5a27dfb6d/schema)
