---
title: "V2 Businesses Firmographics Enrich"
method: POST
path: "/v2/businesses/firmographics/enrich"
tags: ["V2BusinessEnrichments"]
---

# V2 Businesses Firmographics Enrich

`POST /v2/businesses/firmographics/enrich`

## Request body

- V2BusinessEnrichRequest
  - `request_context` object, nullable
  - `parameters` object, nullable
  - `business_ids` union, required
    - string
    - string[]

## Response `200`

Successful Response

- V2BusinessEnrichResponseFirmographicsOutputSchema — This is base response model for all responses in partner service.
  - `response_context` ResponseContext, required
    - `correlation_id` string, required
    - `request_status` 'success' | 'miss' | 'failure', required — The `RequestStatus` class is an enumeration that defines the possible statuses of a request. This enum is used to indicate whether a request was successful, missed, or failed. It ensures consistent handling of request statuses across the application. Attributes: SUCCESS: Indicates that the request was successfully processed. MISS: Indicates that the request did not find any matching data. FAILURE: Indicates that the request encountered an error or failure.
    - `time_took_in_seconds` number, required
  - `data` V2BusinessEnrichRowFirmographicsOutputSchema[], required
    - `business_id` string, required
    - `data` union
      - FirmographicsOutputSchema
        - `business_id` string, required
        - `name` string
        - `business_description` string
        - `website` string, uri
        - `country_name` string
        - `region_name` string
        - `city_name` string
        - `street` string
        - `zip_code` string
        - `naics` string
        - `naics_description` string
        - `sic_code` string
        - `sic_code_description` string
        - `ticker` string
        - `number_of_employees_range` '1-10' | '11-50' | '51-200' | '201-500' | '501-1000' | '1001-5000' | '5001-10000' | '10001+' — The `NumberOfEmployeesRange` class is an enumeration that represents predefined ranges for the number of employees in a company. These ranges are used for filtering and categorizing companies based on their workforce size.
        - `yearly_revenue_range` '0-500K' | '500K-1M' | '1M-5M' | '5M-10M' | '10M-25M' | '25M-75M' | '75M-200M' | '200M-500M' | '500M-1B' | '1B-10B' | '10B-100B' | '100B-1T' | '1T-10T' | '10T+' — The `RevenueRange` class is an enumeration that represents predefined ranges for the revenue of a company.
        - `linkedin_industry_category` string
        - `linkedin_profile` string, uri
        - `business_logo` string
        - `locations_distribution` object[]
      - FirmographicsOutputSchema[]
        - `business_id` string, required
        - `name` string
        - `business_description` string
        - `website` string, uri
        - `country_name` string
        - `region_name` string
        - `city_name` string
        - `street` string
        - `zip_code` string
        - `naics` string
        - `naics_description` string
        - `sic_code` string
        - `sic_code_description` string
        - `ticker` string
        - `number_of_employees_range` '1-10' | '11-50' | '51-200' | '201-500' | '501-1000' | '1001-5000' | '5001-10000' | '10001+' — The `NumberOfEmployeesRange` class is an enumeration that represents predefined ranges for the number of employees in a company. These ranges are used for filtering and categorizing companies based on their workforce size.
        - `yearly_revenue_range` '0-500K' | '500K-1M' | '1M-5M' | '5M-10M' | '10M-25M' | '25M-75M' | '75M-200M' | '200M-500M' | '500M-1B' | '1B-10B' | '10B-100B' | '100B-1T' | '1T-10T' | '10T+' — The `RevenueRange` class is an enumeration that represents predefined ranges for the revenue of a company.
        - `linkedin_industry_category` string
        - `linkedin_profile` string, uri
        - `business_logo` string
        - `locations_distribution` object[]
  - `total_results` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/explorium-ai/apis/partner-service.md) · [All operations](https://skmtc.net/explorium-ai/apis/partner-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/explorium-ai/partner-service/revisions/36dd0c57cea7/schema)
