---
title: "Single company enrichment"
method: GET
path: "/companies/find"
tags: ["Companies Enrichment"]
---

# Single company enrichment

`GET /companies/find`

Single company enrichment

## Response `200`

Ok

- ResponseCompanyObject
  - `id` string, uuid, required
  - `object` 'company', required
  - `linkedin_url` string, required
  - `name` string, nullable
  - `overview` string, nullable
  - `website` string, nullable
  - `keywords` string[], nullable
  - `followers` integer, nullable
  - `linkedin_presence` 'massive' | 'large' | 'moderate' | 'limited' | 'none', nullable — `massive` — Massive following (100,000+ followers), `large` — Large following (10,000 - 99,999 followers), `moderate` — Moderate following (1,000 - 9,999 followers), `limited` — Limited following (1 - 999 followers), `none` — No following (0 followers). All ranges are inclusive.
  - `estimated_number_of_employees` integer, nullable
  - `size` '10001+ employees' | '201-500 employees' | '51-200 employees' | '11-50 employees' | '1-10 employees', nullable
  - `location` string, nullable
  - `location_details` ResponseLocationDetailsObject
    - `country` string, nullable
    - `state` string, nullable
    - `city` string, nullable
    - `postal_code` string, nullable
    - `lat` number, nullable
    - `long` number, nullable
  - `locations` ResponseLocationObject[], nullable
    - `address` string — Full address as a single string
    - `is_primary` boolean — Indicates if this is the primary location
    - `country` string, nullable — Country name (e.g., United States)
    - `state` string, nullable — State or subdivision name (e.g., California, New York)
    - `city` string, nullable — City name
    - `postal_code` string, nullable — Postal code
  - `logo_url` string, uri
  - `founded_year` integer, nullable
  - `traffic_rank` integer, nullable
  - `sic_codes` integer[], nullable
  - `naics_codes` integer[], nullable
  - `type` 'Public Company' | 'Educational' | 'Self Employed' | 'Government Agency' | 'Non Profit' | 'Self Owned' | 'Privately Held' | 'Partnership', nullable
  - `total_funding` integer, nullable
  - `latest_funding_stage` 'seed' | 'angel' | 'venture_round_unknown_series' | 'series_a' | 'series_b' | 'series_c' | 'series_d' | 'series_e' | 'series_f' | 'series_g' | 'series_h' | 'series_i' | 'series_j' | 'debt' | 'equity_crowdfunding' | 'convertible_note' | 'ico' | 'private_equity' | 'other', nullable
  - `latest_funding_date` string, date, nullable
  - `is_b2b` boolean, nullable
  - `is_b2c` boolean, nullable
  - `technologies` string[], nullable
  - `department_headcount` ResponseDepartmentHeadcountObject
  - `job_function_headcount` ResponseJobFunctionHeadcountObject
  - `estimated_revenue` '$0-$1M' | '$1M-$10M' | '$10M-$100M' | '$100M-$1B' | '$1B+', nullable
  - `revenue` integer, nullable

## Other responses

- `400` — Bad request
- `404` — Not found
- `500` — Internal server error

---

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