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

# Top Search

> Access TikTok's 'Top' search results, which include both Photo Carousels and Videos. Unlike the Keyword Search endpoint, this returns mixed content types.

<Note>
  💳 **1 credit** per request
</Note>


## OpenAPI

````yaml GET /v1/scrape/tiktok/search/top
openapi: 3.1.0
info:
  title: SociaVault API
  version: 1.0.0
  description: >-
    # SociaVault API Documentation


    The SociaVault API provides comprehensive access to social media data
    extraction across multiple platforms.


    ## Features


    - **Multi-Platform Support**: TikTok, Instagram, YouTube, Facebook, Twitter,
    Reddit, Threads, and more

    - **Credit-Based System**: Pay-as-you-go pricing with transparent credit
    costs

    - **High Performance**: Fast, reliable data extraction

    - **Comprehensive Data**: Detailed user profiles, videos, posts, comments,
    and analytics


    ## Authentication


    All API requests require authentication using an API key in the `X-API-Key`
    header:


    ```bash

    X-API-Key: sk_live_your_api_key_here

    ```


    Get your API key from the [SociaVault
    Dashboard](https://sociavault.com/dashboard).


    ## Credits


    Each endpoint consumes credits based on data complexity:

    - Simple requests (profiles): 1 credit

    - Complex requests (demographics): 20+ credits

    - Paginated requests: Credits per page


    Check your credit balance in the dashboard or via the API.


    ## Support


    - **Documentation**: https://docs.sociavault.com

    - **Email**: support@sociavault.com

    - **Discord**: https://discord.gg/sociavault
  contact:
    name: SociaVault Support
    email: support@sociavault.com
    url: https://sociavault.com/support
  license:
    name: Commercial
    url: https://sociavault.com/terms
servers:
  - url: https://api.sociavault.com
    description: Production API
security:
  - ApiKeyAuth: []
tags:
  - name: account
    description: Account management and credit balance
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/account
  - name: tiktok
    description: Scrape TikTok profiles, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok
  - name: tiktok-shop
    description: Everything about TikTok Shop
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok-shop
  - name: instagram
    description: Gets Instagram profiles, posts, and reels
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/instagram
  - name: youtube
    description: Scrape YouTube channels, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/youtube
  - name: linkedin
    description: Scrape LinkedIn
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedin
  - name: facebook
    description: Get public Facebook profiles and posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebook
  - name: facebookAdLibrary
    description: Scrapes the Facebook (Meta) Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookAdLibrary
  - name: facebookMarketplace
    description: Search Facebook Marketplace and pull full listing details
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookMarketplace
  - name: googleAdLibrary
    description: >-
      Scrape the Google Ad Transparency Library. *This only gets the public ads.
      Some ads you need to log in for and sadly we can't get those. Also, since
      there are so many variations, the return types might not all be 100% the
      same.
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/googleAdLibrary
  - name: linkedinAdLibrary
    description: Search the LinkedIn Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedinAdLibrary
  - name: twitter
    description: Get Twitter profiles, tweets, followers and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/twitter
  - name: reddit
    description: Scrape Reddit posts and comments
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/reddit
  - name: threads
    description: Get Threads posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/threads
  - name: google
    description: Scrape Google search results
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/google
paths:
  /v1/scrape/tiktok/search/top:
    get:
      tags:
        - tiktok
      summary: Top Search
      description: >-
        Access TikTok's 'Top' search results, which include both Photo Carousels
        and Videos. Unlike the Keyword Search endpoint, this returns mixed
        content types.
      operationId: tiktok_Top_Search
      parameters:
        - name: query
          in: query
          description: Keyword to search for
          required: true
          schema:
            type: string
            example: funny
        - name: publish_time
          in: query
          description: Time Frame TikTok was posted
          required: false
          schema:
            type: string
            enum:
              - yesterday
              - this-week
              - this-month
              - last-3-months
              - last-6-months
              - all-time
            example: all-time
        - name: sort_by
          in: query
          description: Sort by
          required: false
          schema:
            type: string
            enum:
              - relevance
              - most-liked
              - date-posted
            example: relevance
        - name: region
          in: query
          description: >-
            Note, this doesn't filter the tiktoks only in a specfic region, it
            puts the proxy there. Use it in case you want to scrape posts only
            available for some country. Use 2 letter country codes like US, GB,
            FR, etc
          required: false
          schema:
            type: string
        - name: cursor
          in: query
          description: Cursor to get more videos. Get 'cursor' from previous response.
          required: false
          schema:
            type: integer
      responses:
        '200':
          description: >-
            Successful response


            **Key Response Fields:**

            - `data.items[].id`: Video/post ID

            - `data.items[].desc`: Caption/description text (includes hashtags)

            - `data.items[].content_type`: Type of post — `video` or `photo`
            (carousel)

            - `data.items[].create_time`: ISO 8601 timestamp of when the post
            was published

            - `data.items[].region`: 2-letter country code where the post
            originated (e.g. `US`)

            - `data.items[].url`: Direct TikTok URL to the post

            - `data.items[].statistics.play_count`: Total views

            - `data.items[].statistics.digg_count`: Likes (TikTok calls likes
            "diggs")

            - `data.items[].statistics.comment_count`: Comments

            - `data.items[].statistics.share_count`: Shares

            - `data.items[].statistics.collect_count`: Bookmarks/saves

            - `data.items[].statistics.download_count`: Downloads

            - `data.items[].video.cover.url_list[0]`: Static thumbnail URL

            - `data.items[].video.origin_cover.url_list[0]`: Original cover
            image URL

            - `data.items[].video.play_addr.url_list[0]`: Video playback URL

            - `data.items[].video.download_addr.url_list[0]`: Video download URL

            - `data.items[].video.duration`: Video duration in milliseconds

            - `data.items[].video.width` / `height`: Video dimensions

            - `data.items[].video.bit_rate[0].play_addr.url_list[0]`: Highest
            quality video URL (multiple quality options available)

            - `data.items[].author.unique_id`: Author's TikTok username

            - `data.items[].author.nickname`: Author's display name

            - `data.items[].author.uid`: Author's numeric user ID

            - `data.items[].author.sec_uid`: Author's secure user ID (use for
            profile lookups)

            - `data.items[].author.follower_count`: Author's follower count

            - `data.items[].author.avatar_larger.url_list[0]`: Author's profile
            picture (high-res)

            - `data.items[].is_ad`: Whether the post is a paid advertisement

            - `data.items[].is_paid_partnership`: Whether it's a paid brand
            partnership

            - `data.cursor`: Pagination cursor — pass as `cursor` parameter to
            get the next page
          content:
            application/json:
              example:
                success: true
                data:
                  success: true
                  items:
                    '0':
                      id: '7595507924923976990'
                      desc: >-
                        Telling my boyfriend I found his best friend on hinge
                        #tiktok #funnyvideos #couple #foryou #prank 
                      content_type: video
                      create_time: '2026-01-15T08:50:15.000Z'
                      desc_language: en
                      region: US
                      is_top: 0
                      statistics:
                        aweme_id: '7595507924923976990'
                        collect_count: 76236
                        comment_count: 782
                        digg_count: 1255848
                        download_count: 2004
                        forward_count: 0
                        lose_comment_count: 0
                        lose_count: 0
                        play_count: 6642080
                        repost_count: 0
                        share_count: 52612
                        whatsapp_share_count: 388
                      video:
                        CoverTsp: 1
                        ai_dynamic_cover:
                          uri: >-
                            tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ
                          url_list:
                            '0': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=b1681e0c&x-expires=1770663600&x-signature=sK8kyfNNsElrrrKr0lNHahHjrDQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '1': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=0c383dc1&x-expires=1770663600&x-signature=BXYGiA9jWtbPX6zMWkjtoAd3chA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '2': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.jpeg?dr=8606&refresh_token=241ce002&x-expires=1770663600&x-signature=F5Pkm2EgT75%2BBJTaUJh%2BJaA5GcQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                          url_prefix: null
                        ai_dynamic_cover_bak:
                          uri: >-
                            tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ
                          url_list:
                            '0': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=b1681e0c&x-expires=1770663600&x-signature=sK8kyfNNsElrrrKr0lNHahHjrDQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '1': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=0c383dc1&x-expires=1770663600&x-signature=BXYGiA9jWtbPX6zMWkjtoAd3chA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '2': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.jpeg?dr=8606&refresh_token=241ce002&x-expires=1770663600&x-signature=F5Pkm2EgT75%2BBJTaUJh%2BJaA5GcQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                          url_prefix: null
                        animated_cover:
                          uri: >-
                            tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ
                          url_list:
                            '0': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=b1681e0c&x-expires=1770663600&x-signature=sK8kyfNNsElrrrKr0lNHahHjrDQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '1': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.image?dr=8606&refresh_token=0c383dc1&x-expires=1770663600&x-signature=BXYGiA9jWtbPX6zMWkjtoAd3chA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '2': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oQRRDEA8IypAULE7IBoOSVF9IafGqEfKj2AHjZ~tplv-tiktokx-origin.jpeg?dr=8606&refresh_token=241ce002&x-expires=1770663600&x-signature=F5Pkm2EgT75%2BBJTaUJh%2BJaA5GcQ%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                          url_prefix: null
                        big_thumbs:
                          '0':
                            duration: 73.45
                            fext: jpeg
                            img_num: 73
                            img_uris:
                              '0': >-
                                tos-useast8-p-0068-tx2/ooVBaoIAtK8DWyjUCSzRlZfjESEFoqEpAIfIUA
                              '1': >-
                                tos-useast8-p-0068-tx2/osIqlCbfpZE8AS8oBjFEAjDZEaAR9DkIIyfUVK
                              '2': >-
                                tos-useast8-p-0068-tx2/oUppIoSEADEDUAcZfqtBfFljjEVrZIIyRKa8HC
                            img_url: ''
                            img_urls:
                              '0': >-
                                https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ooVBaoIAtK8DWyjUCSzRlZfjESEFoqEpAIfIUA~tplv-noop.image?dr=12525&refresh_token=dd2ef177&x-expires=1770601524&x-signature=%2FGVpjy8e9HVztMPdr67oKKWZel8%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=d05b14bd&idc=useast8&VideoID=v15044gf0000d5kahmfog65hsh3ok9fg
                              '1': >-
                                https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/osIqlCbfpZE8AS8oBjFEAjDZEaAR9DkIIyfUVK~tplv-noop.image?dr=12525&refresh_token=95955196&x-expires=1770601524&x-signature=Sl9GZZuhe%2BwIf%2Fi%2FWlfwdOFglkI%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=d05b14bd&idc=useast8&VideoID=v15044gf0000d5kahmfog65hsh3ok9fg
                              '2': >-
                                https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oUppIoSEADEDUAcZfqtBfFljjEVrZIIyRKa8HC~tplv-noop.image?dr=12525&refresh_token=8cdfa906&x-expires=1770601524&x-signature=XFDOXwNEOKa%2BAu3Y4XXoFiG4wAs%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=d05b14bd&idc=useast8&VideoID=v15044gf0000d5kahmfog65hsh3ok9fg
                            img_x_len: 5
                            img_x_size: 136
                            img_y_len: 5
                            img_y_size: 184
                            interval: 1
                            uri: ''
                        bit_rate:
                          '0':
                            HDR_bit: ''
                            HDR_type: ''
                            bit_rate: 596170
                            dub_infos: null
                            fid_profile_labels: '{"srqa3_0_ori":"50","srqa3_0_srv1":"55"}'
                            fps: 30
                            gear_name: adapt_lowest_1080_1
                            is_bytevc1: 1
                            play_addr:
                              data_size: 5473143
                              file_cs: c:0-62116-a76d
                              file_hash: c55ffdf3944f60c08f47cec0815c3cfb
                              height: 1462
                              uri: v15044gf0000d5kahmfog65hsh3ok9fg
                              url_key: >-
                                v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_1080p_596170
                              url_list:
                                '0': >-
                                  https://v16m.tiktokcdn-us.com/6c303839fea233c60c116ef7b8ea0a5a/69893c34/video/tos/useast8/tos-useast8-ve-0068c003-tx2/oAVSCReKIzZLoDWAkAFQ0ekcjGR4GIgHIeWIlq/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1164&bt=582&cs=2&ds=4&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=15&rc=NWczPDQ4aDNpZGU4OGg2NkBpajxya2s5cnBkODMzaTczNEBeMmE0NDA1XjUxYDRjLmIyYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '1': >-
                                  https://v19.tiktokcdn-us.com/09b40436a9f90cd69c24ada657290630/69893c34/video/tos/useast8/tos-useast8-ve-0068c003-tx2/oAVSCReKIzZLoDWAkAFQ0ekcjGR4GIgHIeWIlq/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1164&bt=582&cs=2&ds=4&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=15&rc=NWczPDQ4aDNpZGU4OGg2NkBpajxya2s5cnBkODMzaTczNEBeMmE0NDA1XjUxYDRjLmIyYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=53e31ef575cb4a8fa08e357179d05da2&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmFlZmVlMDg3NTYzNGFiZGFmYmRmZTNhOTZjMTM5ZDIw&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              url_prefix: null
                              width: 1080
                            quality_type: 2
                            video_extra: >-
                              {"PktOffsetMap":"[{\"time\": 1, \"offset\":
                              161449}, {\"time\": 2, \"offset\": 214572},
                              {\"time\": 3, \"offset\": 284465}, {\"time\": 4,
                              \"offset\": 335293}, {\"time\": 5, \"offset\":
                              466172}, {\"time\": 10, \"offset\":
                              913246}]","mvmaf":"{\"v2.0\": {\"srv1\":
                              {\"v1080\": 99.438, \"v960\": 99.449, \"v864\":
                              99.563, \"v720\": 99.685}, \"ori\": {\"v1080\":
                              94.94, \"v960\": 95.702, \"v864\": 96.259,
                              \"v720\":
                              96.976}}}","ufq":"{\"enh\":74.149,\"playback\":{\"ori\":73.089,\"srv1\":73.715},\"src\":74.149,\"trans\":73.089,\"version\":\"v1.2\"}","volume_info_json":"","transcode_feature_id":"c68e328902ec3bc272583c8c6c510580","dec_info":"","gearvqm":"","audio_bit_rate":96153,"ps_info":"{\"vps\":
                              \"AQwC//8BYAAAAwAAAwAAAwAAAwB4AACdzkgS\", \"sps\":
                              \"AQMBYAAAAwAAAwAAAwAAAwB4AACgAhyAFufWWdzkySUQs0RJJJJify4d/1+bPl/1+M4gQ5qAgICCAAADAAIAAAMAPBA=\",
                              \"pps\": \"AcElPAiQ\"}"}
                          '1':
                            HDR_bit: ''
                            HDR_type: ''
                            bit_rate: 471680
                            dub_infos: null
                            fid_profile_labels: '{"srqa3_0_ori":"0","srqa3_0_srv1":"0"}'
                            fps: 30
                            gear_name: adapt_lower_720_1
                            is_bytevc1: 1
                            play_addr:
                              data_size: 4330264
                              file_cs: c:0-62115-ab1c
                              file_hash: 81c5ed247df34d01db0db1345365c6af
                              height: 974
                              uri: v15044gf0000d5kahmfog65hsh3ok9fg
                              url_key: >-
                                v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_720p_471680
                              url_list:
                                '0': >-
                                  https://v16m.tiktokcdn-us.com/28ce7d33642fa4461d41cd4ca90eec15/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oQAEQLSolypEfBCEjRDKUIZdVarREjFAIx8EfI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=920&bt=460&cs=2&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=14&rc=ODs8NGVmaWQ0OTxmNWRpOEBpajxya2s5cnBkODMzaTczNEBeNl81YjZiXy0xYWM2LjVhYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '1': >-
                                  https://v19.tiktokcdn-us.com/f05f108354ff053ebae4e6c3092ebb4f/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oQAEQLSolypEfBCEjRDKUIZdVarREjFAIx8EfI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=920&bt=460&cs=2&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=14&rc=ODs8NGVmaWQ0OTxmNWRpOEBpajxya2s5cnBkODMzaTczNEBeNl81YjZiXy0xYWM2LjVhYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=d58f1a92fcd94601baef9ceb81b998a5&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjQ2ODQ1OGUwYjY5NWExOGFiOGU1ZmQwZTE4ZTY0NzZi&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              url_prefix: null
                              width: 720
                            quality_type: 14
                            video_extra: >-
                              {"PktOffsetMap":"[{\"time\": 1, \"offset\":
                              141025}, {\"time\": 2, \"offset\": 181878},
                              {\"time\": 3, \"offset\": 236226}, {\"time\": 4,
                              \"offset\": 274636}, {\"time\": 5, \"offset\":
                              370793}, {\"time\": 10, \"offset\":
                              728209}]","mvmaf":"{\"v2.0\": {\"srv1\":
                              {\"v1080\": 97.093, \"v960\": 98.386, \"v864\":
                              98.772, \"v720\": 99.384}, \"ori\": {\"v1080\":
                              88.68, \"v960\": 91.372, \"v864\": 92.875,
                              \"v720\":
                              95.774}}}","ufq":"{\"enh\":74.149,\"playback\":{\"ori\":66.829,\"srv1\":73.246},\"src\":74.149,\"trans\":66.829,\"version\":\"v1.2\"}","volume_info_json":"","transcode_feature_id":"c68e328902ec3bc272583c8c6c510580","dec_info":"","gearvqm":"{\"v3.0\":
                              {\"ori\": 98.232, \"sr20\":
                              104.507}}","audio_bit_rate":96153,"ps_info":"{\"vps\":
                              \"AQwC//8BYAAAAwAAAwAAAwAAAwBdAACdzkgS\", \"sps\":
                              \"AQMBYAAAAwAAAwAAAwAAAwBdAACgBaIA9H1lnc5MklELNESSSSYn8uHf9fmz5f9fjOIEOagICAggAAADACAAAAMDwQ==\",
                              \"pps\": \"AcElPAiQ\"}"}
                          '2':
                            HDR_bit: ''
                            HDR_type: ''
                            bit_rate: 415394
                            dub_infos: null
                            fid_profile_labels: '{"srqa3_0_ori":"0","srqa3_0_srv1":"0"}'
                            fps: 30
                            gear_name: adapt_540_1
                            is_bytevc1: 1
                            play_addr:
                              data_size: 3813525
                              file_cs: c:0-62115-1a76
                              file_hash: fdc2d2d0da94d252d795355d5eb61412
                              height: 780
                              uri: v15044gf0000d5kahmfog65hsh3ok9fg
                              url_key: >-
                                v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_540p_415394
                              url_list:
                                '0': >-
                                  https://v16m.tiktokcdn-us.com/1f3cc74422455ccc74218695d59c0fb4/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/owSoRKfZpIVDEoEjqBaFDxjEE8DQysAUZAfrxI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=810&bt=405&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=11&rc=aDg2Nzo1NWQ4NGVlOjhpOkBpajxya2s5cnBkODMzaTczNEAvNGAxMl9eNTAxYF8wYTNiYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '1': >-
                                  https://v19.tiktokcdn-us.com/0466d153bb1b0eeea38d0787daa75539/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/owSoRKfZpIVDEoEjqBaFDxjEE8DQysAUZAfrxI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=810&bt=405&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=11&rc=aDg2Nzo1NWQ4NGVlOjhpOkBpajxya2s5cnBkODMzaTczNEAvNGAxMl9eNTAxYF8wYTNiYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=e76fd537bbcb41358aa2b25744c3752e&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjYwMmIzMDIyYjY1ZWZhZGViOWViZmM1NGE5OGZjN2Y1&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              url_prefix: null
                              width: 576
                            quality_type: 28
                            video_extra: >-
                              {"PktOffsetMap":"[{\"time\": 1, \"offset\":
                              126223}, {\"time\": 2, \"offset\": 158115},
                              {\"time\": 3, \"offset\": 201832}, {\"time\": 4,
                              \"offset\": 232575}, {\"time\": 5, \"offset\":
                              314636}, {\"time\": 10, \"offset\":
                              597704}]","mvmaf":"{\"v2.0\": {\"srv1\":
                              {\"v1080\": 94.52, \"v960\": 96.444, \"v864\":
                              97.281, \"v720\": 98.523}, \"ori\": {\"v1080\":
                              83.622, \"v960\": 87.164, \"v864\": 89.312,
                              \"v720\":
                              92.347}}}","ufq":"{\"enh\":74.149,\"playback\":{\"ori\":62.116,\"srv1\":72.347},\"src\":74.149,\"trans\":62.116,\"version\":\"v1.2\"}","volume_info_json":"","transcode_feature_id":"910baea0ae0c0aa4f683316c9ced388e","dec_info":"","gearvqm":"{\"v3.0\":
                              {\"ori\": 92.505, \"sr20\":
                              101.242}}","audio_bit_rate":64102,"ps_info":"{\"vps\":
                              \"AQwC//8BYAAAAwAAAwAAAwAAAwBdAACdzkgS\", \"sps\":
                              \"AQMBYAAAAwAAAwAAAwAAAwBdAACgBIIAxH3lnc5MklELNESSSSYn8uHf9fmz5f9fjOIEOagICAggAAADACAAAAMDwQ==\",
                              \"pps\": \"AcElPAiQ\"}"}
                          '3':
                            HDR_bit: ''
                            HDR_type: ''
                            bit_rate: 328001
                            dub_infos: null
                            fid_profile_labels: '{"srqa3_0_ori":"0","srqa3_0_srv1":"0"}'
                            fps: 30
                            gear_name: lower_540_1
                            is_bytevc1: 1
                            play_addr:
                              data_size: 3011221
                              file_cs: c:0-62115-fede
                              file_hash: 8b28501e96778ff9f2eb08eaf93c0373
                              height: 780
                              uri: v15044gf0000d5kahmfog65hsh3ok9fg
                              url_key: >-
                                v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_540p_328001
                              url_list:
                                '0': >-
                                  https://v16m.tiktokcdn-us.com/5cd52bf929606ff2edfde14ee1023350/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oQyIyCSIEDqa8VUoGfFxAjEERAjcQDZfECBp3K/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=640&bt=320&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=4&rc=Njc0NjdoNTY5ZjU4PGc1Z0Bpajxya2s5cnBkODMzaTczNEBeM2NiLWMtXmAxNTEtYzUvYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '1': >-
                                  https://v19.tiktokcdn-us.com/e3916f7482b496262bf6a9bcb45771c0/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oQyIyCSIEDqa8VUoGfFxAjEERAjcQDZfECBp3K/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=640&bt=320&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=4&rc=Njc0NjdoNTY5ZjU4PGc1Z0Bpajxya2s5cnBkODMzaTczNEBeM2NiLWMtXmAxNTEtYzUvYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=2d82fd0945824cc6a302fe04e3f164a3&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjJlMGQyNTEzYjRiOTczYTI2ZDIwMmI4ZDVkZmNjODAy&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              url_prefix: null
                              width: 576
                            quality_type: 24
                            video_extra: >-
                              {"PktOffsetMap":"[{\"time\": 1, \"offset\":
                              118286}, {\"time\": 2, \"offset\": 145971},
                              {\"time\": 3, \"offset\": 183568}, {\"time\": 4,
                              \"offset\": 210325}, {\"time\": 5, \"offset\":
                              279967}, {\"time\": 10, \"offset\":
                              516024}]","mvmaf":"{\"v2.0\": {\"srv1\":
                              {\"v1080\": 91.85, \"v960\": 94.052, \"v864\":
                              95.265, \"v720\": 96.758}, \"ori\": {\"v1080\":
                              80.928, \"v960\": 84.333, \"v864\": 86.788,
                              \"v720\":
                              90.308}}}","ufq":"{\"enh\":74.149,\"playback\":{\"ori\":60.095,\"srv1\":69.677},\"src\":74.149,\"trans\":60.095,\"version\":\"v1.2\"}","volume_info_json":"","transcode_feature_id":"910baea0ae0c0aa4f683316c9ced388e","dec_info":"","gearvqm":"{\"v3.0\":
                              {\"ori\": 89.798, \"sr20\":
                              98.535}}","audio_bit_rate":64102,"ps_info":"{\"vps\":
                              \"AQwC//8BYAAAAwAAAwAAAwAAAwBdAACdzkgS\", \"sps\":
                              \"AQMBYAAAAwAAAwAAAwAAAwBdAACgBIIAxH3lnc5MklELNESSSSYn8uHf9fmz5f9fjOIEOagICAggAAADACAAAAMDwQ==\",
                              \"pps\": \"AcElPAiQ\"}"}
                          '4':
                            HDR_bit: ''
                            HDR_type: ''
                            bit_rate: 207313
                            dub_infos: null
                            fid_profile_labels: '{"srqa3_0_ori":"0","srqa3_0_srv1":"0"}'
                            fps: 30
                            gear_name: lowest_540_1
                            is_bytevc1: 1
                            play_addr:
                              data_size: 1903244
                              file_cs: c:0-62131-8b87
                              file_hash: 0ba0ee94189ee28311f57a831b26ba75
                              height: 780
                              uri: v15044gf0000d5kahmfog65hsh3ok9fg
                              url_key: >-
                                v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_540p_207313
                              url_list:
                                '0': >-
                                  https://v16m.tiktokcdn-us.com/eb8452651aa31b779b847f9dc091f510/69893c34/video/tos/useast8/tos-useast8-ve-0068c004-tx2/oMpSEBoERVIfUjJfrAQKAE0aIAyp8jDi1ZzEFB/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=404&bt=202&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=5&rc=NWY8MzVpO2U8NWg4Nzg4NUBpajxya2s5cnBkODMzaTczNEBiLl5eYDYzNi4xMjA2NS4zYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '1': >-
                                  https://v19.tiktokcdn-us.com/0265680e3e7e6ac4a02ac1b611a17a9c/69893c34/video/tos/useast8/tos-useast8-ve-0068c004-tx2/oMpSEBoERVIfUjJfrAQKAE0aIAyp8jDi1ZzEFB/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=404&bt=202&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=5&rc=NWY8MzVpO2U8NWg4Nzg4NUBpajxya2s5cnBkODMzaTczNEBiLl5eYDYzNi4xMjA2NS4zYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=62158594355e42199b689fc2a0a91ce2&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjkxMDU3MTU0MjdkNjE1M2RiMTBmM2NiYzIyZmUzMTU3&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              url_prefix: null
                              width: 576
                            quality_type: 25
                            video_extra: >-
                              {"PktOffsetMap":"[{\"time\": 1, \"offset\":
                              96217}, {\"time\": 2, \"offset\": 111048},
                              {\"time\": 3, \"offset\": 132527}, {\"time\": 4,
                              \"offset\": 146609}, {\"time\": 5, \"offset\":
                              189901}, {\"time\": 10, \"offset\":
                              332205}]","mvmaf":"{\"v2.0\": {\"srv1\":
                              {\"v1080\": 86.653, \"v960\": 88.989, \"v864\":
                              90.045, \"v720\": 92.509}, \"ori\": {\"v1080\":
                              75.347, \"v960\": 79.146, \"v864\": 81.549,
                              \"v720\":
                              85.426}}}","ufq":"{\"enh\":74.149,\"playback\":{\"ori\":55.91,\"srv1\":64.48},\"src\":74.149,\"trans\":55.91,\"version\":\"v1.2\"}","volume_info_json":"","transcode_feature_id":"c49b38c1a20ed0c0f4dd45235a936391","dec_info":"","gearvqm":"","audio_bit_rate":24081,"ps_info":"{\"vps\":
                              \"AQwC//8BYAAAAwAAAwAAAwAAAwBdAACdzkgS\", \"sps\":
                              \"AQMBYAAAAwAAAwAAAwAAAwBdAACgBIIAxH3lnc5MklELNESSSSYn8uHf9fmz5f9fjOIEOagICAggAAADACAAAAMDwQ==\",
                              \"pps\": \"AcElPAiQ\"}"}
                        bit_rate_audio: {}
                        cdn_url_expired: 0
                        cla_info:
                          caption_infos:
                            '0':
                              caption_format: webvtt
                              caption_length: 839
                              cla_subtitle_id: 7595512088043949000
                              complaint_id: 7595512088043949000
                              expire: 1773171924
                              is_auto_generated: true
                              is_original_caption: true
                              lang: eng-US
                              language_code: en
                              language_id: 2
                              source_tag: trantor,vv_counter,
                              sub_id: 1341241619
                              sub_version: '1'
                              subtitle_type: 1
                              translation_type: 0
                              translator_id: 0
                              url: >-
                                https://v16-cla.tiktokcdn-us.com/57b87fff2211eda343f7ea2c41a397a0/69b074d4/video/tos/useast8/tos-useast8-v-0068-tx2/ce296ef542394b64a3545f9e6b1932b2/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=11852&bt=5926&ds=4&ft=ge.El8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=13&rc=ajxya2s5cnBkODMzaTczNEBpajxya2s5cnBkODMzaTczNEBjaDBwMmRjZWhhLS1kMTJzYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00050000
                              url_list:
                                '0': >-
                                  https://v16-cla.tiktokcdn-us.com/57b87fff2211eda343f7ea2c41a397a0/69b074d4/video/tos/useast8/tos-useast8-v-0068-tx2/ce296ef542394b64a3545f9e6b1932b2/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=11852&bt=5926&ds=4&ft=ge.El8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=13&rc=ajxya2s5cnBkODMzaTczNEBpajxya2s5cnBkODMzaTczNEBjaDBwMmRjZWhhLS1kMTJzYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00050000
                                '1': >-
                                  https://v19-cla.tiktokcdn-us.com/9ec8944afad6ee47f55ba224598d5649/69b074d4/video/tos/useast8/tos-useast8-v-0068-tx2/ce296ef542394b64a3545f9e6b1932b2/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=11852&bt=5926&ds=4&ft=ge.El8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=13&rc=ajxya2s5cnBkODMzaTczNEBpajxya2s5cnBkODMzaTczNEBjaDBwMmRjZWhhLS1kMTJzYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00050000
                                '2': >-
                                  https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&format=webvtt&is_play_url=1&language=eng-US&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjc2MmM1MzczY2M0YjQ0OTdhNDFkYjM0YzlhYmUxYTcz&source=SmartPlayerSubtitleRedirect&version=1%3Abig_caption&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                              variant: big_caption
                          captions_type: 1
                          creator_edited_caption_id: 0
                          enable_auto_caption: 0
                          has_original_audio: 1
                          hide_original_caption: false
                          is_author_dubbing_qualified: false
                          no_caption_reason: 0
                          original_language_info:
                            can_translate_realtime: false
                            can_translate_realtime_skip_translation_lang_check: true
                            first_subtitle_time: 0
                            is_burnin_caption: true
                            lang: eng-US
                            language_code: en
                            language_id: 2
                            original_caption_type: 5
                          vertical_positions: null
                        cover:
                          data_size: 0
                          height: 720
                          uri: >-
                            tos-useast8-p-0068-tx2/o0yIkaSIEDqa8VUoTfFtAjIERAjmCtZfEFBpXK
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o0yIkaSIEDqa8VUoTfFtAjIERAjmCtZfEFBpXK~tplv-x7g4mazu7z-crop-80-heic:500:800.heic?biz_tag=musically_general.video_cover&dr=9616&ftpl=1&idc=useast8&ps=13740610&refresh_token=8557eda6&shcp=c1333099&shp=0e6dc556&t=4d5b0474&x-expires=1770598800&x-signature=9pHkuv0al1iT%2BS8ne%2FSJD4eIHmI%3D
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o0yIkaSIEDqa8VUoTfFtAjIERAjmCtZfEFBpXK~tplv-x7g4mazu7z-crop-80-heic:500:800.heic?biz_tag=musically_general.video_cover&dr=9616&ftpl=1&idc=useast8&ps=13740610&refresh_token=d89499ae&shcp=c1333099&shp=0e6dc556&t=4d5b0474&x-expires=1770598800&x-signature=xYulhDwlfaBiZ4J8fVJwwQ%2FqXo0%3D
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/o0yIkaSIEDqa8VUoTfFtAjIERAjmCtZfEFBpXK~tplv-x7g4mazu7z-crop-80-heic:500:800.jpeg?biz_tag=musically_general.video_cover&dr=9616&ftpl=1&idc=useast8&ps=13740610&refresh_token=ee3349ef&shcp=c1333099&shp=0e6dc556&t=4d5b0474&x-expires=1770598800&x-signature=6rInUuiRdbEjdecCShz6rpoVrsU%3D
                          url_prefix: null
                          width: 720
                        cover_is_custom: true
                        did_profile_labels: ''
                        download_addr:
                          data_size: 7172933
                          file_cs: c:0-61838-1512
                          height: 720
                          uri: v15044gf0000d5kahmfog65hsh3ok9fg
                          url_list:
                            '0': >-
                              https://v16m.tiktokcdn-us.com/5eef701fd932c73a917a5970879963af/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oQQRIgIrjh40AcGSkLjeelHReGHIzINAqoVUCj/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1526&bt=763&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NjY2PGk8PGRoNjQ7OWU0aEBpajxya2s5cnBkODMzaTczNEBiXjVfMmIxNl8xYDMwNS4xYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '1': >-
                              https://v19.tiktokcdn-us.com/de2e32d10ed28d602a37b74eddd5a6c8/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oQQRIgIrjh40AcGSkLjeelHReGHIzINAqoVUCj/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1526&bt=763&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NjY2PGk8PGRoNjQ7OWU0aEBpajxya2s5cnBkODMzaTczNEBiXjVfMmIxNl8xYDMwNS4xYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '2': >-
                              https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?video_id=v15044gf0000d5kahmfog65hsh3ok9fg&line=0&watermark=1&logo_name=tiktok_m&source=SEARCH&file_id=4e118b3668c143be9a49e95fb983a3e3&item_id=7595507924923976990&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmJiNjRiMzQ5NDg1ZjdmYWQ1ZTZjNDhmMjNmOGE0Njky&shp=d05b14bd&shcp=-
                          url_prefix: null
                          width: 720
                        download_no_watermark_addr:
                          data_size: 7745053
                          file_cs: c:0-61838-1512
                          file_hash: 85b17a182e7a57a8522e1d336cf9d14b
                          height: 974
                          uri: v15044gf0000d5kahmfog65hsh3ok9fg
                          url_key: v15044gf0000d5kahmfog65hsh3ok9fg_h264_720p_843641
                          url_list:
                            '0': >-
                              https://v16m.tiktokcdn-us.com/f53872728f961a6817a4341bbb56ec09/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '1': >-
                              https://v19.tiktokcdn-us.com/b835f7ef3fecfb0887e8d9db1acfdaf1/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '2': >-
                              https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=3f8740cf0d194683925328ccf801bf62&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjIyZDAxMDU4MTVhYTE4MjljMDM2ZWE5OGY3NzU5Mzk3&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                          url_prefix: null
                          width: 720
                        duration: 73444
                        dynamic_cover:
                          data_size: 0
                          height: 720
                          uri: >-
                            tos-useast8-p-0068-tx2/ospzV8oyZBSIKAFRjEUIIksBbaE8AZfZgjqDEf
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ospzV8oyZBSIKAFRjEUIIksBbaE8AZfZgjqDEf~tplv-tiktokx-origin.image?dr=8606&refresh_token=6361d97a&x-expires=1770663600&x-signature=1QXTSRDnQYR6k%2BoUuAsZQOAaxfU%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ospzV8oyZBSIKAFRjEUIIksBbaE8AZfZgjqDEf~tplv-tiktokx-origin.image?dr=8606&refresh_token=77813a4f&x-expires=1770663600&x-signature=KGzxuxnQvU%2FrNvJ4sU0hcnz1TYI%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/ospzV8oyZBSIKAFRjEUIIksBbaE8AZfZgjqDEf~tplv-tiktokx-origin.jpeg?dr=8606&refresh_token=b2dd3ad4&x-expires=1770663600&x-signature=SmLIsoSa3ITTni2P7rdn60ovIQA%3D&t=bacd0480&ps=4f5296ae&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=dynamic_cover
                          url_prefix: null
                          width: 720
                        has_watermark: true
                        height: 974
                        is_bytevc1: 0
                        is_callback: true
                        is_long_video: 1
                        meta: >-
                          {"LoudnessRange":"7","LoudnessRangeEnd":"-15.7","LoudnessRangeStart":"-22.7","MaximumMomentaryLoudness":"-11.4","MaximumShortTermLoudness":"-14.5","Version":"2","VolumeInfoJson":"{\"LoudnessRange\":7,\"LoudnessRangeStart\":-22.7,\"Metrics\":{\"AEDInfo\":{\"MusicRatio\":0.08,\"SingingRatio\":0.07,\"SpeechRatio\":0.68},\"AnchorLoudness\":{\"Speech\":{\"MaxMomLoud\":-11.36,\"MaxSTLoud\":-14.64,\"Loud\":-17.11,\"LoudR\":6.3,\"LoudRE\":-15.4,\"LoudRS\":-21.7}},\"Cutoff\":{\"Spkr200G\":0.45,\"FCenL\":2084.61,\"FCenR\":2091.25,\"Spkr100G\":0,\"Spkr150G\":0.17},\"Loudness\":{\"Integrated\":-17.734},\"Phase\":{\"RMSDownmixDiff\":-0.194},\"RMSStats\":{\"LRDiff\":0.016,\"LTotal\":-21.338,\"Peak\":-5.518,\"RTotal\":-21.354},\"Version\":\"1.4.2\"},\"Peak\":0.53088,\"Loudness\":-17.7,\"MaximumMomentaryLoudness\":-11.4,\"MaximumShortTermLoudness\":-14.5,\"Version\":2,\"LoudnessRangeEnd\":-15.7}","bright_ratio_mean":"0.1691","brightness_mean":"140.6524","diff_overexposure_ratio":"0.012","flight_id":"","loudness":"-17.7","overexposure_ratio_mean":"0.0221","peak":"0.53088","play_time_prob_dist":"[800,0.4785,7639.6078]","sp_extra_info":"{\"origin_width\":1080,\"origin_height\":1462,\"origin_create_at\":1768467011}","sr_score":"1.000","std_brightness":"20.1818","vq_score":"61.43"}
                        misc_download_addrs: >-
                          {"suffix_scene":{"uri":"v15044gf0000d5kahmfog65hsh3ok9fg","url_list":["https://v16m.tiktokcdn-us.com/e03d6e587e07ad3007248de30b545827/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oMNAIShZAyjEKjVpRqfBEU8dLEEDIQFwtNHafD/?a=1233\u0026bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg\u0026ch=0\u0026cr=13\u0026dr=0\u0026er=0\u0026lr=all\u0026net=0\u0026cd=0%7C0%7C0%7C\u0026cv=1\u0026br=1630\u0026bt=815\u0026cs=0\u0026ds=3\u0026ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY\u0026mime_type=video_mp4\u0026qs=0\u0026rc=aDQ3Omk6ZTw7Z2g6NDRoOUBpajxya2s5cnBkODMzaTczNEBjYl9hL2E0NWMxYy8uX2EyYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D\u0026vvpl=1\u0026l=20260208194411B3B9668BEE39EE887590\u0026btag=e00090000","https://v19.tiktokcdn-us.com/76678e4501f633ae7594cf7585b9ecdc/69893c34/video/tos/useast8/tos-useast8-pve-0068-tx2/oMNAIShZAyjEKjVpRqfBEU8dLEEDIQFwtNHafD/?a=1233\u0026bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg\u0026ch=0\u0026cr=13\u0026dr=0\u0026er=0\u0026lr=all\u0026net=0\u0026cd=0%7C0%7C0%7C\u0026cv=1\u0026br=1630\u0026bt=815\u0026cs=0\u0026ds=3\u0026ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY\u0026mime_type=video_mp4\u0026qs=0\u0026rc=aDQ3Omk6ZTw7Z2g6NDRoOUBpajxya2s5cnBkODMzaTczNEBjYl9hL2E0NWMxYy8uX2EyYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D\u0026vvpl=1\u0026l=20260208194411B3B9668BEE39EE887590\u0026btag=e00090000","https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?video_id=v15044gf0000d5kahmfog65hsh3ok9fg\u0026line=0\u0026watermark=1\u0026logo_name=tiktok_end_sonic\u0026source=SEARCH\u0026file_id=56deb11127fe4df8897bd72fd7b4e1fe\u0026item_id=7595507924923976990\u0026signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmYxMGQ4ODU1MzAwNTg1YjE0NjdkMzA4OGM5NmYxOWI5\u0026shp=d05b14bd\u0026shcp=-"],"width":720,"height":720,"data_size":8081367,"file_cs":"c:0-61838-1512","url_prefix":null}}
                        need_set_token: false
                        origin_cover:
                          data_size: 0
                          height: 720
                          uri: >-
                            tos-useast8-p-0068-tx2/oIpaVjSqI8KfBUyEIZ1oEEAlARFknVfIHA8DjE
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIpaVjSqI8KfBUyEIZ1oEEAlARFknVfIHA8DjE~tplv-dmt-adapt-360p.heic?dr=8597&refresh_token=d3cbc1ed&x-expires=1770663600&x-signature=FALMSo%2FtUcSCV%2BdyBirg0Lc1aCU%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=feed_cover
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIpaVjSqI8KfBUyEIZ1oEEAlARFknVfIHA8DjE~tplv-dmt-adapt-360p.heic?dr=8597&refresh_token=ad414293&x-expires=1770663600&x-signature=A1DEQpukCBZXf%2Bh%2BBW8K6mCmFes%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=feed_cover
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oIpaVjSqI8KfBUyEIZ1oEEAlARFknVfIHA8DjE~tplv-dmt-adapt-360p.jpeg?dr=8597&refresh_token=b5dbc11f&x-expires=1770663600&x-signature=CAinEu5i3Yz1POZvJ0sA0YqVgok%3D&t=bacd0480&ps=d97f9a4f&shp=d05b14bd&shcp=0e6dc556&idc=useast8&biz_tag=tt_video&s=SEARCH&sc=feed_cover
                          url_prefix: null
                          width: 720
                        play_addr:
                          data_size: 7745053
                          file_cs: c:0-61838-1512
                          file_hash: 85b17a182e7a57a8522e1d336cf9d14b
                          height: 974
                          uri: v15044gf0000d5kahmfog65hsh3ok9fg
                          url_key: v15044gf0000d5kahmfog65hsh3ok9fg_h264_720p_843641
                          url_list:
                            '0': >-
                              https://v16m.tiktokcdn-us.com/f53872728f961a6817a4341bbb56ec09/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '1': >-
                              https://v19.tiktokcdn-us.com/b835f7ef3fecfb0887e8d9db1acfdaf1/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '2': >-
                              https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=3f8740cf0d194683925328ccf801bf62&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjIyZDAxMDU4MTVhYTE4MjljMDM2ZWE5OGY3NzU5Mzk3&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                          url_prefix: null
                          width: 720
                        play_addr_bytevc1:
                          data_size: 3813525
                          file_cs: c:0-62115-1a76
                          file_hash: fdc2d2d0da94d252d795355d5eb61412
                          height: 780
                          uri: v15044gf0000d5kahmfog65hsh3ok9fg
                          url_key: v15044gf0000d5kahmfog65hsh3ok9fg_bytevc1_540p_415394
                          url_list:
                            '0': >-
                              https://v16m.tiktokcdn-us.com/1f3cc74422455ccc74218695d59c0fb4/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/owSoRKfZpIVDEoEjqBaFDxjEE8DQysAUZAfrxI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=810&bt=405&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=11&rc=aDg2Nzo1NWQ4NGVlOjhpOkBpajxya2s5cnBkODMzaTczNEAvNGAxMl9eNTAxYF8wYTNiYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '1': >-
                              https://v19.tiktokcdn-us.com/0466d153bb1b0eeea38d0787daa75539/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/owSoRKfZpIVDEoEjqBaFDxjEE8DQysAUZAfrxI/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=810&bt=405&cs=2&ds=6&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=11&rc=aDg2Nzo1NWQ4NGVlOjhpOkBpajxya2s5cnBkODMzaTczNEAvNGAxMl9eNTAxYF8wYTNiYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '2': >-
                              https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=e76fd537bbcb41358aa2b25744c3752e&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjYwMmIzMDIyYjY1ZWZhZGViOWViZmM1NGE5OGZjN2Y1&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                          url_prefix: null
                          width: 576
                        play_addr_h264:
                          data_size: 7745053
                          file_cs: c:0-61838-1512
                          file_hash: 85b17a182e7a57a8522e1d336cf9d14b
                          height: 974
                          uri: v15044gf0000d5kahmfog65hsh3ok9fg
                          url_key: v15044gf0000d5kahmfog65hsh3ok9fg_h264_720p_843641
                          url_list:
                            '0': >-
                              https://v16m.tiktokcdn-us.com/f53872728f961a6817a4341bbb56ec09/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '1': >-
                              https://v19.tiktokcdn-us.com/b835f7ef3fecfb0887e8d9db1acfdaf1/69893c34/video/tos/useast8/tos-useast8-ve-0068c001-tx2/oYZKnUAx8EYWyHIpAfQqEqIofjEtdBEVSDjRaF/?a=1233&bti=NEBzbmQxZmR2bndsQGo6OjZALnAjYG1lb2IrbGhxYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=1646&bt=823&cs=0&ds=3&ft=gKfIn8buoTfR12Nv~c9..IxRdqPhZQ_45SY&mime_type=video_mp4&qs=0&rc=NWk0O2Y7NjU2OTxnaTM6aUBpajxya2s5cnBkODMzaTczNEAzXy1jYC8yNjUxLi1gMTUwYSNjaDBwMmRjZWhhLS1kMTJzcw%3D%3D&vvpl=1&l=20260208194411B3B9668BEE39EE887590&btag=e00090000
                            '2': >-
                              https://api16-normal-useast8.tiktokv.us/aweme/v1/play/?faid=1233&file_id=3f8740cf0d194683925328ccf801bf62&is_play_url=1&item_id=7595507924923976990&line=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjIyZDAxMDU4MTVhYTE4MjljMDM2ZWE5OGY3NzU5Mzk3&source=SEARCH&video_id=v15044gf0000d5kahmfog65hsh3ok9fg
                          url_prefix: null
                          width: 720
                        ratio: 720p
                        source_HDR_type: 0
                        tags: null
                        vid_profile_labels: '{"tier3":"10001"}'
                        video_model: ''
                        width: 720
                      author:
                        accept_private_policy: false
                        account_labels: null
                        ad_cover_url: null
                        advance_feature_item_order: null
                        advanced_feature_info: null
                        authority_status: 0
                        avatar_168x168:
                          height: 720
                          uri: >-
                            tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:168:168.webp?dr=9638&refresh_token=ed799f46&x-expires=1770663600&x-signature=r8TVTxKTAIKsl8PJgry%2BpxhO0z0%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:168:168.webp?dr=9638&refresh_token=84e8a93e&x-expires=1770663600&x-signature=opAzX6fS%2FXs6uyOrS95NMWZEq5k%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:168:168.jpeg?dr=9638&refresh_token=c6ecf6ec&x-expires=1770663600&x-signature=ZzBs6GzksauqWrAWVQmex%2FhC%2BXM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                          url_prefix: null
                          width: 720
                        avatar_300x300:
                          height: 720
                          uri: >-
                            tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:300:300.webp?dr=9638&refresh_token=32141ca9&x-expires=1770663600&x-signature=1eMBoAPUJGPKgbH33rEsctnN%2BzM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:300:300.webp?dr=9638&refresh_token=f9f02b6d&x-expires=1770663600&x-signature=6Ivix8sREnl%2FYbcPCRWzUI5jdCE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:300:300.jpeg?dr=9638&refresh_token=d0309f80&x-expires=1770663600&x-signature=DfCDNPglbo5SbNtIYnIX5vcSsxE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                          url_prefix: null
                          width: 720
                        avatar_larger:
                          height: 720
                          uri: >-
                            tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                          url_list:
                            '0': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640&refresh_token=591e9b83&x-expires=1770663600&x-signature=X97CoxJ1tV6f8GXnPsRcxZzO%2BUM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '1': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:1080:1080.webp?dr=9640&refresh_token=f6620574&x-expires=1770663600&x-signature=DWcDMjnrfqLE%2Bxai8nT9k9WJnhI%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '2': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=9640&refresh_token=43d781c9&x-expires=1770663600&x-signature=FkJdbhAj9vWfsHsg7QgM5P0nwxY%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                          url_prefix: null
                          width: 720
                        avatar_medium:
                          height: 720
                          uri: >-
                            tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                          url_list:
                            '0': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=19cc3bea&x-expires=1770663600&x-signature=iGSZuKHDsdXjUMwYcqq12UXr9xA%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '1': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:720:720.webp?dr=9640&refresh_token=fd2687f5&x-expires=1770663600&x-signature=I1UTpQS9SKkjIXinpddN71hH%2FuE%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                            '2': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:720:720.jpeg?dr=9640&refresh_token=27548241&x-expires=1770663600&x-signature=yjzVAWeZzYYGNz4wQdWaE%2FMaCyM%3D&t=4d5b0474&ps=13740610&shp=d05b14bd&shcp=34ff8df6&idc=useast8
                          url_prefix: null
                          width: 720
                        avatar_thumb:
                          height: 720
                          uri: >-
                            tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                          url_list:
                            '0': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=musically_general.video_user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=a4d50622&shcp=34ff8df6&shp=d05b14bd&t=4d5b0474&x-expires=1770663600&x-signature=t8Ahq6ggf6uN%2BRhbSIdXSx3k4UQ%3D
                            '1': >-
                              https://p16-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:100:100.webp?biz_tag=musically_general.video_user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=96778c1e&shcp=34ff8df6&shp=d05b14bd&t=4d5b0474&x-expires=1770663600&x-signature=tK4IdiRSA7Ti2%2FG42%2FcrWs63ZBE%3D
                            '2': >-
                              https://p19-common-sign.tiktokcdn-us.com/tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf~tplv-tiktokx-cropcenter:100:100.jpeg?biz_tag=musically_general.video_user_cover&dr=9640&idc=useast8&ps=13740610&refresh_token=89450f1b&shcp=34ff8df6&shp=d05b14bd&t=4d5b0474&x-expires=1770663600&x-signature=fR2YfDbjIeIGnP0YimJ3GLPhQ0w%3D
                          url_prefix: null
                          width: 720
                        avatar_uri: >-
                          tos-useast8-avt-0068-tx2/6d9295e453137cb26e553353d10411cf
                        aweme_count: 0
                        bold_fields: null
                        can_message_follow_status_list:
                          '0': 0
                          '1': 1
                          '2': 2
                          '3': 4
                        can_set_geofencing: null
                        cha_list: null
                        comment_filter_status: 0
                        comment_setting: 0
                        commerce_user_level: 0
                        cover_url: null
                        custom_verify: ''
                        cv_level: ''
                        download_prompt_ts: 0
                        enabled_filter_all_comments: false
                        enterprise_verify_reason: ''
                        events: null
                        fake_data_info: {}
                        fb_expire_time: 0
                        follow_status: 0
                        follower_count: 31957
                        follower_status: 0
                        followers_detail: null
                        following_count: 3
                        friends_status: 0
                        geofencing: null
                        hide_search: false
                        homepage_bottom_toast: null
                        ins_id: ''
                        is_ad_fake: false
                        is_block: false
                        is_discipline_member: false
                        is_mute: 0
                        is_mute_lives: 0
                        is_mute_non_story_post: 0
                        is_mute_story: 0
                        is_star: false
                        item_list: null
                        live_agreement: 0
                        live_commerce: false
                        live_verify: 0
                        mention_status: 1
                        mutual_relation_avatars: null
                        name_field: nickname
                        need_points: null
                        need_recommend: 0
                        nickname: Funny
                        platform_sync_info: null
                        prevent_download: false
                        relative_users: null
                        reply_with_video_flag: 4
                        room_id: 0
                        search_highlight: null
                        search_user_desc: catparadise17
                        search_user_name: Funny
                        sec_uid: >-
                          MS4wLjABAAAAmB8PUwXwcbCXyvnYRi40OIep-FiiUlDa_NjGQoubKKlyx3xjfxlsSydsP842HCk9
                        secret: 0
                        shield_comment_notice: 0
                        shield_digg_notice: 0
                        shield_edit_field_info: null
                        shield_follow_notice: 0
                        short_id: '0'
                        show_image_bubble: false
                        special_account:
                          special_account_list: null
                        special_lock: 1
                        status: 1
                        stitch_setting: 0
                        story_status: 0
                        total_favorited: 0
                        type_label: null
                        uid: '7539869787473740814'
                        unique_id: catparadise17
                        user_canceled: false
                        user_mode: 1
                        user_now_pack_info: {}
                        user_period: 0
                        user_profile_guide: null
                        user_rate: 1
                        user_spark_info: {}
                        user_tags: null
                        verification_type: 0
                        verify_info: ''
                        video_icon:
                          height: 720
                          uri: ''
                          url_list: {}
                          url_prefix: null
                          width: 720
                        white_cover_url: null
                        with_commerce_entry: false
                        with_shop_entry: false
                      is_eligible_for_commission: false
                      is_paid_partnership: false
                      is_ad: false
                      url: >-
                        https://www.tiktok.com/@catparadise17/video/7595507924923976990
                      shop_product_url: null
                  cursor: 30
                credits_used: 1
                endpoint: tiktok/search_top
                note: Enhanced search with photo carousels and videos
        '400':
          description: Bad Request - Invalid parameters or missing required fields
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: 'Missing required parameter: handle'
                  endpoint:
                    type: string
                  credits_required:
                    type: integer
                required:
                  - error
        '401':
          description: Unauthorized - Invalid or missing API key
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Invalid API key
                  docs:
                    type: string
                    example: https://docs.sociavault.com/authentication
                required:
                  - error
        '402':
          description: Payment Required - Insufficient credits
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Insufficient credits
                  required:
                    type: integer
                    example: 1
                    description: Credits required for this request
                  available:
                    type: integer
                    example: 0
                    description: Credits currently available
                required:
                  - error
                  - required
                  - available
        '500':
          description: Internal Server Error - Service configuration or processing error
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Service configuration error
                required:
                  - error
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`

        Get your API key from the [Dashboard](https://sociavault.com/dashboard).

````