Explorium V2 Business Enrichments API

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

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:
    V2BusinessEnrichResponse_CompanyHierarchiesOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_CompanyHierarchiesOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[CompanyHierarchiesOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichResponse_PCBusinessChallenges10kOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_PCBusinessChallenges10kOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[PCBusinessChallenges10kOutputSchema]
      description: This is base response model for all responses in partner service.
    WebsiteChangesOutputSchema:
      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
        change_description:
          type: string
          title: Change Description
        change_implication:
          type: string
          title: Change Implication
        date:
          type: string
          format: date-time
          title: Date
      type: object
      title: WebsiteChangesOutputSchema
    V2BusinessEnrichResponse_TechnographicsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_TechnographicsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[TechnographicsOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichResponse_FirmographicsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_FirmographicsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[FirmographicsOutputSchema]
      description: This is base response model for all responses in partner service.
    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.
    RequestStatus:
      type: string
      enum:
      - success
      - miss
      - failure
      title: RequestStatus
      description: "The `RequestStatus` class is an enumeration that defines the possible statuses of a request.\n\nThis enum is used to indicate whether a request was successful, missed, or failed. It ensures\nconsistent handling of request statuses across the application.\n\nAttributes:\n    SUCCESS: Indicates that the request was successfully processed.\n    MISS: Indicates that the request did not find any matching data.\n    FAILURE: Indicates that the request encountered an error or failure."
    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_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]
    V2BusinessEnrichResponse_FundingAndAcquisitionOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_FundingAndAcquisitionOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[FundingAndAcquisitionOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichRow_BomboraIntentOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/BomboraIntentOutputSchema'
          - items:
              $ref: '#/components/schemas/BomboraIntentOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[BomboraIntentOutputSchema]
    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.
    V2BusinessWebsiteTrafficEnrichRequest:
      properties:
        request_context:
          type: object
          title: Request Context
          marked_for_null_replacement: true
          nullable: true
        parameters:
          $ref: '#/components/schemas/WebsiteTrafficEnrichmentParams'
        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:
      - business_ids
      title: V2BusinessWebsiteTrafficEnrichRequest
    V2BusinessBomboraIntentEnrichRequest:
      properties:
        request_context:
          type: object
          title: Request Context
          marked_for_null_replacement: true
          nullable: true
        parameters:
          $ref: '#/components/schemas/BomboraIntentEnrichmentParams'
        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:
      - business_ids
      title: V2BusinessBomboraIntentEnrichRequest
    V2BusinessEnrichRow_PCCompetitiveLandscape10kOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/PCCompetitiveLandscape10kOutputSchema'
          - items:
              $ref: '#/components/schemas/PCCompetitiveLandscape10kOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[PCCompetitiveLandscape10kOutputSchema]
    WebsiteTrafficOutputSchema:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        accuracy:
          type: integer
          title: Accuracy
        bounced_visits:
          type: integer
          title: Bounced Visits
        bounce_rate:
          type: number
          title: Bounce Rate
        channel:
          type: string
          title: Channel
        desktop_share:
          type: integer
          title: Desktop Share
        device_type:
          type: string
          title: Device Type
        direct:
          type: integer
          title: Direct
        display_ad:
          type: integer
          title: Display Ad
        mail:
          type: integer
          title: Mail
        mobile_bounce_rate:
          type: integer
          title: Mobile Bounce Rate
        mobile_hits:
          type: integer
          title: Mobile Hits
        mobile_pages_per_visit:
          type: integer
          title: Mobile Pages Per Visit
        mobile_share:
          type: integer
          title: Mobile Share
        mobile_users:
          type: integer
          title: Mobile Users
        mobile_visits:
          type: integer
          title: Mobile Visits
        pages_per_visit:
          type: integer
          title: Pages Per Visit
        paid:
          type: integer
          title: Paid
        referral:
          type: integer
          title: Referral
        rank:
          type: integer
          title: Rank
        search:
          type: integer
          title: Search
        search_organic:
          type: integer
          title: Search Organic
        social_paid:
          type: integer
          title: Social Paid
        target:
          type: string
          title: Target
        time_on_site:
          type: integer
          title: Time On Site
        unknown_channel:
          type: integer
          title: Unknown Channel
        users:
          type: integer
          title: Users
        visits:
          type: integer
          title: Visits
        month_period:
          type: string
          title: Month Period
      type: object
      title: WebsiteTrafficOutputSchema
    V2BusinessEnrichRow_CompanyHierarchiesOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/CompanyHierarchiesOutputSchema'
          - items:
              $ref: '#/components/schemas/CompanyHierarchiesOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[CompanyHierarchiesOutputSchema]
    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
    V2BusinessEnrichResponse_CompanyWebsiteKeywordsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_CompanyWebsiteKeywordsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[CompanyWebsiteKeywordsOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichRow_FirmographicsOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/FirmographicsOutputSchema'
          - items:
              $ref: '#/components/schemas/FirmographicsOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[FirmographicsOutputSchema]
    BomboraIntentEnrichmentParams:
      properties:
        topics:
          items:
            type: string
          type: array
          title: Topics
        min_score:
          type: integer
          title: Min Score
      additionalProperties: false
      type: object
      title: BomboraIntentEnrichmentParams
    V2BusinessEnrichRow_V2CompanyRatingsByEmployeesOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/V2CompanyRatingsByEmployeesOutputSchema'
          - items:
              $ref: '#/components/schemas/V2CompanyRatingsByEmployeesOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[V2CompanyRatingsByEmployeesOutputSchema]
    V2BusinessEnrichRow_LookalikesOutputSchema_:
      properties:
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
        data:
          anyOf:
          - $ref: '#/components/schemas/LookalikesOutputSchema'
          - items:
              $ref: '#/components/schemas/LookalikesOutputSchema'
            type: array
          title: Data
      type: object
      required:
      - business_id
      title: V2BusinessEnrichRow[LookalikesOutputSchema]
    V2BusinessEnrichResponse_V2LinkedinCompaniesPostsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_V2LinkedinCompaniesPostsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[V2LinkedinCompaniesPostsOutputSchema]
      description: This is base response model for all responses in partner service.
    V2BusinessEnrichResponse_FinancialIndicatorsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          items:
            $ref: '#/components/schemas/V2BusinessEnrichRow_FinancialIndicatorsOutputSchema_'
          type: array
          title: Data
        total_results:
          type: integer
          title: Total Results
      type: object
      required:
      - response_context
      - data
      - total_results
      title: V2BusinessEnrichResponse[FinancialIndicatorsOutputSchema]
      description: This is base response model for all responses in partner service.
    LookalikesOutputSchema:
      properties:
        business_id:
          type: string
     

# --- 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