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

> Retrieve sponsorship data for a specified Instagram creator, including current and past brand partnerships with performance metrics.<br /><br />Optionally pass `fields` in the request body to limit how many sponsoring brands are returned. You are billed per brand returned, capped at the full-bundle price. Fractional calls must be enabled on your API key. Otherwise, a request that includes `fields` returns a `400` error (`FractionalCallsNotEnabled`). Per-brand costs are not published yet. For how fractional calls work, see [Fractional Calls](/api-v3/fractional-calls).



## OpenAPI

````yaml /api-v3/api-v3.yaml post /instagram/sponsorship
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:
  /instagram/sponsorship:
    post:
      tags:
        - Instagram
      summary: Get Sponsorship Information
      description: >-
        Retrieve sponsorship data for a specified Instagram creator, including
        current and past brand partnerships with performance metrics.<br /><br
        />Optionally pass `fields` in the request body to limit how many
        sponsoring brands are returned. You are billed per brand returned,
        capped at the full-bundle price. Fractional calls must be enabled on
        your API key. Otherwise, a request that includes `fields` returns a
        `400` error (`FractionalCallsNotEnabled`). Per-brand costs are not
        published yet. For how fractional calls work, see [Fractional
        Calls](/api-v3/fractional-calls).
      operationId: getInstagramSponsorship
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
                - uniqueId
              properties:
                uniqueId:
                  type: string
                  description: >-
                    Instagram account ID. Accepts `instagram` or `@instagram`
                    format (@ is stripped automatically).
                  pattern: ^@?[a-zA-Z0-9._]+$
                  minLength: 1
                  maxLength: 31
                  examples:
                    - instagram
                fields:
                  type: object
                  description: >-
                    Map `sponsorList` to the number of sponsoring brands to
                    return. Omit or pass an empty object to return all brands at
                    the full-bundle price. Per-brand costs are not published
                    yet.
                  properties:
                    sponsorList:
                      type: integer
                      description: Number of sponsoring brands to return.
                      examples:
                        - 5
      responses:
        '200':
          description: Instagram sponsorship data returned successfully.
          content:
            application/json:
              schema:
                type: object
                description: >-
                  Instagram sponsorship API response with sponsor-grouped
                  content and performance metrics.
                properties:
                  data:
                    type: object
                    description: >-
                      Retrieve recently sponsored Instagram posts and reels data
                      for a specified creator.
                    properties:
                      sponsorList:
                        type: array
                        description: List of sponsors and their associated branded content.
                        items:
                          type: object
                          description: >-
                            A sponsor's branded posts and aggregated performance
                            metrics.
                          properties:
                            brandName:
                              type: string
                              description: The sponsor name.
                              examples:
                                - Acer
                            brandId:
                              type: string
                              description: >-
                                The official website URL or unique identifier of
                                the sponsor.
                              examples:
                                - acer.com
                            brandIgIds:
                              type: array
                              description: The Instagram handles of the sponsor.
                              examples:
                                - - acer
                              items:
                                type: string
                            sponsoredImages:
                              type: array
                              description: Recent sponsored Instagram image post data.
                              items:
                                type: object
                                description: A recent sponsored Instagram image post.
                                properties:
                                  publishTime:
                                    type: integer
                                    description: >-
                                      Publish time, represented as a Unix
                                      timestamp in milliseconds.
                                    examples:
                                      - 1752392905000
                                  contentId:
                                    type: string
                                    description: >-
                                      The unique identifier. Represented as
                                      follows:
                                      `https://www.instagram.com/p/{imageId}`
                                    examples:
                                      - DMCkc5CyZdf
                                  isSponsored:
                                    type: boolean
                                    description: '`true` if sponsored.'
                                    examples:
                                      - true
                                  description:
                                    type: string
                                    description: >-
                                      The post caption, including emojis and
                                      line breaks.
                                    examples:
                                      - |-
                                        突然覺得這輩子一定要好好賺錢
                                        以後都搭商務艙😭😭😭
                                  coverImageUrl:
                                    type: string
                                    description: The first image URL in an image post.
                                    examples:
                                      - >-
                                        https://www.instagram.com/p/DMCkc5CyZdf/media/?size=l
                                  carouselImageUrls:
                                    type: array
                                    description: URLs of images in the Instagram post.
                                    examples:
                                      - - >-
                                          https://instagram.ftpe7-2.fna.fbcdn.net/v/GfDr0Q&oe=68A5CBD8&_nc_sid=7a9f4b
                                        - >-
                                          https://instagram.ftpe7-2.fna.fbcdn.net/v/ttjknzBbXhk2y8g9
                                    items:
                                      type: string
                                  igGeoTaggedLocation:
                                    type:
                                      - object
                                      - 'null'
                                    description: Tagged location.
                                    properties:
                                      lat:
                                        type: number
                                        description: Latitude of the geo-tagged location.
                                        examples:
                                          - 25.033964
                                      lng:
                                        type: number
                                        description: Longitude of the geo-tagged location.
                                        examples:
                                          - 121.564468
                                      name:
                                        type: string
                                        description: Name of the geo-tagged location.
                                        examples:
                                          - Taipei 101
                                    required:
                                      - lat
                                      - lng
                                      - name
                                  likes:
                                    type: integer
                                    description: Number of likes.
                                    examples:
                                      - 15840
                                  comments:
                                    type: integer
                                    description: Number of comments.
                                    examples:
                                      - 121
                                  engagementRate:
                                    type: number
                                    description: >-
                                      Engagement rate, rounded to 4th decimal
                                      place. <br /> *Engagement Rate &#61;
                                      (Likes + Comments)/ Followers*
                                    examples:
                                      - 0.1201
                                  hashtags:
                                    type: array
                                    description: Keywords used in the post description.
                                    examples:
                                      - - '#激瘦挖腰連身泳衣'
                                    items:
                                      type: string
                                  taggedCreators:
                                    type: array
                                    description: Tagged creators.
                                    examples:
                                      - - lalalalisa_m
                                    items:
                                      type: string
                                required:
                                  - publishTime
                                  - contentId
                                  - isSponsored
                                  - description
                                  - coverImageUrl
                                  - carouselImageUrls
                                  - igGeoTaggedLocation
                                  - likes
                                  - comments
                                  - engagementRate
                                  - hashtags
                                  - taggedCreators
                            sponsoredReels:
                              type: array
                              description: Recently sponsored Instagram reels.
                              items:
                                type: object
                                description: A recent sponsored Instagram reel.
                                properties:
                                  publishTime:
                                    type: integer
                                    description: >-
                                      Publish time, represented as a Unix
                                      timestamp in milliseconds.
                                    examples:
                                      - 1752902842000
                                  contentId:
                                    type: string
                                    description: >-
                                      The unique identifier. Represented as
                                      follows:
                                      `https://www.instagram.com/reel/{reelId}`
                                    examples:
                                      - DMRw6T2St3ui
                                  isSponsored:
                                    type: boolean
                                    description: '`true` if sponsored.'
                                    examples:
                                      - false
                                  description:
                                    type: string
                                    description: >-
                                      The reel caption, including emojis and
                                      line breaks.
                                    examples:
                                      - 史上最優惠：買一件內衣 就送一件面膜內褲🎉
                                  coverImageUrl:
                                    type: string
                                    description: The cover image URL.
                                    examples:
                                      - >-
                                        https://www.instagram.com/p/DMCkc5CyZdf/media/?size=l
                                  igGeoTaggedLocation:
                                    type:
                                      - object
                                      - 'null'
                                    description: Tagged location.
                                    properties:
                                      lat:
                                        type: number
                                        description: Latitude of the geo-tagged location.
                                        examples:
                                          - 25.033964
                                      lng:
                                        type: number
                                        description: Longitude of the geo-tagged location.
                                        examples:
                                          - 121.564468
                                      name:
                                        type: string
                                        description: Name of the geo-tagged location.
                                        examples:
                                          - Taipei 101
                                    required:
                                      - lat
                                      - lng
                                      - name
                                  likes:
                                    type: integer
                                    description: Number of likes.
                                    examples:
                                      - 15840
                                  comments:
                                    type: integer
                                    description: Number of comments.
                                    examples:
                                      - 121
                                  views:
                                    type: integer
                                    description: Number of views.
                                    examples:
                                      - 3469
                                  engagementRate:
                                    type: number
                                    description: >-
                                      Engagement rate, rounded to 4th decimal
                                      place. <br /> - *Engagement Rate &#61;
                                      (Likes + Comments) / Followers*
                                    examples:
                                      - 0.1201
                                  hashtags:
                                    type: array
                                    description: Keywords in the reel description.
                                    examples:
                                      - - '#激瘦挖腰連身泳衣'
                                    items:
                                      type: string
                                  taggedCreators:
                                    type: array
                                    description: Tagged creators.
                                    examples:
                                      - - lalalalisa_m
                                    items:
                                      type: string
                                required:
                                  - publishTime
                                  - contentId
                                  - isSponsored
                                  - description
                                  - coverImageUrl
                                  - igGeoTaggedLocation
                                  - likes
                                  - comments
                                  - views
                                  - engagementRate
                                  - hashtags
                                  - taggedCreators
                            sponsoredImagesPerformance:
                              type: object
                              description: >-
                                Performance metrics for sponsored Instagram
                                image posts broken down by brands.
                              properties:
                                likes:
                                  type: object
                                  properties:
                                    all:
                                      type: integer
                                      description: Total number of likes.
                                      minimum: 0
                                      examples:
                                        - 2459
                                    avg:
                                      type: integer
                                      description: >-
                                        Average number of likes per sponsored
                                        image post, rounded to an integer.
                                      minimum: 0
                                      examples:
                                        - 100
                                    median:
                                      type: integer
                                      description: Median number of likes.
                                      minimum: 0
                                      examples:
                                        - 120
                                    min:
                                      type: integer
                                      description: Minimum number of likes.
                                      minimum: 0
                                      examples:
                                        - 50
                                    max:
                                      type: integer
                                      description: Maximum number of likes.
                                      minimum: 0
                                      examples:
                                        - 988
                                  required:
                                    - all
                                    - avg
                                    - median
                                    - min
                                    - max
                                comments:
                                  type: object
                                  properties:
                                    all:
                                      type: integer
                                      description: Total number of comments.
                                      minimum: 0
                                      examples:
                                        - 2459
                                    avg:
                                      type: integer
                                      description: >-
                                        Average number of comments per sponsored
                                        image post, rounded to an integer.
                                      minimum: 0
                                      examples:
                                        - 100
                                    median:
                                      type: integer
                                      description: Median number of comments.
                                      minimum: 0
                                      examples:
                                        - 120
                                    min:
                                      type: integer
                                      description: Minimum number of comments.
                                      minimum: 0
                                      examples:
                                        - 50
                                    max:
                                      type: integer
                                      description: Maximum number of comments.
                                      minimum: 0
                                      examples:
                                        - 988
                                  required:
                                    - all
                                    - avg
                                    - median
                                    - min
                                    - max
                                engagement:
                                  type: object
                                  description: >-
                                    Engagement performance metrics including
                                    rates, per-follower statistics and
                                    consistency analysis.
                                  properties:
                                    avgEngagementRate:
                                      type: number
                                      description: >-
                                        Average engagement rate per image post
                                        (excluding older pinned image posts),
                                        rounded to 4th decimal place <br />

                                        - *Engagement Rate &#61; (Likes +
                                        Comments) / Followers*
                                      minimum: 0
                                      examples:
                                        - 0.5201
                                    likesPerFollower:
                                      type: number
                                      description: >-
                                        Average number of likes per follower on
                                        image posts, rounded to 4th decimal
                                        place.
                                      minimum: 0
                                      examples:
                                        - 0.1111
                                    commentsPerFollower:
                                      type: number
                                      description: >-
                                        Average number of comments per follower
                                        on image posts, rounded to 4th decimal
                                        place.
                                      minimum: 0
                                      examples:
                                        - 0.1111
                                    engagementConsistency:
                                      type: object
                                      description: >-
                                        Consistency of engagement performance of
                                        sponsored Instagram image posts broken
                                        down by brands.
                                      properties:
                                        cv:
                                          type: number
                                          description: >-
                                            *cv &#61; Standard Deviation of
                                            Engagement Rate/ Mean Engagement Rate*
                                            <br />

                                            - The value is rounded to 4th decimal
                                            place. <br />

                                            - Lower values indicate more consistent
                                            performance. <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 0.5201
                                        medianVsMean:
                                          type: number
                                          description: >-
                                            *medianVsMean &#61; Median Engagement
                                            Rate/ Mean Engagement Rate* <br />

                                            - The value is rounded to 4th decimal
                                            place <br />

                                            - Values closer to `1` indicate more
                                            consistent performance. <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 0.9001
                                        topBottomRatio:
                                          type: number
                                          description: >-
                                            *topBottomRatio &#61; avg(Top 3
                                            Engagement) / avg(Bottom 3 Engagement)*
                                            <br />

                                            - The value is rounded to 4th decimal
                                            place <br />

                                            - Lower ratios indicate more consistent
                                            performance <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 1.2001
                                        consistencyScore:
                                          type:
                                            - integer
                                            - 'null'
                                          description: >-
                                            *consistencyScore &#61; 100 -
                                            [(cvScore\*weight_cv) +
                                            (topBottomScore\*weight_topBottom) +
                                            (medianVsMeanScore\*weight_medianVsMean)]*
                                            <br />

                                            - The score is rounded to an integer.
                                            <br />

                                            - A higher score indicates more stable
                                            and consistent performance. <br />

                                            - Returns `null` when any of the three
                                            indicators (`cv`, `medianVsMean`,
                                            `topBottomRatio`) is `0`, indicating
                                            insufficient data.
                                          minimum: 0
                                          maximum: 100
                                          examples:
                                            - 63
                                        consistencyLevel:
                                          type: string
                                          enum:
                                            - high
                                            - moderate
                                            - low
                                            - null
                                          description: >-
                                            A qualitative label based on the
                                            `consistencyScore`: <br />

                                            - high: 81 - 100 <br />

                                            - moderate: 51 - 80 <br />

                                            - low: 1 - 50 <br />

                                            - Returns `null` when `consistencyScore`
                                            is `null`, indicating insufficient data.
                                          examples:
                                            - moderate
                                      required:
                                        - cv
                                        - medianVsMean
                                        - topBottomRatio
                                        - consistencyScore
                                        - consistencyLevel
                                  required:
                                    - avgEngagementRate
                                    - likesPerFollower
                                    - commentsPerFollower
                                    - engagementConsistency
                              required:
                                - likes
                                - comments
                                - engagement
                            sponsoredReelsPerformance:
                              type: object
                              description: >-
                                Performance metrics for sponsored Instagram
                                reels broken down by brands.
                              properties:
                                likes:
                                  type: object
                                  properties:
                                    all:
                                      type: integer
                                      description: Total number of likes.
                                      minimum: 0
                                      examples:
                                        - 2459
                                    avg:
                                      type: number
                                      description: >-
                                        Average number of likes per reel,
                                        rounded to an integer.
                                      minimum: 0
                                      examples:
                                        - 100
                                    median:
                                      type: number
                                      description: Median number of likes.
                                      minimum: 0
                                      examples:
                                        - 120
                                    min:
                                      type: number
                                      description: Minimum number of likes.
                                      minimum: 0
                                      examples:
                                        - 50
                                    max:
                                      type: number
                                      description: Maximum number of likes.
                                      minimum: 0
                                      examples:
                                        - 988
                                  required:
                                    - all
                                    - avg
                                    - median
                                    - min
                                    - max
                                comments:
                                  type: object
                                  properties:
                                    all:
                                      type: integer
                                      description: Total number of comments.
                                      minimum: 0
                                      examples:
                                        - 2459
                                    avg:
                                      type: number
                                      description: >-
                                        Average number of comments per reel,
                                        rounded to an integer.
                                      minimum: 0
                                      examples:
                                        - 100
                                    median:
                                      type: number
                                      description: Median number of comments.
                                      minimum: 0
                                      examples:
                                        - 120
                                    min:
                                      type: number
                                      description: Minimum number of comments.
                                      minimum: 0
                                      examples:
                                        - 50
                                    max:
                                      type: number
                                      description: Maximum number of comments.
                                      minimum: 0
                                      examples:
                                        - 988
                                  required:
                                    - all
                                    - avg
                                    - median
                                    - min
                                    - max
                                views:
                                  type: object
                                  properties:
                                    all:
                                      type: integer
                                      description: Total number of views.
                                      minimum: 0
                                      examples:
                                        - 2459
                                    avg:
                                      type: number
                                      description: >-
                                        Average number of views per reel,
                                        rounded to an integer.
                                      minimum: 0
                                      examples:
                                        - 100
                                    median:
                                      type: number
                                      description: Median number of views.
                                      minimum: 0
                                      examples:
                                        - 120
                                    min:
                                      type: number
                                      description: Minimum number of views.
                                      minimum: 0
                                      examples:
                                        - 50
                                    max:
                                      type: number
                                      description: Maximum number of views.
                                      minimum: 0
                                      examples:
                                        - 988
                                  required:
                                    - all
                                    - avg
                                    - median
                                    - min
                                    - max
                                engagement:
                                  type: object
                                  description: >-
                                    Engagement performance metrics broken down
                                    by brand, including standard engagement
                                    metrics and views per follower.
                                  properties:
                                    avgEngagementRate:
                                      type: number
                                      description: >-
                                        Average engagement rate per reel
                                        (excluding older pinned reels), rounded
                                        to 4th decimal place. <br />

                                        *Engagement Rate &#61; (Likes +
                                        Comments)/ Followers*
                                      minimum: 0
                                      examples:
                                        - 0.5201
                                    likesPerFollower:
                                      type: number
                                      description: >-
                                        Average number of likes per follower,
                                        rounded to 4th decimal place.
                                      minimum: 0
                                      examples:
                                        - 0.1111
                                    commentsPerFollower:
                                      type: number
                                      description: >-
                                        Average number of comments per follower,
                                        rounded to 4th decimal place.
                                      minimum: 0
                                      examples:
                                        - 0.1111
                                    viewsPerFollower:
                                      type: number
                                      description: >-
                                        Average number of views per follower,
                                        rounded to 4th decimal place.
                                      minimum: 0
                                      examples:
                                        - 0.1111
                                    engagementConsistency:
                                      type: object
                                      description: >-
                                        Consistency of engagement performance of
                                        sponsored Instagram reels broken down by
                                        brands.
                                      properties:
                                        cv:
                                          type: number
                                          description: >-
                                            *cv &#61; Standard Deviation of
                                            Engagement Rate/Mean Engagement Rate*
                                            <br />

                                            - The value is rounded to 4th decimal
                                            place. <br />

                                            - Lower values indicate more consistent
                                            performance. <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 0.5201
                                        medianVsMean:
                                          type: number
                                          description: >-
                                            *medianVsMean &#61; Median Engagement
                                            Rate/ Mean Engagement Rate* <br />

                                            - The value is rounded to 4th decimal
                                            place <br />

                                            - Values closer to `1` indicate more
                                            consistent performance. <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 0.9001
                                        topBottomRatio:
                                          type: number
                                          description: >-
                                            *topBottomRatio &#61; avg(Top 3
                                            Engagement)/avg(Bottom 3 Engagement)*
                                            <br />

                                            - The value is rounded to 4th decimal
                                            place. <br />

                                            - Lower ratios indicate more consistent
                                            performance. <br />

                                            - *A value of `0` indicates insufficient
                                            data.*
                                          minimum: 0
                                          examples:
                                            - 1.2001
                                        consistencyScore:
                                          type:
                                            - integer
                                            - 'null'
                                          description: >-
                                            *consistencyScore &#61; 100 -
                                            [(cvScore*weight_cv) +
                                            (topBottomScore*weight_topBottom) +
                                            (medianVsMeanScore*weight_medianVsMean)]*
                                            <br />

                                            - The score is rounded to an integer.
                                            <br />

                                            - A higher score indicates more stable
                                            and consistent performance. <br />

                                            - Returns `null` when any of the three
                                            indicators (`cv`, `medianVsMean`,
                                            `topBottomRatio`) is `0`, indicating
                                            insufficient data.
                                          minimum: 0
                                          maximum: 100
                                          examples:
                                            - 63
                                        consistencyLevel:
                                          type: string
                                          enum:
                                            - high
                                            - moderate
                                            - low
                                            - null
                                          description: >-
                                            A qualitative label based on the
                                            `consistencyScore`: <br />

                                            - high: 81 - 100 <br />

                                            - moderate: 51 - 80 <br />

                                            - low: 1 - 50 <br />

                                            - Returns `null` when `consistencyScore`
                                            is `null`, indicating insufficient data.
                                          examples:
                                            - moderate
                                      required:
                                        - cv
                                        - medianVsMean
                                        - topBottomRatio
                                        - consistencyScore
                                        - consistencyLevel
                                  required:
                                    - avgEngagementRate
                                    - likesPerFollower
                                    - commentsPerFollower
                                    - viewsPerFollower
                                    - engagementConsistency
                              required:
                                - likes
                                - comments
                                - views
                                - engagement
                          required:
                            - brandName
                            - brandId
                            - brandIgIds
                            - sponsoredImages
                            - sponsoredReels
                            - sponsoredImagesPerformance
                            - sponsoredReelsPerformance
                    required:
                      - sponsorList
                  creditsUsed:
                    type: integer
                    description: Number of API credits consumed by this request.
                    examples:
                      - 1
                  creditsAvailable:
                    type: integer
                    description: Number of API credits remaining.
                    examples:
                      - -1
                  traceId:
                    type: string
                    description: Unique trace ID for each request.
                    examples:
                      - f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0
                  timestamp:
                    type: integer
                    description: >-
                      Time the response was generated, represented as a Unix
                      timestamp in milliseconds.
                    examples:
                      - 1750732453635
                  errorCode:
                    type: string
                    description: >-
                      Error code returned if the request fails. Empty if the
                      request is successful.
                    examples:
                      - ''
                  errorDescription:
                    type: string
                    description: >-
                      Description of the error. Empty if the request is
                      successful.
                    examples:
                      - ''
                  success:
                    type: boolean
                    description: '`true` if the request is successful.'
                    examples:
                      - true
                required:
                  - data
                  - traceId
                  - timestamp
                  - errorCode
                  - errorDescription
                  - success
                  - creditsUsed
                  - creditsAvailable
              examples:
                default:
                  value:
                    data:
                      sponsorList:
                        - brandName: ''
                          brandId: ''
                          brandIgIds:
                            - boss
                          sponsoredImages:
                            - publishTime: 1765812372000
                              contentId: DSSgDX6CPDJ
                              isSponsored: true
                              description: Staying cosy in BECKHAM x BOSS ❤️💚 @BOSS
                              coverImageUrl: >-
                                https://www.instagram.com/p/DSSgDX6CPDJ/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/586674147_18571109599024953_5473428891274672431_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzc4ODIzMTE4ODA4Nzg5MjMzMQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=mzrcZSW-0j8Q7kNvwErpPDc&_nc_oc=Admw5RjgGJ4UDaAVuMtABnS5QHxILSOiJVDXCjP69dP_g3--MHS7-6olEt3RMaoat6y9Fasxfhd9N22jT5rEkm72&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_Afp8OEFBBTKj7OwDiEIhAOU2BGSX_shgyaxagkFMtAXCFw&oe=69644E35
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587771643_18571109611024953_6383645157204960335_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ig_cache_key=Mzc4ODIzMTE4ODEwNDYxMjI1NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=g3STp4MqVg4Q7kNvwE-Irnu&_nc_oc=AdlVkw4ZzZXvdbkNryQmCTn9I-8jWPbkfJk5y8xuIMoHlosMgQ4HDsGx_NHRBDck8GNpu4okjdsidTJJjVM2ISde&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpxWLVJ4zZOBntDbPVF1oX1psoW_RH3sq6glkzuQ93PgA&oe=69643FF8
                              igGeoTaggedLocation: null
                              likes: 210144
                              comments: 1383
                              engagementRate: 0.0024
                              hashtags: []
                              taggedCreators: []
                            - publishTime: 1763980750000
                              contentId: DRb6grcCDRG
                              isSponsored: true
                              description: >-
                                Ready for Winter in BECKHAM x BOSS… So pleased
                                with the jacket and love the boots 🤎❄️ @BOSS
                              coverImageUrl: >-
                                https://www.instagram.com/p/DRb6grcCDRG/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/586676758_18567404911024953_9015316138915494417_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=Mzc3Mjg2NjQzMzU5NjgzMTkxNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=mULWBt9Jw94Q7kNvwF8mG4u&_nc_oc=AdnxesyvD-lQSXUgYaltcoWnZ3MVku-N7wx7aSvKjA1fqWXhZ7skbYaY_2ypFVGV63PDLobkwoQGGRJTzieseggu&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfqhBHX4ryPsQeC0bO8okN8-ALU1q2m5PmogOt8l6CIy6g&oe=69643A29
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587286274_18567404926024953_3025260660210148405_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzc3Mjg2NjQzMzkzMjM1MDMxNQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=wwq5b2U4G5sQ7kNvwFQUwj_&_nc_oc=AdmUCP-6GvSUNgFXt-YMhG52UdMwBe2_B-_EZOOlT7bBeCXAGJgvNPxHRJi9D3cpEnJzHvh5ZyA5v9CS1GiBHf1O&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpvCpIoJ2OGsJc7EsimTQFGAGPk4JpSK9CjOiC88CZHCA&oe=69644AB6
                              igGeoTaggedLocation: null
                              likes: 231362
                              comments: 1052
                              engagementRate: 0.0026
                              hashtags: []
                              taggedCreators: []
                            - publishTime: 1763468199000
                              contentId: DRMo5etCC1N
                              isSponsored: true
                              description: >-
                                Cosy winter weekends mean only one thing… a good
                                old English pub 😆🇬🇧 Keeping warm in BECKHAM x
                                BOSS 🖤 @BOSS
                              coverImageUrl: >-
                                https://www.instagram.com/p/DRMo5etCC1N/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/581983107_18566455720024953_8078967835574116917_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ig_cache_key=Mzc2ODU2Njg0NjkwNDEzODY5NQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=UauW65J5qOkQ7kNvwFCJXWN&_nc_oc=Admm-nC4UXPJHt-XOtFtoM_TqyQtVWrJoVqP6NoHNoXKecUImo_catgUUjz6nF6oyY0Hp9NCqGSNzOH0w4TZKTlh&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpgM1gKxNjfPdjOfEG_JERCeD87itV9vKrsp1rga_W1mQ&oe=69642E2C
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/582445515_18566455729024953_5970343486893917241_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ig_cache_key=Mzc2ODU2Njg0NzQ2NjE2MzM5NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=1oUJfWW7MKoQ7kNvwFA4V1W&_nc_oc=AdneWtg32H2xY9o3Hq-33XF6QOjkXjrSvFEDjne9hiGkCPnPctytDrDK9Uv9U5KI10BRtlnY7PWZjyHVpaCqA6NB&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfqZtCxlMYjFI79VZgvXxpS5FlapVdbUyzIePYGKYIRRjA&oe=69642F01
                              igGeoTaggedLocation: null
                              likes: 301438
                              comments: 1566
                              engagementRate: 0.0034
                              hashtags: []
                              taggedCreators: []
                            - publishTime: 1762960780000
                              contentId: DQ9hEpSiAL9
                              isSponsored: true
                              description: >-
                                Always been a fan of a great suit… 🩶 So I loved
                                wearing my own BECKHAM x BOSS double-breasted
                                suit for Victoria’s New York event last month
                              coverImageUrl: >-
                                https://www.instagram.com/p/DQ9hEpSiAL9/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/580804240_18564692371024953_9126554253645642828_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ig_cache_key=Mzc2NDMxMDMwMTEyNzIxNzczNg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjEzNjZ4MTgyMS5zZHIuQzMifQ%3D%3D&_nc_ohc=e9O-BtT8ccEQ7kNvwGCUXfp&_nc_oc=Adny8EDV9P2nUKBCMNML-af74jsMvlRnhVBPXdN5i139Cf7YT4APKKOcAH94GMaUNWqQMTSJDG4fXRXCu_MVIOPe&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpskPOceY_iLiUYIbbRQMBs8EE2jzT0sytm_lGvjIL7bA&oe=6964527E
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/580568224_18564692380024953_8788936439823845681_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=106&ig_cache_key=Mzc2NDMxMDMwMTE3NzU2MzcwOA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjEzNjZ4MTgyMS5zZHIuQzMifQ%3D%3D&_nc_ohc=vbEnHqqqgmoQ7kNvwHtKpVJ&_nc_oc=AdmWLNUavg8NDmWTx3MJZlBT-OpmYZspT0LOkoC6FVu3C-6k47FzkStiUh9SSBGrRZg9yhA9G7tF--1o16sE1q6P&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfoR5m0gnf3fAFf4vLURMcKQbk0vQZEj8sKtQLxHENQJvA&oe=69644C4E
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/581110979_18564692389024953_3599087279433599267_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzc2NDMxMDMwMTM3MDQ5NTczMg%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTkyMC5zZHIuQzMifQ%3D%3D&_nc_ohc=T5hZSj7Um3wQ7kNvwEtG0b-&_nc_oc=AdlBKjdymcawp6Rft34sZPOZEN2yo-h-QPrIerBDiztqizNsxyrXKEAq4v1OFM_dzyVYjNiMnsHaMx7rfoxBPg_h&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_Afo8NhdgmOUZnPLtdB5Kkfs4Qyui6RtYNjeTawAy6GtykQ&oe=69644627
                              igGeoTaggedLocation: null
                              likes: 294775
                              comments: 1664
                              engagementRate: 0.0033
                              hashtags: []
                              taggedCreators:
                                - boss
                          sponsoredReels:
                            - publishTime: 1761578139000
                              contentId: DQUT0hHCLBI
                              isSponsored: true
                              description: >-
                                My favourite looks from my BECKHAM x BOSS
                                collection 🙌🏼 All available now at @BOSS 🤎
                              coverImageUrl: >-
                                https://www.instagram.com/p/DQUT0hHCLBI/media/?size=l
                              igGeoTaggedLocation: null
                              likes: 268715
                              comments: 2696
                              views: 5734200
                              engagementRate: 0.0473
                              hashtags: []
                              taggedCreators: []
                          sponsoredImagesPerformance:
                            likes:
                              all: 1037719
                              avg: 259430
                              median: 263069
                              min: 210144
                              max: 301438
                            comments:
                              all: 5665
                              avg: 1416
                              median: 1475
                              min: 1052
                              max: 1664
                            engagement:
                              avgEngagementRate: 0.0029
                              likesPerFollower: 0.0029
                              commentsPerFollower: 0
                              engagementConsistency:
                                cv: 0.152
                                medianVsMean: 1.0137
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                          sponsoredReelsPerformance:
                            likes:
                              all: 268715
                              avg: 268715
                              median: 268715
                              min: 268715
                              max: 268715
                            comments:
                              all: 2696
                              avg: 2696
                              median: 2696
                              min: 2696
                              max: 2696
                            views:
                              all: 5734200
                              avg: 5734200
                              median: 5734200
                              min: 5734200
                              max: 5734200
                            engagement:
                              avgEngagementRate: 0.0031
                              likesPerFollower: 0.003
                              commentsPerFollower: 0
                              viewsPerFollower: 0.0647
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 1
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                        - brandName: ''
                          brandId: ''
                          brandIgIds:
                            - adidasfootball
                          sponsoredImages:
                            - publishTime: 1764763413000
                              contentId: DRzPUpkiFwG
                              isSponsored: true
                              description: >-
                                Two eras collide… ❤️🩶 @adidasfootball
                                @judebellingham @trent
                              coverImageUrl: >-
                                https://www.instagram.com/p/DRzPUpkiFwG/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587814381_18568838989024953_8953623466680258797_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=105&ig_cache_key=Mzc3OTQzMTg4NzYzOTQ1Nzg0OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTgwMC5zZHIuQzMifQ%3D%3D&_nc_ohc=NFaPRShNPFwQ7kNvwEdbFfO&_nc_oc=Adn2GCS18XHb1Y621p0B0kBaY3S8uFc8_6smURYleFG0vQ02avXoM82MEpZ-xFSj2hpWQUWg5ruDDvqOk4K6Rt75&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfrrHZ1xOnAKuMUwfnEXY7mCbyn80XW_bQfWf3detFsqlQ&oe=69642D33
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587293554_18568838998024953_144098021852943215_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ig_cache_key=Mzc3OTQzMTg4NzMyOTA0Mjk5OQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTgwMC5zZHIuQzMifQ%3D%3D&_nc_ohc=EH37WIcNI4cQ7kNvwEzwVOO&_nc_oc=AdkNUOOH4MVql8WiMQ2_bREG0pRus-6AGPba4t29CRVQhTc7EwFX9DngI6n_jbiYF4_mZ6Fj06Nf81Oin5rDms9X&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfoUr3cdoJgn3PyI8TG5s-0XztrM-5ChuPMOCGyriLZ3rw&oe=69643526
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587292247_18568839007024953_3770485541519683286_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ig_cache_key=Mzc3OTQzMTg4NzMyMDY1NzEzMQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTgwMC5zZHIuQzMifQ%3D%3D&_nc_ohc=lJno8zaIV0AQ7kNvwFjArDz&_nc_oc=Adn08KA-3HPNFrda7WqYYdT0I-kIF6B6a3goVH-W1XgKud7Zp9Ka6m-XWM1xLNC01tuTnifO6lJORmTcQCDVkajg&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpymudtM2FOZCk-DrvDbF7TFsP0lKFf3LbSCcW9zPftSQ&oe=69644511
                              igGeoTaggedLocation: null
                              likes: 431701
                              comments: 1014
                              engagementRate: 0.0049
                              hashtags: []
                              taggedCreators:
                                - trent
                                - judebellingham
                                - adidasfootball
                          sponsoredReels: []
                          sponsoredImagesPerformance:
                            likes:
                              all: 431701
                              avg: 431701
                              median: 431701
                              min: 431701
                              max: 431701
                            comments:
                              all: 1014
                              avg: 1014
                              median: 1014
                              min: 1014
                              max: 1014
                            engagement:
                              avgEngagementRate: 0.0049
                              likesPerFollower: 0.0049
                              commentsPerFollower: 0
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 1
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                          sponsoredReelsPerformance:
                            likes:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            comments:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            views:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            engagement:
                              avgEngagementRate: 0
                              likesPerFollower: 0
                              commentsPerFollower: 0
                              viewsPerFollower: 0
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 0
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                        - brandName: ''
                          brandId: ''
                          brandIgIds:
                            - tudorwatch
                          sponsoredImages:
                            - publishTime: 1764335161000
                              contentId: DRmefuQiIoz
                              isSponsored: true
                              description: >-
                                I had a great evening celebrating @tudorwatch in
                                Mumbai last night… an incredible setting and
                                amazing people ❤️
                              coverImageUrl: >-
                                https://www.instagram.com/p/DRmefuQiIoz/media/?size=l
                              carouselImageUrls:
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/589251883_18568034845024953_3341252956188149986_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=108&ig_cache_key=Mzc3NTgzOTQ0Njk5NDc4NzkwMA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTgwMC5zZHIuQzMifQ%3D%3D&_nc_ohc=0P5LOk46LxUQ7kNvwGos-ml&_nc_oc=AdkU7UBBuGg7D5i7rkz1iqRlOcKN-SkaSOPJs1jyeiJKYC4pzGQI7uFC1rZqUaaXx_-jbOSH5njpucSMMWnEM0Kb&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpqDTv9ahJsIOd4FGjWGzqanhZNTK1tTghbM5uAGlx3iw&oe=69643711
                                - >-
                                  https://scontent-tpe1-1.cdninstagram.com/v/t51.82787-15/587266526_18568034857024953_947552541831842935_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ig_cache_key=Mzc3NTgzOTQ0Njk5NDgyMjI4MQ%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6InhwaWRzLjE0NDB4MTgwMC5zZHIuQzMifQ%3D%3D&_nc_ohc=ZMchtshDrPsQ7kNvwF3QlJ_&_nc_oc=AdkxvuUM4Uzc5SALPTohtzwuT6Eja1mVj2xBssoW7HGDWbag9w5tHIDhUHpaC9VsHwh7P23-FEbxmVKtDBnDfaEp&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-tpe1-1.cdninstagram.com&_nc_gid=8hzpDTpSBTQafx-uH7J2qw&oh=00_AfpOoVNrVhohX9QZJ91-8_bwSoFQYS5QAxNq4C9x6Egl5A&oe=6964459C
                              igGeoTaggedLocation:
                                lat: 19.0627
                                lng: 72.8764
                              likes: 269043
                              comments: 1164
                              engagementRate: 0.0031
                              hashtags: []
                              taggedCreators: []
                          sponsoredReels: []
                          sponsoredImagesPerformance:
                            likes:
                              all: 269043
                              avg: 269043
                              median: 269043
                              min: 269043
                              max: 269043
                            comments:
                              all: 1164
                              avg: 1164
                              median: 1164
                              min: 1164
                              max: 1164
                            engagement:
                              avgEngagementRate: 0.0031
                              likesPerFollower: 0.003
                              commentsPerFollower: 0
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 1
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                          sponsoredReelsPerformance:
                            likes:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            comments:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            views:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            engagement:
                              avgEngagementRate: 0
                              likesPerFollower: 0
                              commentsPerFollower: 0
                              viewsPerFollower: 0
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 0
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                        - brandName: ''
                          brandId: ''
                          brandIgIds:
                            - lays_football
                          sponsoredImages: []
                          sponsoredReels:
                            - publishTime: 1764846772000
                              contentId: DR1uIdFCMGI
                              isSponsored: true
                              description: >-
                                The group chat you didn’t know you needed… 😆
                                @leomessi @thierryhenry @alexiaputellas
                                #SteveCarell @lays_football @FIFAWorldCup
                              coverImageUrl: >-
                                https://www.instagram.com/p/DR1uIdFCMGI/media/?size=l
                              igGeoTaggedLocation: null
                              likes: 81334
                              comments: 909
                              views: 3501074
                              engagementRate: 0.0235
                              hashtags:
                                - '#stevecarell'
                              taggedCreators: []
                          sponsoredImagesPerformance:
                            likes:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            comments:
                              all: 0
                              avg: 0
                              median: 0
                              min: 0
                              max: 0
                            engagement:
                              avgEngagementRate: 0
                              likesPerFollower: 0
                              commentsPerFollower: 0
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 0
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                          sponsoredReelsPerformance:
                            likes:
                              all: 81334
                              avg: 81334
                              median: 81334
                              min: 81334
                              max: 81334
                            comments:
                              all: 909
                              avg: 909
                              median: 909
                              min: 909
                              max: 909
                            views:
                              all: 3501074
                              avg: 3501074
                              median: 3501074
                              min: 3501074
                              max: 3501074
                            engagement:
                              avgEngagementRate: 0.0009
                              likesPerFollower: 0.0009
                              commentsPerFollower: 0
                              viewsPerFollower: 0.0395
                              engagementConsistency:
                                cv: 0
                                medianVsMean: 1
                                topBottomRatio: 0
                                consistencyScore: null
                                consistencyLevel: null
                    creditsUsed: 1
                    creditsAvailable: -1
                    traceId: b3d9d55bd222f728b6fe053e3047d16f
                    timestamp: 1767935788415
                    errorCode: ''
                    errorDescription: ''
                    success: true
        '400':
          description: Validation error.
          content:
            application/json:
              schema:
                type: object
                title: ValidationErrorResponse
                properties:
                  success:
                    const: false
                  error:
                    type: string
                  message:
                    type: string
                  timestamp:
                    type: integer
                required:
                  - success
                  - error
                  - message
                  - timestamp
              examples:
                missing uniqueId:
                  summary: Missing uniqueId
                  value:
                    success: false
                    error: VALIDATION_ERROR
                    message: 'Missing required field: ''uniqueId''.'
                    timestamp: 1770099403116
                invalid uniqueId:
                  summary: Invalid uniqueId format
                  value:
                    success: false
                    error: VALIDATION_ERROR
                    message: >-
                      Invalid 'uniqueId' format. Instagram unique ID must be
                      between 1 and 31 characters.
                    timestamp: 1770099403116
        '429':
          description: Exceeded quota or rate limit.
          content:
            application/json:
              schema:
                type: object
                title: QuotaErrorResponse
                description: Quota error response format.
                properties:
                  success:
                    const: false
                  error:
                    type: string
                  message:
                    type: string
                  remainingPlanCredit:
                    type: number
                required:
                  - success
                  - error
                  - message
                  - remainingPlanCredit
              examples:
                rate limit:
                  summary: Rate limit exceeded
                  value:
                    success: false
                    error: RATE_LIMIT_EXCEEDED
                    message: Too many requests. Please try again later.
                quota exceeded:
                  summary: Credit quota exceeded
                  value:
                    success: false
                    error: QUOTA_EXCEEDED
                    message: Not enough credits to complete this request.
      security:
        - ApiKeyAuth: []
      servers:
        - url: https://apiv3.creatordb.app
          description: Production Environment (CreatorDB Headless API V3)
      x-codeSamples:
        - lang: bash
          label: cURL
          source: |
            curl -X POST "https://apiv3.creatordb.app/instagram/sponsorship" \
              -H "Content-Type: application/json" \
              -H "api-key: <YOUR_API-KEY_HERE>" \
              -d '{ "uniqueId": "davidbeckham", "fields": { "sponsorList": 5 } }'
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      description: The valid CreatorDB API key for authentication.
      name: api-key
      in: header

````