> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Brand Information

> Returns identity and metadata for a specific brand — including company details, industries, key people, social links, competitors, and basic activity indicators. Does not include sponsor performance data or sponsored creator lists.



## OpenAPI

````yaml /api-v3/api-v3.yaml get /sponsor/information
openapi: 3.1.0
info:
  version: 1.0.0
  title: CreatorDB Headless API V3
  description: '# CreatorDB Headless API V3'
  contact:
    name: CreatorDB
    url: https://www.creatordb.app
    email: support@creatordb.app
  license:
    url: http://www.apache.org/licenses/LICENSE-2.0.html
    name: Apache 2.0
servers:
  - url: https://apiv3.creatordb.app
    description: Production Environment (CreatorDB Headless API V3)
security:
  - ApiKeyAuth: []
tags:
  - name: Brand
    description: Brand analysis endpoints including sponsor search and brand reports.
  - name: Facebook
    description: Facebook creator data endpoints with metrics and search capabilities.
  - name: General Operations
    description: >-
      General-purpose endpoints such as API status, content retrieval, and
      cross-platform operations.
  - name: Instagram
    description: >-
      Instagram creator data endpoints with metrics and advanced search
      capabilities.
  - name: Niches
    description: >-
      Niche-related endpoints for content category analysis and related
      searches.
  - name: Threads
    description: Threads creator data endpoints with basic metrics and historical data.
  - name: TikTok
    description: >-
      TikTok creator data endpoints with metrics and advanced search
      functionality.
  - name: Topic
    description: Topic-based analysis and reporting endpoints for content categorization.
  - name: YouTube
    description: >-
      YouTube creator data endpoints including basic metrics, historical data,
      and detailed analytics.
paths:
  /sponsor/information:
    get:
      tags:
        - Sponsor
      summary: Get Brand Information
      description: >-
        Returns identity and metadata for a specific brand — including company
        details, industries, key people, social links, competitors, and basic
        activity indicators. Does not include sponsor performance data or
        sponsored creator lists.
      operationId: getSponsorInformation
      parameters:
        - schema:
            type: string
            minLength: 1
            pattern: ^[a-zA-Z0-9._-]+$
            description: >-
              Brand's unique identifier, typically the primary domain. Allowed
              characters: letters (a-z, A-Z), digits (0-9), periods (.),
              underscores (_), and hyphens (-).
            example: acer.com
          required: true
          name: brandId
          in: query
      responses:
        '200':
          description: Detailed brand profile information returned successfully.
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      brandId:
                        type: string
                        description: >-
                          Unique brand identifier, typically the brand's primary
                          domain.
                        example: acer.com
                      name:
                        type: string
                        description: Brand's display name.
                        example: Acer
                      alias:
                        type: array
                        items:
                          type: string
                        description: Alternative domains and names for this brand.
                        example:
                          - acer.co
                          - store.acer.com
                          - acer.link
                      logo:
                        type: string
                        description: URL of the brand's logo.
                        example: https://i.imgur.com/bazrFjP.png
                      description:
                        type: string
                        description: Short description of the brand.
                        example: >-
                          Acer is a Taiwanese multinational hardware and
                          electronics corporation.
                      companySize:
                        type: string
                        description: >-
                          Estimated company size by employee count, as a range
                          (e.g., `501-1,000`).
                        example: 501-1,000
                      keyPeople:
                        type: array
                        items:
                          type: string
                        description: Notable people associated with the brand.
                        example:
                          - Carolyn Yeh
                          - George Huang
                          - Stan Shih
                      industries:
                        type: array
                        items:
                          type: string
                        description: >-
                          Industries the brand operates in. See [Industry
                          List](https://docs.creatordb.app/api-v2/industry-list)
                          for all possible values.
                        example:
                          - Computer
                          - ConsumerElectronics
                          - Hardware
                      country:
                        type: string
                        description: Headquarters country in ISO 3166-1 alpha-3 format.
                        example: TWN
                      location:
                        type: string
                        description: City-level headquarters location.
                        example: Taipei, Taiwan
                      website:
                        type: string
                        description: Brand's official website URL.
                        example: http://www.acer.com
                      socialMedia:
                        type: array
                        items:
                          type: object
                          properties:
                            platform:
                              type: string
                              description: >-
                                Social media platform name. Canonical values:
                                see PRD Reference: socialMedia standardized
                                platforms.
                              example: facebook
                            url:
                              type: string
                              description: URL to the brand's social media profile
                              example: https://www.facebook.com/Acer
                          required:
                            - platform
                            - url
                          description: >-
                            Brand social link with canonical platform key
                            (restructured from v1_brandReport.socialMedia string
                            array)
                        description: Brand's social media presence.
                      competitors:
                        type: array
                        items:
                          type: string
                        description: Known competitor brands.
                        example:
                          - Apple
                          - HP
                          - ASUS
                      totalSponsoredContent:
                        type: integer
                        minimum: 0
                        description: >-
                          Total count of sponsored content pieces detected
                          across the platforms in `activePlatforms`.
                        example: 278
                      activePlatforms:
                        type: array
                        items:
                          type: string
                        description: >-
                          Social media platforms where this brand's sponsored
                          content has been detected.
                        example:
                          - youtube
                          - instagram
                    required:
                      - brandId
                      - name
                      - alias
                      - logo
                      - description
                      - companySize
                      - keyPeople
                      - industries
                      - country
                      - location
                      - website
                      - socialMedia
                      - competitors
                      - totalSponsoredContent
                      - activePlatforms
                    description: >-
                      Identity and metadata for a specific brand, such as
                      company details, industries, and competitors. Does not
                      include sponsored content performance metrics or sponsored
                      creator relationships.
                  traceId:
                    type: string
                    description: Unique trace ID for each request.
                    example: f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0
                  timestamp:
                    type: integer
                    description: >-
                      Time the response was generated, represented as a Unix
                      timestamp in milliseconds.
                    example: 1750732453635
                  creditsAvailable:
                    type: number
                    description: >-
                      Remaining credits available for this API key after the
                      current request.
                    example: 975
                  creditsUsed:
                    type: number
                    description: Number of API credits consumed by this request.
                    example: 25
                  errorCode:
                    type: string
                    description: >-
                      Error code returned if the request fails. Empty if the
                      request is successful.
                    example: ''
                  errorDescription:
                    type: string
                    description: >-
                      Description of the error. Empty if the request is
                      successful.
                    example: ''
                  success:
                    type: boolean
                    description: '`true` if the request is successful.'
                    example: true
                required:
                  - data
                  - traceId
                  - timestamp
                  - creditsAvailable
                  - creditsUsed
                  - errorCode
                  - errorDescription
                  - success
                description: >-
                  Sponsor Information API response with full brand identity
                  metadata
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      description: The valid CreatorDB API key for authentication.
      name: api-key
      in: header

````