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

# V2 Businesses Webstack Enrich

`POST /v2/businesses/webstack/enrich`

## Request body

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

## Response `200`

Successful Response

- V2BusinessEnrichResponseV2WebstackOutputSchema — This is base response model for all responses in partner service.
  - `response_context` V2ResponseContext, 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_taken_in_seconds` number, required
  - `data` V2BusinessEnrichRowV2WebstackOutputSchema[], required
    - `business_id` string, required
    - `data` union
      - V2WebstackOutputSchema
        - `business_id` string
        - `affiliate_links` boolean
        - `company_vertical` string
        - `db_indexed` boolean
        - `earliest_record` string, date-time
        - `ecommerce` boolean
        - `established` boolean
        - `latest_update` string, date-time
        - `live_techs` boolean
        - `money_spent_on_website_technologies` integer
        - `number_of_pages_on_sitemap` integer
        - `number_of_premium_technologies` integer
        - `number_of_social_networks` integer
        - `parked` boolean
        - `payment_options` boolean
        - `payment_technologies_in_use` string
        - `premium_techs` integer
        - `product_count` integer
        - `q_rank` integer
        - `shopify_apps_in_use` string
        - `spend` integer
        - `status` string
        - `categories_to_technologies_tree` object
        - `technologies_categories` string
        - `technologies_sub_categories` string
        - `technologies_used_by_company_website` string
        - `umbrella` integer
      - V2WebstackOutputSchema[]
        - `business_id` string
        - `affiliate_links` boolean
        - `company_vertical` string
        - `db_indexed` boolean
        - `earliest_record` string, date-time
        - `ecommerce` boolean
        - `established` boolean
        - `latest_update` string, date-time
        - `live_techs` boolean
        - `money_spent_on_website_technologies` integer
        - `number_of_pages_on_sitemap` integer
        - `number_of_premium_technologies` integer
        - `number_of_social_networks` integer
        - `parked` boolean
        - `payment_options` boolean
        - `payment_technologies_in_use` string
        - `premium_techs` integer
        - `product_count` integer
        - `q_rank` integer
        - `shopify_apps_in_use` string
        - `spend` integer
        - `status` string
        - `categories_to_technologies_tree` object
        - `technologies_categories` string
        - `technologies_sub_categories` string
        - `technologies_used_by_company_website` string
        - `umbrella` integer
  - `total_results` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-26** `bcf3eb6e6430` — 1 breaking, 1 warning, 4 info
  - removed the required property `response_context/time_took_in_seconds` from the response with the `200` status
  - removed the optional property `data/items/data/anyOf[subschema #2]/items/money_spend_on_website_technologies` from the response with the `200` status
  - added the optional property `data/items/data/anyOf[subschema #2]/items/money_spent_on_website_technologies` to the response with the `200` status
  - added `#/components/schemas/V2WebstackOutputSchema` to the `data/items/data` response property `anyOf` list for the response status `200`
  - …2 more
- **2026-08-11** `6b092e43b893` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/explorium-ai/apis/partner-service/changes/v2/businesses/webstack/enrich/post.md)

---

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