Explorium Business Enrichments API

Single-record company enrichments (v1): firmographics, technographics, webstack, website traffic and changes, financial indicators, funding and acquisition, workforce trends, company hierarchies, ratings, lookalikes, Bombora intent, and 10-K derived strategy/competitive/challenge analysis.

OpenAPI Specification

explorium-businessenrichments-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Partner Service Business Enrichments API
  version: 0.3.19
servers:
- url: https://api.explorium.ai
  description: AgentSource Server
tags:
- name: BusinessEnrichments
paths:
  /v1/businesses/bombora_intent/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Bombora Intent
      operationId: businesses_bombora_intent_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BomboraIntentEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_BomboraIntentOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_hierarchies/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Company Hierarchies
      operationId: businesses_company_hierarchies_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_CompanyHierarchiesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_ratings_by_employees/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Company Ratings By Employees
      operationId: businesses_company_ratings_by_employees_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_CompanyRatingsByEmployeesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/company_website_keywords/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Company Website Keywords
      operationId: businesses_company_website_keywords_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CompanyWebsiteKeywordsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_CompanyWebsiteKeywordsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/financial_indicators/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Financial Indicators
      operationId: businesses_financial_indicators_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/FinancialIndicatorsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_FinancialIndicatorsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/firmographics/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Firmographics
      operationId: businesses_firmographics_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_FirmographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/funding_and_acquisition/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Funding And Acquisition
      operationId: businesses_funding_and_acquisition_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_FundingAndAcquisitionOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/linkedin_posts/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Linkedin Posts
      operationId: businesses_linkedin_posts_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/partner_service__models__businesses__enrich_requests__LinkedInPostsEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_LinkedinCompaniesPostsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/lookalikes/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Lookalikes
      operationId: businesses_lookalikes_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_LookalikesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_business_challenges_10k/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Pc Business Challenges 10K
      operationId: businesses_pc_business_challenges_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_PCBusinessChallenges10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_competitive_landscape_10k/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Pc Competitive Landscape 10K
      operationId: businesses_pc_competitive_landscape_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_PCCompetitiveLandscape10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/pc_strategy_10k/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Pc Strategy 10K
      operationId: businesses_pc_strategy_10k_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_PCStrategy10kOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/technographics/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Technographics
      operationId: businesses_technographics_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_TechnographicsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/website_changes/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Website Changes
      operationId: businesses_website_changes_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_WebsiteChangesOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/website_traffic/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Website Traffic
      operationId: businesses_website_traffic_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/WebsiteTrafficEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_WebsiteTrafficOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/webstack/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Webstack
      operationId: businesses_webstack_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_WebstackOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
  /v1/businesses/workforce_trends/enrich:
    post:
      tags:
      - BusinessEnrichments
      summary: Workforce Trends
      operationId: businesses_workforce_trends_enrich
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BusinessesEnrichRequest'
        required: true
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BusinessesEnrichResponse_WorkforceTrendsOutputSchema_'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      security:
      - APIKeyHeader: []
      - APIKeyHeader: []
components:
  schemas:
    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
    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."
    BusinessesEnrichResponse_CompanyWebsiteKeywordsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/CompanyWebsiteKeywordsOutputSchema'
          - items:
              $ref: '#/components/schemas/CompanyWebsiteKeywordsOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[CompanyWebsiteKeywordsOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesEnrichResponse_WebsiteTrafficOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/WebsiteTrafficOutputSchema'
          - items:
              $ref: '#/components/schemas/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
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[WebsiteTrafficOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesEnrichResponse_TechnographicsOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/TechnographicsOutputSchema'
          - items:
              $ref: '#/components/schemas/TechnographicsOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[TechnographicsOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesEnrichResponse_WebstackOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/WebstackOutputSchema'
          - items:
              $ref: '#/components/schemas/WebstackOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[WebstackOutputSchema]
      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
    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
    LinkedinCompaniesPostsOutputSchema:
      properties:
        display_name:
          type: string
          title: Display Name
        post_text:
          type: string
          title: Post Text
        days_since_posted:
          type: integer
          title: Days Since Posted
        post_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: Post Url
        number_of_comments:
          type: integer
          title: Number Of Comments
        number_of_likes:
          type: integer
          title: Number Of Likes
        created_at:
          type: string
          format: date-time
          title: Created At
      type: object
      title: LinkedinCompaniesPostsOutputSchema
    BomboraIntentEnrichmentParams:
      properties:
        topics:
          items:
            type: string
          type: array
          title: Topics
        min_score:
          type: integer
          title: Min Score
      additionalProperties: false
      type: object
      title: BomboraIntentEnrichmentParams
    BusinessesEnrichResponse_LookalikesOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/LookalikesOutputSchema'
          - items:
              $ref: '#/components/schemas/LookalikesOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[LookalikesOutputSchema]
      description: This is base response model for all responses in partner service.
    NumberOfEmployeesRange:
      type: string
      enum:
      - 1-10
      - 11-50
      - 51-200
      - 201-500
      - 501-1000
      - 1001-5000
      - 5001-10000
      - 10001+
      title: NumberOfEmployeesRange
      description: 'The `NumberOfEmployeesRange` class is an enumeration that represents predefined ranges

        for the number of employees in a company. These ranges are used for filtering and

        categorizing companies based on their workforce size.'
    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
    BusinessesEnrichResponse_FundingAndAcquisitionOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/FundingAndAcquisitionOutputSchema'
          - items:
              $ref: '#/components/schemas/FundingAndAcquisitionOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[FundingAndAcquisitionOutputSchema]
      description: This is base response model for all responses in partner service.
    BusinessesEnrichResponse_CompanyHierarchiesOutputSchema_:
      properties:
        response_context:
          $ref: '#/components/schemas/ResponseContext'
        data:
          anyOf:
          - $ref: '#/components/schemas/CompanyHierarchiesOutputSchema'
          - items:
              $ref: '#/components/schemas/CompanyHierarchiesOutputSchema'
            type: array
          title: Data
        entity_id:
          anyOf:
          - type: string
            pattern: ^[a-f0-9]{32}$
          - type: string
            pattern: ^[a-f0-9]{40}$
          title: Entity Id
      type: object
      required:
      - response_context
      title: BusinessesEnrichResponse[CompanyHierarchiesOutputSchema]
      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.
    partner_service__models__businesses__enrich_requests__LinkedInPostsEnrichRequest:
      properties:
        request_context:
          type: object
          title: Request Context
          marked_for_null_replacement: true
          nullable: true
        parameters:
          $ref: '#/components/schemas/LinkedInPostsEnrichmentParams'
        business_id:
          type: string
          pattern: ^[a-f0-9]{32}$
          title: Business Id
      additionalProperties: false
      type: object
      required:
      - business_id
      title: LinkedInPostsEnrichRequest
    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|cocos\ \(keeling\)\ islands|switzerland|chile|china|côte\ d'ivoire|cameroon|congo,\ the\ democratic\ republic\ of\ the|congo|cook\ islands|colombia|comoros|cabo\ verde|costa\ rica|cuba|curaçao|christmas\ island|cayman\ islands|cyprus|czechia|germany|djibouti|dominica|denmark|dominican\ republic|algeria|ecuador|egypt|eritrea|western\ sahara|spain|estonia|ethiopia|finland|fiji|falkland\ islands\ \(malvinas\)|france|faroe\ islands|micronesia,\ federated\ states\ of|gabon|united\ kingdom|georgia|guernsey|ghana|gibraltar|guinea|guadeloupe|gambia|guinea\-bissau|equatorial\ guinea|greece|grenada|greenland|guatemala|french\ guiana|guam|guyana|hong\ kong|heard\ island\ and\ mcdonald\ islands|honduras|croatia|haiti|hungary|indonesia|isle\ of\ man|india|british\ indian\ ocean\ territory|ireland|iran,\ islamic\ republic\ of|iraq|iceland|israel|italy|jamaica|jersey|jordan|japan|kazakhstan|kenya|kyrgyzstan|cambodia|kiribati|saint\ kitts\ and\ nevis|korea,\ republic\ of|kuwait|lao\ people's\ democratic\ republic|lebanon|liberia|libya|saint\ lucia|liechtenstein|sri\ lanka|lesotho|lithuania|luxembourg|latvia|macao|saint\ martin\ \(french\ part\)|morocco|monaco|moldova,\ republic\ of|madagascar|maldives|mexico|marshall\ islands|north\ macedonia|mali|malta|myanmar|montenegro|mongolia|northern\ mariana\ islands|mozambique|mauritania|montserrat|martinique|mauritius|malawi|malaysia|mayotte|namibia|new\ caledonia|niger|norfolk\ island|nigeria|nicaragua|niue|netherlands|norway|nepal|nauru|new\ zealand|oman|pakistan|panama|pitcairn|peru|philippines|palau|papua\ new\ guinea|poland|puerto\ rico|korea,\ democratic\ people's\ republic\ of|portugal|paraguay|palestine,\ state\ of|french\ polynesia|qatar|réunion|romania|russi

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