Explorium V2 Business Enrichments API

Synchronous v2 company enrichments — the same seventeen attribute families as v1, on the unified v2 request shape.

Operations 17

POST /v2/businesses/bombora_intent/enrich V2 Businesses Bombora Intent Enrich #
POST /v2/businesses/company_hierarchies/enrich V2 Businesses Company Hierarchies Enrich #
POST /v2/businesses/company_ratings_by_employees/enrich V2 Businesses Company Ratings By Employees Enrich #
POST /v2/businesses/company_website_keywords/enrich V2 Businesses Company Website Keywords Enrich #
POST /v2/businesses/financial_indicators/enrich V2 Businesses Financial Indicators Enrich #
POST /v2/businesses/firmographics/enrich V2 Businesses Firmographics Enrich #
POST /v2/businesses/funding_and_acquisition/enrich V2 Businesses Funding And Acquisition Enrich #
POST /v2/businesses/linkedin_posts/enrich V2 Businesses Linkedin Posts Enrich #
POST /v2/businesses/lookalikes/enrich V2 Businesses Lookalikes Enrich #
POST /v2/businesses/pc_business_challenges_10k/enrich V2 Businesses Pc Business Challenges 10K Enrich #
POST /v2/businesses/pc_competitive_landscape_10k/enrich V2 Businesses Pc Competitive Landscape 10K Enrich #
POST /v2/businesses/pc_strategy_10k/enrich V2 Businesses Pc Strategy 10K Enrich #
POST /v2/businesses/technographics/enrich V2 Businesses Technographics Enrich #
POST /v2/businesses/website_changes/enrich V2 Businesses Website Changes Enrich #
POST /v2/businesses/website_traffic/enrich V2 Businesses Website Traffic Enrich #
POST /v2/businesses/webstack/enrich V2 Businesses Webstack Enrich #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/explorium-v2businessenrichments-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

explorium-v2businessenrichments-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Partner Service V2 Business Enrichments API
  version: 0.3.19
servers:
- url: https://api.explorium.ai
  description: AgentSource Server
tags:
- name: V2BusinessEnrichments
paths:
  /v2/businesses/bombora_intent/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Bombora Intent Enrich
      operationId: v2_businesses_bombora_intent_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessBomboraIntentEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_BomboraIntentOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/company_hierarchies/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Company Hierarchies Enrich
      operationId: v2_businesses_company_hierarchies_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_CompanyHierarchiesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/company_ratings_by_employees/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Company Ratings By Employees Enrich
      operationId: v2_businesses_company_ratings_by_employees_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_V2CompanyRatingsByEmployeesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/company_website_keywords/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Company Website Keywords Enrich
      operationId: v2_businesses_company_website_keywords_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessCompanyWebsiteKeywordsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_CompanyWebsiteKeywordsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/financial_indicators/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Financial Indicators Enrich
      operationId: v2_businesses_financial_indicators_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessFinancialIndicatorsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_FinancialIndicatorsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/firmographics/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Firmographics Enrich
      operationId: v2_businesses_firmographics_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_FirmographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/funding_and_acquisition/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Funding And Acquisition Enrich
      operationId: v2_businesses_funding_and_acquisition_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_FundingAndAcquisitionOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/linkedin_posts/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Linkedin Posts Enrich
      operationId: v2_businesses_linkedin_posts_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessLinkedinPostsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_V2LinkedinCompaniesPostsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/lookalikes/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Lookalikes Enrich
      operationId: v2_businesses_lookalikes_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_LookalikesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/pc_business_challenges_10k/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Pc Business Challenges 10K Enrich
      operationId: v2_businesses_pc_business_challenges_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_PCBusinessChallenges10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/pc_competitive_landscape_10k/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Pc Competitive Landscape 10K Enrich
      operationId: v2_businesses_pc_competitive_landscape_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_PCCompetitiveLandscape10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/pc_strategy_10k/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Pc Strategy 10K Enrich
      operationId: v2_businesses_pc_strategy_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_PCStrategy10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/technographics/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Technographics Enrich
      operationId: v2_businesses_technographics_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_TechnographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/website_changes/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Website Changes Enrich
      operationId: v2_businesses_website_changes_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_WebsiteChangesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/website_traffic/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Website Traffic Enrich
      operationId: v2_businesses_website_traffic_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessWebsiteTrafficEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_WebsiteTrafficOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/webstack/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Webstack Enrich
      operationId: v2_businesses_webstack_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_WebstackOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v2/businesses/workforce_trends/enrich:
    post:
      tags:
      - V2BusinessEnrichments
      summary: V2 Businesses Workforce Trends Enrich
      operationId: v2_businesses_workforce_trends_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/V2BusinessEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/V2BusinessEnrichResponse_WorkforceTrendsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
components:
  schemas:
    V2BusinessEnrichRow_CompanyWebsiteKeywordsOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/CompanyWebsiteKeywordsOutputSchema'
          - items:
              $ref: '#/components/schemas/CompanyWebsiteKeywordsOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[CompanyWebsiteKeywordsOutputSchema]
    WorkforceTrendsOutputSchema:
      properties:
        change_in_real_estate_roles:
          type: number
          title: Change In Real Estate Roles
        perc_design_roles:
          type: number
          title: Perc Design Roles
        profiles_found_per_quarter:
          type: number
          title: Profiles Found Per Quarter
        perc_sales_roles:
          type: number
          title: Perc Sales Roles
        perc_hr_roles:
          type: number
          title: Perc Hr Roles
        perc_operations_roles:
          type: number
          title: Perc Operations Roles
        perc_pr_roles:
          type: number
          title: Perc Pr Roles
        perc_health_roles:
          type: number
          title: Perc Health Roles
        perc_trades_roles:
          type: number
          title: Perc Trades Roles
        perc_engineering_roles:
          type: number
          title: Perc Engineering Roles
        perc_finance_roles:
          type: number
          title: Perc Finance Roles
        perc_customer_service_roles:
          type: number
          title: Perc Customer Service Roles
        perc_legal_roles:
          type: number
          title: Perc Legal Roles
        perc_media_roles:
          type: number
          title: Perc Media Roles
        perc_marketing_roles:
          type: number
          title: Perc Marketing Roles
        perc_real_estate_roles:
          type: number
          title: Perc Real Estate Roles
        perc_education_roles:
          type: number
          title: Perc Education Roles
        change_in_design_roles:
          type: number
          title: Change In Design Roles
        change_in_education_roles:
          type: number
          title: Change In Education Roles
        change_in_pr_roles:
          type: number
          title: Change In Pr Roles
        change_in_trades_roles:
          type: number
          title: Change In Trades Roles
        change_in_customer_service_roles:
          type: number
          title: Change In Customer Service Roles
        change_in_health_roles:
          type: number
          title: Change In Health Roles
        change_in_operations_roles:
          type: number
          title: Change In Operations Roles
        change_in_sales_roles:
          type: number
          title: Change In Sales Roles
        change_in_legal_roles:
          type: number
          title: Change In Legal Roles
        change_in_roles_divisor:
          type: number
          title: Change In Roles Divisor
        change_in_finance_roles:
          type: number
          title: Change In Finance Roles
        change_in_media_roles:
          type: number
          title: Change In Media Roles
        change_in_hr_roles:
          type: number
          title: Change In Hr Roles
        change_in_marketing_roles:
          type: number
          title: Change In Marketing Roles
        change_in_engineering_roles:
          type: number
          title: Change In Engineering Roles
        quarters:
          type: string
          format: date-time
          title: Quarters
      type: object
      title: WorkforceTrendsOutputSchema
    FundingAndAcquisitionOutputSchema:
      properties:
        domain:
          type: string
          maxLength: 2048
          pattern: ^(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+(?:[a-z\u00a1-\uffff]{2,}\.?)$
          title: Domain
        company_name:
          type: string
          maxLength: 256
          title: Company Name
        investors:
          items:
            type: string
          type: array
          title: Investors
        number_of_advisors:
          type: integer
          title: Number Of Advisors
        num_of_news:
          type: integer
          title: Num Of News
        current_advisors:
          items:
            additionalProperties:
              type: string
            type: object
          type: array
          title: Current Advisors
        ipo_size_usd:
          type: string
          title: Ipo Size Usd
        ipo_date:
          type: string
          format: date-time
          title: Ipo Date
        is_ipo:
          type: boolean
          title: Is Ipo
        number_of_investors_for_first_funding_round:
          type: integer
          title: Number Of Investors For First Funding Round
        first_funding_round_value_usd:
          type: number
          title: First Funding Round Value Usd
        first_funding_round_type:
          type: string
          title: First Funding Round Type
        first_funding_round_date:
          type: string
          format: date-time
          title: First Funding Round Date
        number_of_funding_rounds:
          type: integer
          title: Number Of Funding Rounds
        acquired_by:
          type: string
          title: Acquired By
        latest_funding_increase_in_percents:
          type: string
          title: Latest Funding Increase In Percents
        last_funding_round_date:
          type: string
          format: date-time
          title: Last Funding Round Date
        last_funding_round_value_usd:
          type: string
          title: Last Funding Round Value Usd
        last_funding_round_type:
          type: string
          title: Last Funding Round Type
        number_of_investors_for_last_funding_round:
          type: integer
          title: Number Of Investors For Last Funding Round
        funding_rounds_info:
          items:
            type: object
          type: array
          title: Funding Rounds Info
        known_funding_total_value:
          type: number
          title: Known Funding Total Value
      type: object
      title: FundingAndAcquisitionOutputSchema
    CompanyWebsiteKeywordsOutputSchema:
      properties:
        url:
          type: string
          maxLength: 2048
          pattern: ^(https?:)?//(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+[a-z\u00a1-\uffff]{2,}\.?(?:[/?#]\S*)?$
          format: uri
          title: Url
        keywords_indicator:
          type: string
          title: Keywords Indicator
        text_results:
          items:
            type: object
          type: array
          title: Text Results
      type: object
      title: CompanyWebsiteKeywordsOutputSchema
    V2BusinessEnrichResponse_LookalikesOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_LookalikesOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[LookalikesOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichRow_WebsiteTrafficOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/WebsiteTrafficOutputSchema'
          - items:
              $ref: '#/components/schemas/WebsiteTrafficOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[WebsiteTrafficOutputSchema]
    CompanyHierarchiesOutputSchema:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        parent_company_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Parent Company Id
        parent_company_name:
          type: string
          title: Parent Company Name
        ultimate_parent_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Ultimate Parent Id
        ultimate_parent_name:
          type: string
          title: Ultimate Parent Name
        subsidiaries:
          anyOf:
          - items:
              type: object
            type: array
          - type: string
          title: Subsidiaries
        organization_tree:
          anyOf:
          - items:
              type: object
            type: array
          - type: object
          title: Organization Tree
      type: object
      required:
      - business_id
      title: CompanyHierarchiesOutputSchema
    V2BusinessCompanyWebsiteKeywordsEnrichRequest:
      properties:
        request_context:
          type: object
          title: Request Context
          marked_for_null_replacement: true
          nullable: true
        parameters:
          $ref: '#/components/schemas/CompanyWebsiteKeywordsEnrichmentParams'
        business_ids:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - items:
              type: string
              pattern: ^[a-f0-9]{32}$
            type: array
            maxItems: 50
            minItems: 1
          title: Business Ids
      additionalProperties: false
      type: object
      required:
      - parameters
      - business_ids
      title: V2BusinessCompanyWebsiteKeywordsEnrichRequest
    V2BusinessEnrichResponse_WorkforceTrendsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_WorkforceTrendsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[WorkforceTrendsOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichRow_TechnographicsOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/TechnographicsOutputSchema'
          - items:
              $ref: '#/components/schemas/TechnographicsOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[TechnographicsOutputSchema]
    RevenueRange:
      type: string
      enum:
      - 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+
      title: RevenueRange
      description: The `RevenueRange` class is an enumeration that represents predefined ranges for the revenue of a company.
    ResponseContext:
      properties:
        correlation_id:
          type: string
          title: Correlation Id
        request_status:
          $ref: '#/components/schemas/RequestStatus'
        time_took_in_seconds:
          type: number
          title: Time Took In Seconds
      type: object
      required:
      - correlation_id
      - request_status
      - time_took_in_seconds
      title: ResponseContext
    V2BusinessEnrichRow_WebstackOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/WebstackOutputSchema'
          - items:
              $ref: '#/components/schemas/WebstackOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[WebstackOutputSchema]
    CompanyWebsiteKeywordsEnrichmentParams:
      properties:
        keywords:
          items:
            type: string
          type: array
          title: Keywords
      additionalProperties: false
      type: object
      required:
      - keywords
      title: CompanyWebsiteKeywordsEnrichmentParams
    V2BusinessEnrichResponse_PCCompetitiveLandscape10kOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_PCCompetitiveLandscape10kOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[PCCompetitiveLandscape10kOutputSchema]
      description: This is base response model for all responses in partner service.
    LookalikesOutputSchema:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        lookalike_business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Lookalike Business Id
        lookalike_business_name:
          type: string
          maxLength: 256
          title: Lookalike Business Name
        lookalike_website:
          type: string
          maxLength: 2048
          pattern: ^(https?:)?//(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+[a-z\u00a1-\uffff]{2,}\.?(?:[/?#]\S*)?$
          format: uri
          title: Lookalike Website
        lookalike_description:
          type: string
          title: Lookalike Description
        lookalike_number_of_employees_range:
          $ref: '#/components/schemas/NumberOfEmployeesRange'
        lookalike_revenue_range:
          $ref: '#/components/schemas/RevenueRange'
        lookalike_naics_description:
          type: string
          title: Lookalike Naics Description
        lookalike_country_location:
          type: string
          pattern: ^(aw|af|ao|ai|ax|al|ad|ae|ar|am|as|aq|tf|ag|au|at|az|bi|be|bj|bq|bf|bd|bg|bh|bs|ba|bl|by|bz|bm|bo|br|bb|bn|bt|bv|bw|cf|ca|cc|ch|cl|cn|ci|cm|cd|cg|ck|co|km|cv|cr|cu|cw|cx|ky|cy|cz|de|dj|dm|dk|do|dz|ec|eg|er|eh|es|ee|et|fi|fj|fk|fr|fo|fm|ga|gb|ge|gg|gh|gi|gn|gp|gm|gw|gq|gr|gd|gl|gt|gf|gu|gy|hk|hm|hn|hr|ht|hu|id|im|in|io|ie|ir|iq|is|il|it|jm|je|jo|jp|kz|ke|kg|kh|ki|kn|kr|kw|la|lb|lr|ly|lc|li|lk|ls|lt|lu|lv|mo|mf|ma|mc|md|mg|mv|mx|mh|mk|ml|mt|mm|me|mn|mp|mz|mr|ms|mq|mu|mw|my|yt|na|nc|ne|nf|ng|ni|nu|nl|no|np|nr|nz|om|pk|pa|pn|pe|ph|pw|pg|pl|pr|kp|pt|py|ps|pf|qa|re|ro|ru|rw|sa|sd|sn|sg|gs|sh|sj|sb|sl|sv|sm|so|pm|rs|ss|st|sr|sk|si|se|sz|sx|sc|sy|tc|td|tg|th|tj|tk|tm|tl|to|tt|tn|tr|tv|tw|tz|ug|ua|um|uy|us|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|xk|ye|za|zm|zw)$
          title: Lookalike Country Location
        similarity_score:
          type: string
          title: Similarity Score
      type: object
      required:
      - business_id
      title: LookalikesOutputSchema
    V2BusinessEnrichResponse_WebsiteTrafficOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_WebsiteTrafficOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[WebsiteTrafficOutputSchema]
      description: This is base response model for all responses in partner service.
    FirmographicsOutputSchema:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        name:
          type: string
          maxLength: 256
          title: Name
        business_description:
          type: string
          title: Business Description
        website:
          type: string
          maxLength: 2048
          pattern: ^(https?:)?//(?:(?:[a-z0-9\u00a1-\uffff][a-z0-9\u00a1-\uffff_-]{0,62})?[a-z0-9\u00a1-\uffff]\.)+[a-z\u00a1-\uffff]{2,}\.?(?:[/?#]\S*)?$
          format: uri
          title: Website
        country_name:
          type: string
          pattern: ^(aruba|afghanistan|angola|anguilla|åland\ islands|albania|andorra|united\ arab\ emirates|argentina|armenia|american\ samoa|antarctica|french\ southern\ territories|antigua\ and\ barbuda|australia|austria|azerbaijan|burundi|belgium|benin|bonaire,\ sint\ eustatius\ and\ saba|burkina\ faso|bangladesh|bulgaria|bahrain|bahamas|bosnia\ and\ herzegovina|saint\ barthélemy|belarus|belize|bermuda|bolivia,\ plurinational\ state\ of|brazil|barbados|brunei\ darussalam|bhutan|bouvet\ island|botswana|central\ african\ republic|canada|coco

# --- truncated at 32 KB (226 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/explorium/refs/heads/main/openapi/explorium-v2businessenrichments-api-openapi.yml