Explorium Bulk Business Enrichments API

Bulk (multi-record) versions of every v1 company enrichment, processing up to 50 business IDs per request.

Operations 17

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

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-bulkbusinessenrichments-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-bulkbusinessenrichments-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Partner Service Bulk Business Enrichments API
  version: 0.3.19
servers:
- url: https://api.explorium.ai
  description: AgentSource Server
tags:
- name: BulkBusinessEnrichments
paths:
  /v1/businesses/bombora_intent/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Bombora Intent
      operationId: businesses_bombora_intent_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BomboraIntentBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_BomboraIntentOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_hierarchies/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Company Hierarchies
      operationId: businesses_company_hierarchies_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_CompanyHierarchiesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_ratings_by_employees/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Company Ratings By Employees
      operationId: businesses_company_ratings_by_employees_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_CompanyRatingsByEmployeesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_website_keywords/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Company Website Keywords
      operationId: businesses_company_website_keywords_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CompanyWebsiteKeywordsBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_CompanyWebsiteKeywordsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/financial_indicators/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Financial Indicators
      operationId: businesses_financial_indicators_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/FinancialIndicatorsBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_FinancialIndicatorsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/firmographics/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Firmographics
      operationId: businesses_firmographics_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_FirmographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/funding_and_acquisition/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Funding And Acquisition
      operationId: businesses_funding_and_acquisition_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_FundingAndAcquisitionOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/linkedin_posts/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Linkedin Posts
      operationId: businesses_linkedin_posts_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/partner_service__models__businesses__enrich_requests__LinkedInPostsBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_LinkedinCompaniesPostsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/lookalikes/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Lookalikes
      operationId: businesses_lookalikes_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_LookalikesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_business_challenges_10k/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Pc Business Challenges 10K
      operationId: businesses_pc_business_challenges_10k_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_PCBusinessChallenges10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_competitive_landscape_10k/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Pc Competitive Landscape 10K
      operationId: businesses_pc_competitive_landscape_10k_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_PCCompetitiveLandscape10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_strategy_10k/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Pc Strategy 10K
      operationId: businesses_pc_strategy_10k_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_PCStrategy10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/technographics/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Technographics
      operationId: businesses_technographics_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_TechnographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/website_changes/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Website Changes
      operationId: businesses_website_changes_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_WebsiteChangesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/website_traffic/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Website Traffic
      operationId: businesses_website_traffic_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WebsiteTrafficBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_WebsiteTrafficOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/webstack/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Webstack
      operationId: businesses_webstack_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_WebstackOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/workforce_trends/bulk_enrich:
    post:
      tags:
      - BulkBusinessEnrichments
      summary: Workforce Trends
      operationId: businesses_workforce_trends_bulk_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesBulkEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesBulkEnrichResponse_WorkforceTrendsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
components:
  schemas:
    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
    BusinessesBulkEnrichRow_TechnographicsOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          $ref: '#/components/schemas/TechnographicsOutputSchema'
      type: object
      required:
      - business_id
      title: BusinessesBulkEnrichRow[TechnographicsOutputSchema]
    BusinessesBulkEnrichResponse_WorkforceTrendsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/BusinessesBulkEnrichRow_WorkforceTrendsOutputSchema_'
          type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - total_results
      title: BusinessesBulkEnrichResponse[WorkforceTrendsOutputSchema]
      description: This is base response model for all responses in partner service.
    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
    BusinessesBulkEnrichResponse_WebsiteTrafficOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/BusinessesBulkEnrichRow_WebsiteTrafficOutputSchema_'
          type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - total_results
      title: BusinessesBulkEnrichResponse[WebsiteTrafficOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesBulkEnrichRow_WebsiteChangesOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          $ref: '#/components/schemas/WebsiteChangesOutputSchema'
      type: object
      required:
      - business_id
      title: BusinessesBulkEnrichRow[WebsiteChangesOutputSchema]
    BusinessesBulkEnrichResponse_FirmographicsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/BusinessesBulkEnrichRow_FirmographicsOutputSchema_'
          type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - total_results
      title: BusinessesBulkEnrichResponse[FirmographicsOutputSchema]
      description: This is base response model for all responses in partner service.
    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
    BusinessesBulkEnrichRow_FinancialIndicatorsOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          $ref: '#/components/schemas/FinancialIndicatorsOutputSchema'
      type: object
      required:
      - business_id
      title: BusinessesBulkEnrichRow[FinancialIndicatorsOutputSchema]
    CompanyWebsiteKeywordsEnrichmentParams:
      properties:
        keywords:
          items:
            type: string
          type: array
          title: Keywords
      additionalProperties: false
      type: object
      required:
      - keywords
      title: CompanyWebsiteKeywordsEnrichmentParams
    BusinessesBulkEnrichResponse_PCStrategy10kOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/BusinessesBulkEnrichRow_PCStrategy10kOutputSchema_'
          type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - total_results
      title: BusinessesBulkEnrichResponse[PCStrategy10kOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesBulkEnrichRow_PCStrategy10kOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          $ref: '#/components/schemas/PCStrategy10kOutputSchema'
      type: object
      required:
      - business_id
      title: BusinessesBulkEnrichRow[PCStrategy10kOutputSchema]
    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
    PCCompetitiveLandscape10kOutputSchema:
      properties:
        cik:
          type: string
          title: Cik
        link_to_filing_details:
          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: Link To Filing Details
        form_description:
          type: string
          title: Form Description
        competitive_differentiation:
          items:
            type: string
          type: array
          title: Competitive Differentiation
        filed_at:
          type: string
          format: date-time
          title: Filed At
        company_name:
          type: string
          maxLength: 256
          title: Company Name
        link_to_html:
          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: Link To Html
        key_competitors:
          items:
            type: string
          type: array
          title: Key Competitors
        accession_number:
          type: string
          title: Accession Number
        form_type:
          type: string
          title: Form Type
        ticker:
          type: string
          pattern: (?i)^(^CGTR:\S+$|^XBTR:\S+$|^TREU:\S+$|^XCAN:\S+$|^HCER:\S+$|^BCFS:\S+$|^KNCM:\S+$|^ICPM:\S+$|^MANL:\S+$|^BLEQ:\S+$|^SCOT:\S+$|^UNGB:\S+$|^GLBX:\S+$|^FISU:\S+$|^XEYE:\S+$|^STXS:\S+$|^NEXO:\S+$|^RBCM:\S+$|^YLDX:\S+$|^XPXE:\S+$|^IBEX:\S+$|^ALXB:\S+$|^XCEC:\S+$|^RUSX:\S+$|^RENC:\S+$|^MHEU:\S+$|^HELA:\S+$|^JADX:\S+$|^ICDX:\S+$|^MSBI:\S+$|^EOTC:\S+$|^SSTX:\S+$|^SKYX:\S+$|^CLJP:\S+$|^BUX:\S+$|^OCEA:\S+$|^LBWL:\S+$|^XSPM:\S+$|^CSAG:\S+$|^UGEN:\S+$|^VFIL:\

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