# TikTok AI Video Scraper (`novi/tiktok-ai-video-scraper`) Actor

Scrape TikTok AI-generated video on TikTok with our powerful API. Download watermark-free videos, extract valuable data, and customize your search by region and video limit. Simplify data extraction with our easy-to-use JSON interface.

- **URL**: https://apify.com/novi/tiktok-ai-video-scraper.md
- **Developed by:** [Novi](https://apify.com/novi) (community)
- **Categories:** AI, Social media, Lead generation
- **Stats:** 36 total users, 0 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: No ratings yet

## Pricing

$43.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## TikTok AI Video API

### 🍕🍕 All in one TikTok API 🍕🍕

<https://apify.com/novi/fast-tiktok-api>

***

Since TikTok doesn't provide a good and free API, this actor should help you to retrieve data from it as an Unofficial API.

**The TikTok AI Video data scraper supports the following features:**

- **Search any AI Video** - Any AI Videos can be scraped.

- **Scrape video** - Scrape any video from TikTok and retrieve all the data out of it.

Say goodbye to watermarked videos as our data **provides the URL without watermarks**.

### Bugs, fixes, updates and changelog

This scraper is under active development. If you have any feature requests you can create an issue from here.

### Input Parameters

The input of this scraper should be JSON containing the list of pages on TikTok AI Video API that should be visited.
Required fields are:

| **FIELD**                   | **Type**                   | **Description**                                                                                                       |     |     |
|-----------------------------|----------------------------|-----------------------------------------------------------------------------------------------------------------------|-----|-----|
| region                      | String                     | 2 Characters region. Ex: US.                                                                                          |     |     |
| limit                       | Integer                    | You can limit scraped results.                                                                                        |     |     |
| proxyConfiguration          | Object\Proxy configuration | Either your own proxy servers or you can use Apify Proxy.                                                             |     |     |
|                             |                            |                                                                                                                       |     |     |

### Compute Unit Consumption

The actor optimized to run blazing fast and scrape many as listings as possible. Therefore, it forefronts all listing
detail requests. If actor doesn't block very often it'll scrape 100 listings in 30 seconds with ~0.03-0.07 compute units.

TikTok AI Video API Scraper Input example

```json
{
    "region": "US",
    "limit": 10,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyCountry": "US"
    }
}
```

### During the Run

During the run, the actor will output messages letting you know what is going on. Each message always contains a short
label specifying which page from the provided list is currently specified. When items are loaded from the page, you
should see a message about this event with a loaded item count and total item count for each page.

If you provide incorrect input to the actor, it will immediately stop with failure state and output an explanation of
what is wrong.

### Tiktok AI Video API Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API references to learn more
about getting results from this TikTok AI Video API actor.

#### Item Detail

```json
[
  {
    "added_sound_music_info": {
      "album": "",
      "artists": [],
      "audition_duration": 20,
      "author": "Gusta_H_R",
      "author_deleted": false,
      "author_position": null,
      "avatar_medium": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.webp?dr=9607&idc=useast2a&nonce=10386&ps=87d6e48a&refresh_token=f0cf6f3bdd820a83e86a4b7b9e734431&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.jpeg?dr=9607&idc=useast2a&nonce=11144&ps=87d6e48a&refresh_token=2dd6900a7b0ff8161c6b96b6e2baf745&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_thumb": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.webp?dr=9606&idc=useast2a&nonce=14769&ps=87d6e48a&refresh_token=fde731a1b97634df1e0477374a5e0446&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.jpeg?dr=9606&idc=useast2a&nonce=73991&ps=87d6e48a&refresh_token=6eece743f70d620587cc3a3d4c0f8492&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "binded_challenge_id": 0,
      "can_not_reuse": false,
      "collect_stat": 0,
      "commercial_right_type": 2,
      "cover_large": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:1080:1080:q75.webp?dr=9608&idc=useast2a&nonce=22680&ps=87d6e48a&refresh_token=c736ca551995088e37e523bc25486a5d&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:1080:1080:q75.jpeg?dr=9608&idc=useast2a&nonce=53463&ps=87d6e48a&refresh_token=dff063cd01f204bd7f88a4cb97e0abfe&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "cover_medium": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.webp?dr=9607&idc=useast2a&nonce=10386&ps=87d6e48a&refresh_token=f0cf6f3bdd820a83e86a4b7b9e734431&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.jpeg?dr=9607&idc=useast2a&nonce=11144&ps=87d6e48a&refresh_token=2dd6900a7b0ff8161c6b96b6e2baf745&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "cover_thumb": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.webp?dr=9606&idc=useast2a&nonce=14769&ps=87d6e48a&refresh_token=fde731a1b97634df1e0477374a5e0446&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.jpeg?dr=9606&idc=useast2a&nonce=73991&ps=87d6e48a&refresh_token=6eece743f70d620587cc3a3d4c0f8492&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "dmv_auto_show": false,
      "duration": 20,
      "duration_high_precision": {
        "audition_duration_precision": 20.767313,
        "duration_precision": 20.767313,
        "shoot_duration_precision": 20.767313,
        "video_duration_precision": 20.767313
      },
      "external_song_info": [],
      "extra": "{\"aed_music_dur\":3,\"amplitude_peak\":0,\"beats\":{},\"can_read\":true,\"can_reuse\":true,\"erase_type\":0,\"erase_uid\":0,\"from_user_id\":7286483725382009889,\"full_song_beat_info\":{},\"full_song_beats\":{},\"has_edited\":1,\"is_batch_take_down_music\":false,\"is_ugc_mapping\":false,\"is_used\":1,\"loudness_lufs\":0,\"music_vid\":\"v09942g40000cs07ch7og65gtftn1rig\",\"owner_id\":7095825381232346117,\"resource_status\":0,\"review_unshelve_reason\":0,\"reviewed\":1,\"schedule_search_time\":0}",
      "has_commerce_right": true,
      "id": 7422062216477855000,
      "id_str": "7422062216477854469",
      "is_audio_url_with_cookie": false,
      "is_author_artist": false,
      "is_commerce_music": true,
      "is_matched_metadata": false,
      "is_original": false,
      "is_original_sound": true,
      "is_pgc": false,
      "is_play_music": false,
      "is_shooting_allow": true,
      "log_extra": "{\"meta_song_matched_type\":\"not_found\",\"ttm_matched_type\":\"\",\"ttm_track_id\":\"\",\"matched_meta_song_id\":\"\",\"vid\":\"\",\"owner_id\":\"\"}",
      "lyric_short_position": null,
      "meme_song_info": {},
      "mid": "7422062216477854469",
      "multi_bit_rate_play_info": null,
      "mute_share": false,
      "offline_desc": "",
      "owner_handle": "gusta_h_r",
      "owner_id": "7095825381232346117",
      "owner_nickname": "Gusta_H_R",
      "play_url": {
        "height": 720,
        "uri": "https://sf77-ies-music-va.tiktokcdn.com/obj/musically-maliva-obj/7422062200627841798.mp3",
        "url_list": [
          "https://sf77-ies-music-va.tiktokcdn.com/obj/musically-maliva-obj/7422062200627841798.mp3"
        ],
        "url_prefix": null,
        "width": 720
      },
      "position": null,
      "prevent_download": false,
      "preview_end_time": 0,
      "preview_start_time": 0,
      "recommend_status": 100,
      "search_highlight": null,
      "sec_uid": "MS4wLjABAAAArAixj0RTtnVOCGukkouf152OFa6a5_UF7vlg9rEhGCT0k3C9zvbjvGFIYEPAXeqG",
      "shoot_duration": 20,
      "source_platform": 72,
      "status": 1,
      "strong_beat_url": {
        "height": 720,
        "uri": "https://sf77-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/pattern/e8e97b620d99ab34f959b07a500c6054.json",
        "url_list": [
          "https://sf77-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/pattern/e8e97b620d99ab34f959b07a500c6054.json"
        ],
        "url_prefix": null,
        "width": 720
      },
      "tag_list": null,
      "title": "o áudio",
      "tt_to_dsp_song_infos": null,
      "uncert_artists": null,
      "user_count": 0,
      "video_duration": 20
    },
    "aigc_info": {
      "aigc_label_type": 1,
      "created_by_ai": true
    },
    "anchors": [
      {
        "actions": [],
        "anchor_strong": null,
        "caption": "",
        "component_key": "anchor_capcut",
        "description": "CapCut · Video Editor",
        "general_type": 1,
        "icon": {
          "height": 720,
          "uri": "tiktok-obj/cc_anchor_logo_230222.png",
          "url_list": [
            "https://p77-sg.tiktokcdn.com/tiktok-obj/cc_anchor_logo_230222.png~tplv-tiktokx-origin.image?biz_tag=anchor.capcut&dr=10423&idc=useast2a&nonce=19313&ps=933b5bde&refresh_token=094d13e31638b021eb698460422ab801&shcp=d05b14bd&shp=45126217&t=4d5b0474",
            "https://p77-sg.tiktokcdn.com/tiktok-obj/cc_anchor_logo_230222.png~tplv-tiktokx-origin.jpeg?biz_tag=anchor.capcut&dr=10423&idc=useast2a&nonce=46435&ps=933b5bde&refresh_token=cba5b6251d35c22c77fa664abab2be4f&shcp=d05b14bd&shp=45126217&t=4d5b0474"
          ],
          "url_prefix": null,
          "width": 720
        },
        "id": "0",
        "keyword": "CapCut · Try this template",
        "log_extra": "{\"anchor_id\":0,\"anchor_name\":\"CapCut · Try this template\",\"anchor_name_type\":\"template_0\",\"anchor_title_detail\":\"None\",\"anchor_type\":\"TT_CAPCUT\",\"capability_key\":\"none\",\"cc_template_pay_type\":1,\"if_device_language\":\"0\",\"is_two_line\":0,\"maker_source\":\"\",\"template_id\":\"7421984330328689925\",\"tutorial_id\":\"none\",\"viamaker_anchor_capability_key_weight\":1,\"viamaker_anchor_style_idx\":-1,\"viamaker_anchor_style_source\":3,\"video_source\":1,\"video_type_id\":2}",
        "schema": "aweme://lynxview/?bundle=landing%2Ftemplate.js&channel=tiktok_capcut_anchor_landing_page&container_bg_color=000000&dynamic=3&enable_prefetch=1&experiment_70720234=1&experiment_70734729=1&experiment_71198425=1&experiment_71270528=1&experiment_71390981=1&experiment_71469630=1&experiment_71540222=1&experiment_71560892=1&experiment_71642885=1&experiment_71790668=1&experiment_71860799=1&experiment_72056324=1&experiment_72683640=1&experiment_73062961=1&hide_nav_bar=1&hide_status_bar=1&loading_bg_color=000000&onelink=https%3A%2F%2Fttanchor.onelink.me%2FVQBU%2FTiktokAnchorTemplate1&theme=dark&trans_status_bar=1&use_forest=1&use_new_deep_link_func=1&use_spark=1&group_id=7434250801993764128&template_id=7421984330328689925&server_common_log={\"anchor_name_type\":\"template_0\",\"anchor_title_detail\":\"None\",\"if_device_language\":\"0\",\"is_two_line\":0}&export_paid_template_token=B4nK7XRU-wqKeXMrqRd7WUqcmJEkKwBFbGS1gYcpNbgyzeX070sBltKMUz2vcAyz-wHVkGiRKZDnFltkREbH3Q&export_paid_template=1&music_id=7422062216477854469&music_begin_time=0&landing_page_style_id=0&is_recommend_ctrl=false&viamaker_anchor_style_source=3&anchor_title_id=0&viamaker_anchor_style_idx=-1&viamaker_anchor_capability_key_weight=1&fans_num=0&show_recruit=0&btn_text=Use template in CapCut&trans_status_bar=1&hide_status_bar=1&channel_type=1&cc_anchor_type=2&default_strategy=2&target_item_list=[{\"item_id\":\"7421984330328689925\",\"item_type\":1,\"tt_item_id\":7434250801993764128,\"tt_item_id_str\":\"7434250801993764128\",\"capability_rec_info\":{\"style_id\":0,\"anchor_title_id\":0,\"is_rec_ctrl\":false,\"viamaker_anchor_style_source\":3}}]&landing_page_style=1&surl=https%3A%2F%2Flf-main-gecko-source.tiktokcdn.com%2Fobj%2Ftiktok-teko-source-sg%2F10%2Fgecko%2Fresource%2Ftiktok_capcut_anchor_landing_page%2Flanding%2Ftemplate.js",
        "thumbnail": {
          "height": 64,
          "uri": "tiktok-obj/64x_Capcut3x.png",
          "url_list": [
            "https://p77-sg.tiktokcdn.com/tiktok-obj/64x_Capcut3x.png~tplv-tiktokx-origin.image?dr=10423&nonce=86704&refresh_token=361101cc018feb2c2f6828cd713832af&idc=useast2a&ps=933b5bde&shcp=d05b14bd&shp=45126217&t=4d5b0474",
            "https://p77-sg.tiktokcdn.com/tiktok-obj/64x_Capcut3x.png~tplv-tiktokx-origin.jpeg?dr=10423&nonce=82594&refresh_token=d8a0d286690aa5416738575173e3e4b3&idc=useast2a&ps=933b5bde&shcp=d05b14bd&shp=45126217&t=4d5b0474"
          ],
          "url_prefix": null,
          "width": 64
        },
        "type": 54
      }
    ],
    "anchors_extras": "",
    "author": {
      "accept_private_policy": false,
      "account_labels": null,
      "account_region": "",
      "ad_cover_url": null,
      "advance_feature_item_order": null,
      "advanced_feature_info": null,
      "apple_account": 0,
      "authority_status": 0,
      "avatar_168x168": {
        "height": 720,
        "uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
        "url_list": [
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:168:168:q75.webp?dr=9604&idc=useast2a&nonce=41473&ps=87d6e48a&refresh_token=63ed18dbbd627b34173ec310441ab9e0&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:168:168:q75.jpeg?dr=9604&idc=useast2a&nonce=81013&ps=87d6e48a&refresh_token=d69785a826f44ba1e1f02a9137b480b4&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_300x300": {
        "height": 720,
        "uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
        "url_list": [
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:300:300:q75.webp?dr=9605&idc=useast2a&nonce=29570&ps=87d6e48a&refresh_token=d620aaccca67477433a2a4257d085b1a&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:300:300:q75.jpeg?dr=9605&idc=useast2a&nonce=35083&ps=87d6e48a&refresh_token=09c33aa105fa93689041dbc5ed213186&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_larger": {
        "height": 720,
        "uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
        "url_list": [
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:1080:1080:q75.webp?dr=9608&idc=useast2a&nonce=83126&ps=87d6e48a&refresh_token=937e536fefa84c7d14ead319d0646b47&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:1080:1080:q75.jpeg?dr=9608&idc=useast2a&nonce=95511&ps=87d6e48a&refresh_token=f78c2c3b278a0950cbf3723131f72e48&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_medium": {
        "height": 720,
        "uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
        "url_list": [
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:720:720:q75.webp?dr=9607&idc=useast2a&nonce=34276&ps=87d6e48a&refresh_token=d37bbd9a42ec575eb77aa4effbe6655a&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:720:720:q75.jpeg?dr=9607&idc=useast2a&nonce=74185&ps=87d6e48a&refresh_token=8ddc2d08630dd3ea16fe8efe414cdb02&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_thumb": {
        "height": 720,
        "uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
        "url_list": [
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:100:100:q75.webp?dr=9606&idc=useast2a&nonce=73263&ps=87d6e48a&refresh_token=39d3e2d9cdf75fe9f1b9cbc037642af9&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-useast2a.tiktokcdn.com/tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3~tplv-tiktokx-cropcenter-q:100:100:q75.jpeg?dr=9606&idc=useast2a&nonce=94603&ps=87d6e48a&refresh_token=ab53c3afd330eda7c27aab3d98bf6dd5&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_uri": "tos-useast2a-avt-0068-euttp/19e310c8ed645d70829b967a29d7c7c3",
      "aweme_count": 0,
      "bind_phone": "",
      "bold_fields": null,
      "can_message_follow_status_list": [
        0,
        1,
        2,
        4
      ],
      "can_set_geofencing": null,
      "cha_list": null,
      "comment_filter_status": 0,
      "comment_setting": 0,
      "commerce_user_level": 0,
      "cover_url": [],
      "create_time": 0,
      "custom_verify": "",
      "cv_level": "",
      "download_prompt_ts": 1724697460,
      "download_setting": 3,
      "duet_setting": 0,
      "enterprise_verify_reason": "",
      "events": null,
      "fake_data_info": {},
      "favoriting_count": 0,
      "fb_expire_time": 0,
      "follow_status": 0,
      "follower_count": 0,
      "follower_status": 0,
      "followers_detail": null,
      "following_count": 0,
      "friends_status": 0,
      "gender": 0,
      "geofencing": null,
      "google_account": "",
      "has_email": false,
      "has_facebook_token": false,
      "has_insights": false,
      "has_orders": false,
      "has_twitter_token": false,
      "has_youtube_token": false,
      "hide_search": false,
      "homepage_bottom_toast": null,
      "ins_id": "",
      "is_ad_fake": false,
      "is_block": false,
      "is_discipline_member": false,
      "is_mute": 0,
      "is_phone_binded": false,
      "is_star": false,
      "item_list": null,
      "language": "ru",
      "live_agreement": 0,
      "live_commerce": false,
      "live_verify": 0,
      "mention_status": 1,
      "mutual_relation_avatars": null,
      "need_points": null,
      "need_recommend": 0,
      "nickname": "Ai video",
      "platform_sync_info": null,
      "prevent_download": false,
      "react_setting": 0,
      "region": "KZ",
      "relative_users": null,
      "reply_with_video_flag": 4,
      "room_id": 0,
      "search_highlight": null,
      "sec_uid": "MS4wLjABAAAAHlreJNhCB4sy5XF7nmyw9PIqCFE7HKss9jl8-_PcN9lPoGJlPU43skOJrT81gx2p",
      "secret": 0,
      "share_info": {
        "now_invitation_card_image_urls": null,
        "share_desc": "",
        "share_desc_info": "",
        "share_qrcode_url": {
          "height": 720,
          "uri": "",
          "url_list": [],
          "url_prefix": null,
          "width": 720
        },
        "share_title": "",
        "share_title_myself": "",
        "share_title_other": "",
        "share_url": ""
      },
      "share_qrcode_uri": "",
      "shield_comment_notice": 0,
      "shield_digg_notice": 0,
      "shield_edit_field_info": null,
      "shield_follow_notice": 0,
      "short_id": "0",
      "show_image_bubble": false,
      "signature": "Football ai video every day🔥\nGo 20k🔥",
      "special_account": {
        "special_account_list": null
      },
      "special_lock": 1,
      "status": 1,
      "stitch_setting": 0,
      "total_favorited": 0,
      "tw_expire_time": 0,
      "twitter_id": "",
      "twitter_name": "",
      "type_label": null,
      "uid": "7407158617286345760",
      "unique_id": "cartwhos",
      "unique_id_modify_time": 1732972238,
      "user_canceled": false,
      "user_mode": 1,
      "user_now_pack_info": {},
      "user_period": 0,
      "user_profile_guide": null,
      "user_rate": 1,
      "user_tags": null,
      "verification_type": 1,
      "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,
      "youtube_channel_id": "",
      "youtube_channel_title": "",
      "youtube_expire_time": 0
    },
    "author_user_id": 7407158617286346000,
    "aweme_acl": {
      "download_general": {
        "code": 1,
        "extra": "101",
        "mute": false,
        "show_type": 0,
        "transcode": 1
      },
      "download_mask_panel": {
        "code": 1,
        "extra": "101",
        "mute": false,
        "show_type": 0,
        "transcode": 1
      },
      "platform_list": null,
      "press_action_list": null,
      "share_action_list": null,
      "share_general": {
        "code": 1,
        "extra": "101",
        "mute": false,
        "show_type": 1,
        "toast_msg": "This action isn't allowed for this post",
        "transcode": 1
      },
      "share_list_status": 0
    },
    "aweme_id": "7434250801993764128",
    "aweme_type": 0,
    "banners": null,
    "behind_the_song_music_ids": null,
    "behind_the_song_video_music_ids": null,
    "bodydance_score": 0,
    "branded_content_accounts": null,
    "c2pa_info": {
      "aigc_src": "",
      "dedup_err": "",
      "dedup_src": "",
      "first_aigc_src": "",
      "first_src": "",
      "is_capcut": false,
      "is_tiktok": false,
      "last_aigc_src": "",
      "last_src": "",
      "total_err": 0,
      "total_img": 0,
      "total_src": 0,
      "total_vid": 1,
      "upload_dur": 20.733999252319336
    },
    "cc_template_info": {
      "author_name": "",
      "clip_count": 0,
      "desc": "",
      "duration_milliseconds": 0,
      "related_music_id": "",
      "template_id": ""
    },
    "cha_list": [
      {
        "author": {
          "account_labels": null,
          "ad_cover_url": null,
          "advance_feature_item_order": null,
          "advanced_feature_info": null,
          "bold_fields": null,
          "can_message_follow_status_list": null,
          "can_set_geofencing": null,
          "cha_list": null,
          "cover_url": null,
          "events": null,
          "followers_detail": null,
          "geofencing": null,
          "homepage_bottom_toast": null,
          "item_list": null,
          "mutual_relation_avatars": null,
          "need_points": null,
          "platform_sync_info": null,
          "relative_users": null,
          "search_highlight": null,
          "shield_edit_field_info": null,
          "type_label": null,
          "user_profile_guide": null,
          "user_tags": null,
          "white_cover_url": null
        },
        "banner_list": null,
        "cha_attrs": null,
        "cha_name": "ai",
        "cid": "183145",
        "collect_stat": 0,
        "connect_music": [],
        "desc": "",
        "extra_attr": {
          "is_live": false
        },
        "hashtag_profile": "",
        "is_challenge": 0,
        "is_commerce": false,
        "is_pgcshow": false,
        "schema": "aweme://aweme/challenge/detail?cid=183145",
        "search_highlight": null,
        "share_info": {
          "bool_persist": 0,
          "now_invitation_card_image_urls": null,
          "share_desc": "This is becoming a big trend on TikTok now! #ai Join me and have fun! Tap here:",
          "share_desc_info": "This is becoming a big trend on TikTok now! #ai Join me and have fun! Tap here:",
          "share_quote": "",
          "share_signature_desc": "",
          "share_signature_url": "",
          "share_title": "It is a becoming a big trend on TikTok now! Click here: ai",
          "share_title_myself": "",
          "share_title_other": "",
          "share_url": "https://www.tiktok.com/tag/ai?_r=1&name=ai&u_code=eab88lbm9gk1im&_d=eab876fjdbb74m&share_challenge_id=183145&sharer_language=en&source=h5_m"
        },
        "show_items": null,
        "sub_type": 0,
        "type": 1,
        "use_count": 0,
        "user_count": 0,
        "view_count": 0
      }
    ],
    "challenge_position": null,
    "cmt_swt": false,
    "collect_stat": 0,
    "comment_config": {
      "emoji_recommend_list": null,
      "long_press_recommend_list": null,
      "preload": {
        "preds": "{\"item_post_comment\":0.000368002878317689}"
      },
      "quick_comment": {
        "enabled": true
      },
      "quick_comment_emoji_recommend_list": null
    },
    "comment_topbar_info": null,
    "commerce_config_data": null,
    "commerce_info": {
      "adv_promotable": false,
      "auction_ad_invited": false,
      "branded_content_type": 0,
      "with_comment_filter_words": false
    },
    "content_desc": "[\"Ronaldo smoking \",\"\",\"#ai #footballtiktok #ronaldo #fyp #tyson #ronaldinho #palmer \"]",
    "content_desc_extra": [
      {
        "end": 3,
        "hashtag_id": "183145",
        "hashtag_name": "ai",
        "is_commerce": false,
        "line_idx": 2,
        "start": 0,
        "type": 1
      },
      {
        "end": 19,
        "hashtag_id": "1607416749324289",
        "hashtag_name": "footballtiktok",
        "is_commerce": false,
        "line_idx": 2,
        "start": 4,
        "type": 1
      },
      {
        "end": 28,
        "hashtag_id": "70501",
        "hashtag_name": "ronaldo",
        "is_commerce": false,
        "line_idx": 2,
        "start": 20,
        "type": 1
      },
      {
        "end": 33,
        "hashtag_id": "229207",
        "hashtag_name": "fyp",
        "is_commerce": false,
        "line_idx": 2,
        "start": 29,
        "type": 1
      },
      {
        "end": 40,
        "hashtag_id": "101693",
        "hashtag_name": "tyson",
        "is_commerce": false,
        "line_idx": 2,
        "start": 34,
        "type": 1
      },
      {
        "end": 52,
        "hashtag_id": "185654",
        "hashtag_name": "ronaldinho",
        "is_commerce": false,
        "line_idx": 2,
        "start": 41,
        "type": 1
      },
      {
        "end": 60,
        "hashtag_id": "1195749",
        "hashtag_name": "palmer",
        "is_commerce": false,
        "line_idx": 2,
        "start": 53,
        "type": 1
      }
    ],
    "content_model": {
      "custom_biz": {
        "aweme_trace": "20241130131037E7E6D38555F9C6B9366A"
      },
      "standard_biz": {
        "tts_voice_info": {
          "tts_voice_attr": "[]",
          "tts_voice_reuse_params": ""
        },
        "vc_filter_info": {
          "vc_filter_attr": "[]"
        }
      }
    },
    "content_original_type": 1,
    "content_size_type": 1,
    "content_type": "video",
    "cover_labels": null,
    "create_time": "2024-11-06T07:10:07.000Z",
    "creation_info": {
      "creation_used_functions": [
        "select_music",
        "high_quality_upload"
      ]
    },
    "desc": "Ronaldo smoking  #ai #footballtiktok #ronaldo #fyp #tyson #ronaldinho #palmer ",
    "desc_language": "en",
    "disable_search_trending_bar": false,
    "distance": "",
    "distribute_type": 1,
    "follow_up_publish_from_id": -1,
    "geofencing": null,
    "geofencing_regions": null,
    "green_screen_materials": null,
    "group_id": "7434250801993764128",
    "group_id_list": {
      "GroupdIdList0": [
        7434250801993764000
      ],
      "GroupdIdList1": [
        7434250801993764000
      ]
    },
    "has_danmaku": false,
    "has_promote_entry": 1,
    "has_vs_entry": false,
    "have_dashboard": false,
    "hybrid_label": null,
    "image_infos": null,
    "interact_permission": {
      "allow_adding_as_post": {
        "status": 0
      },
      "allow_adding_to_story": 0,
      "allow_create_sticker": {
        "status": 0
      },
      "allow_story_switch_to_post": {},
      "duet": 0,
      "duet_privacy_setting": 0,
      "stitch": 0,
      "stitch_privacy_setting": 0,
      "upvote": 0
    },
    "interaction_stickers": null,
    "is_ads": false,
    "is_description_translatable": true,
    "is_hash_tag": 1,
    "is_nff_or_nr": false,
    "is_on_this_day": 0,
    "is_pgcshow": false,
    "is_preview": 0,
    "is_relieve": false,
    "is_text_sticker_translatable": false,
    "is_title_translatable": false,
    "is_top": 0,
    "is_vr": false,
    "item_comment_settings": 0,
    "item_duet": 0,
    "item_react": 0,
    "item_stitch": 0,
    "label_top": {
      "height": 720,
      "uri": "tiktok-obj/1598708589477025.PNG",
      "url_list": [
        "https://p77-sg.tiktokcdn.com/tiktok-obj/1598708589477025.PNG~tplv-tiktokx-origin.image?dr=10423&nonce=15698&refresh_token=6cb0a56b61ee4abfc815ebe9fda68c70&idc=useast2a&ps=933b5bde&shcp=d05b14bd&shp=45126217&t=4d5b0474",
        "https://p77-sg.tiktokcdn.com/tiktok-obj/1598708589477025.PNG~tplv-tiktokx-origin.jpeg?dr=10423&nonce=71886&refresh_token=f2afd569f077e4509481adf05aaad6a3&idc=useast2a&ps=933b5bde&shcp=d05b14bd&shp=45126217&t=4d5b0474"
      ],
      "url_prefix": null,
      "width": 720
    },
    "label_top_text": null,
    "long_video": null,
    "main_arch_common": "",
    "mask_infos": [],
    "misc_info": "{\"tns_im_info\":{\"label_category\":7,\"thumbnail_label\":\"AI-generated\"}}",
    "muf_comment_info_v2": null,
    "music": {
      "album": "",
      "artists": [],
      "audition_duration": 20,
      "author": "Gusta_H_R",
      "author_deleted": false,
      "author_position": null,
      "avatar_medium": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.webp?dr=9607&idc=useast2a&nonce=10386&ps=87d6e48a&refresh_token=f0cf6f3bdd820a83e86a4b7b9e734431&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.jpeg?dr=9607&idc=useast2a&nonce=11144&ps=87d6e48a&refresh_token=2dd6900a7b0ff8161c6b96b6e2baf745&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "avatar_thumb": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.webp?dr=9606&idc=useast2a&nonce=14769&ps=87d6e48a&refresh_token=fde731a1b97634df1e0477374a5e0446&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.jpeg?dr=9606&idc=useast2a&nonce=73991&ps=87d6e48a&refresh_token=6eece743f70d620587cc3a3d4c0f8492&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "binded_challenge_id": 0,
      "can_not_reuse": false,
      "collect_stat": 0,
      "commercial_right_type": 2,
      "cover_large": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:1080:1080:q75.webp?dr=9608&idc=useast2a&nonce=22680&ps=87d6e48a&refresh_token=c736ca551995088e37e523bc25486a5d&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:1080:1080:q75.jpeg?dr=9608&idc=useast2a&nonce=53463&ps=87d6e48a&refresh_token=dff063cd01f204bd7f88a4cb97e0abfe&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "cover_medium": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.webp?dr=9607&idc=useast2a&nonce=10386&ps=87d6e48a&refresh_token=f0cf6f3bdd820a83e86a4b7b9e734431&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:720:720:q75.jpeg?dr=9607&idc=useast2a&nonce=11144&ps=87d6e48a&refresh_token=2dd6900a7b0ff8161c6b96b6e2baf745&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "cover_thumb": {
        "height": 720,
        "uri": "tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae",
        "url_list": [
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.webp?dr=9606&idc=useast2a&nonce=14769&ps=87d6e48a&refresh_token=fde731a1b97634df1e0477374a5e0446&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4",
          "https://p16-amd-va.tiktokcdn.com/tos-maliva-avt-0068/b998b1e682a6d82e1b95e79107667cae~tplv-tiktokx-cropcenter-q:100:100:q75.jpeg?dr=9606&idc=useast2a&nonce=73991&ps=87d6e48a&refresh_token=6eece743f70d620587cc3a3d4c0f8492&s=CHALLENGE_AWEME&sc=avatar&shcp=c0f880ed&shp=45126217&t=223449c4"
        ],
        "url_prefix": null,
        "width": 720
      },
      "dmv_auto_show": false,
      "duration": 20,
      "duration_high_precision": {
        "audition_duration_precision": 20.767313,
        "duration_precision": 20.767313,
        "shoot_duration_precision": 20.767313,
        "video_duration_precision": 20.767313
      },
      "external_song_info": [],
      "extra": "{\"aed_music_dur\":3,\"amplitude_peak\":0,\"beats\":{},\"can_read\":true,\"can_reuse\":true,\"erase_type\":0,\"erase_uid\":0,\"from_user_id\":7286483725382009889,\"full_song_beat_info\":{},\"full_song_beats\":{},\"has_edited\":1,\"is_batch_take_down_music\":false,\"is_ugc_mapping\":false,\"is_used\":1,\"loudness_lufs\":0,\"music_vid\":\"v09942g40000cs07ch7og65gtftn1rig\",\"owner_id\":7095825381232346117,\"resource_status\":0,\"review_unshelve_reason\":0,\"reviewed\":1,\"schedule_search_time\":0}",
      "has_commerce_right": true,
      "id": 7422062216477855000,
      "id_str": "7422062216477854469",
      "is_audio_url_with_cookie": false,
      "is_author_artist": false,
      "is_commerce_music": true,
      "is_matched_metadata": false,
      "is_original": false,
      "is_original_sound": true,
      "is_pgc": false,
      "is_play_music": false,
      "is_shooting_allow": true,
      "log_extra": "{\"meta_song_matched_type\":\"not_found\",\"ttm_matched_type\":\"\",\"ttm_track_id\":\"\",\"matched_meta_song_id\":\"\",\"vid\":\"\",\"owner_id\":\"\"}",
      "lyric_short_position": null,
      "meme_song_info": {},
      "mid": "7422062216477854469",
      "multi_bit_rate_play_info": null,
      "mute_share": false,
      "offline_desc": "",
      "owner_handle": "gusta_h_r",
      "owner_id": "7095825381232346117",
      "owner_nickname": "Gusta_H_R",
      "play_url": {
        "height": 720,
        "uri": "https://sf77-ies-music-va.tiktokcdn.com/obj/musically-maliva-obj/7422062200627841798.mp3",
        "url_list": [
          "https://sf77-ies-music-va.tiktokcdn.com/obj/musically-maliva-obj/7422062200627841798.mp3"
        ],
        "url_prefix": null,
        "width": 720
      },
      "position": null,
      "prevent_download": false,
      "preview_end_time": 0,
      "preview_start_time": 0,
      "recommend_status": 100,
      "search_highlight": null,
      "sec_uid": "MS4wLjABAAAArAixj0RTtnVOCGukkouf152OFa6a5_UF7vlg9rEhGCT0k3C9zvbjvGFIYEPAXeqG",
      "shoot_duration": 20,
      "source_platform": 72,
      "status": 1,
      "strong_beat_url": {
        "height": 720,
        "uri": "https://sf77-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/pattern/e8e97b620d99ab34f959b07a500c6054.json",
        "url_list": [
          "https://sf77-ies-music-sg.tiktokcdn.com/obj/tiktok-obj/pattern/e8e97b620d99ab34f959b07a500c6054.json"
        ],
        "url_prefix": null,
        "width": 720
      },
      "tag_list": null,
      "title": "o áudio",
      "tt_to_dsp_song_infos": null,
      "uncert_artists": null,
      "user_count": 0,
      "video_duration": 20
    },
    "music_begin_time_in_ms": 0,
    "music_end_time_in_ms": 20717,
    "music_selected_from": "original",
    "music_title_style": 1,
    "music_volume": "0.000000",
    "need_trim_step": false,
    "need_vs_entry": false,
    "nickname_position": null,
    "no_selected_music": false,
    "operator_boost_info": null,
    "origin_comment_ids": null,
    "origin_volume": "50.000000",
    "original_client_text": {
      "markup_text": "Ronaldo smoking <br><br><h id=\"1\">#ai</h> <h id=\"8\">#footballtiktok</h> <h id=\"21\">#ronaldo</h> <h id=\"40\">#fyp</h> <h id=\"65\">#tyson</h> <h id=\"293\">#ronaldinho</h> <h id=\"509\">#palmer</h> ",
      "text_extra": [
        {
          "hashtag_id": "183145",
          "hashtag_name": "ai",
          "is_commerce": false,
          "tag_id": "1",
          "type": 1
        },
        {
          "hashtag_id": "1607416749324289",
          "hashtag_name": "footballtiktok",
          "is_commerce": false,
          "tag_id": "8",
          "type": 1
        },
        {
          "hashtag_id": "70501",
          "hashtag_name": "ronaldo",
          "is_commerce": false,
          "tag_id": "21",
          "type": 1
        },
        {
          "hashtag_id": "229207",
          "hashtag_name": "fyp",
          "is_commerce": false,
          "tag_id": "40",
          "type": 1
        },
        {
          "hashtag_id": "101693",
          "hashtag_name": "tyson",
          "is_commerce": false,
          "tag_id": "65",
          "type": 1
        },
        {
          "hashtag_id": "185654",
          "hashtag_name": "ronaldinho",
          "is_commerce": false,
          "tag_id": "293",
          "type": 1
        },
        {
          "hashtag_id": "1195749",
          "hashtag_name": "palmer",
          "is_commerce": false,
          "tag_id": "509",
          "type": 1
        }
      ]
    },
    "picked_users": [],
    "playlist_blocked": false,
    "poi_re_tag_signal": 0,
    "position": null,
    "prevent_download": false,
    "products_info": null,
    "promote_capcut_toggle": 0,
    "promote_icon_text": "Promote",
    "promote_toast": "",
    "promote_toast_key": "",
    "question_list": null,
    "rate": 12,
    "reference_tts_voice_ids": null,
    "reference_voice_filter_ids": null,
    "region": "KZ",
    "retry_type": 0,
    "risk_infos": {
      "content": "",
      "risk_sink": false,
      "type": 0,
      "vote": false,
      "warn": false
    },
    "search_highlight": null,
    "share_info": {
      "bool_persist": 0,
      "now_invitation_card_image_urls": null,
      "share_desc": "Check out Ai video's video! #TikTok",
      "share_desc_info": "TikTok: Make Every Second CountCheck out Ai video’s video! #TikTok > ",
      "share_link_desc": "",
      "share_quote": "",
      "share_signature_desc": "",
      "share_signature_url": "",
      "share_title": "Check out Ai video’s video! #TikTok > ",
      "share_title_myself": "",
      "share_title_other": "",
      "share_url": "https://www.tiktok.com/@cartwhos/video/7434250801993764128?_r=1&u_code=eab88lbm9gk1im&preview_pb=0&sharer_language=en&_d=eab876fjdbb74m&share_item_id=7434250801993764128&source=h5_m",
      "whatsapp_desc": "Download TikTok and watch more fun videos:"
    },
    "share_url": "https://www.tiktok.com/@cartwhos/video/7434250801993764128?_r=1&u_code=eab88lbm9gk1im&preview_pb=0&sharer_language=en&_d=eab876fjdbb74m&share_item_id=7434250801993764128&source=h5_m",
    "shoot_tab_name": "photo",
    "sort_label": "",
    "statistics": {
      "aweme_id": "7434250801993764128",
      "collect_count": 29534,
      "comment_count": 1389,
      "digg_count": 267837,
      "download_count": 2414,
      "forward_count": 0,
      "lose_comment_count": 0,
      "lose_count": 0,
      "play_count": 3774427,
      "repost_count": 0,
      "share_count": 103232,
      "whatsapp_share_count": 1111
    },
    "status": {
      "allow_comment": true,
      "allow_share": true,
      "aweme_id": "7434250801993764128",
      "download_status": 0,
      "in_reviewing": false,
      "is_delete": false,
      "is_prohibited": false,
      "private_status": 0,
      "review_result": {
        "review_status": 0
      },
      "reviewed": 0,
      "self_see": false
    },
    "support_danmaku": false,
    "text_extra": [
      {
        "end": 20,
        "hashtag_id": "183145",
        "hashtag_name": "ai",
        "is_commerce": false,
        "start": 17,
        "type": 1
      },
      {
        "end": 36,
        "hashtag_id": "1607416749324289",
        "hashtag_name": "footballtiktok",
        "is_commerce": false,
        "start": 21,
        "type": 1
      },
      {
        "end": 45,
        "hashtag_id": "70501",
        "hashtag_name": "ronaldo",
        "is_commerce": false,
        "start": 37,
        "type": 1
      },
      {
        "end": 50,
        "hashtag_id": "229207",
        "hashtag_name": "fyp",
        "is_commerce": false,
        "start": 46,
        "type": 1
      },
      {
        "end": 57,
        "hashtag_id": "101693",
        "hashtag_name": "tyson",
        "is_commerce": false,
        "start": 51,
        "type": 1
      },
      {
        "end": 69,
        "hashtag_id": "185654",
        "hashtag_name": "ronaldinho",
        "is_commerce": false,
        "start": 58,
        "type": 1
      },
      {
        "end": 77,
        "hashtag_id": "1195749",
        "hashtag_name": "palmer",
        "is_commerce": false,
        "start": 70,
        "type": 1
      }
    ],
    "text_sticker_major_lang": "un",
    "title_language": "un",
    "ttec_suggest_words": {
      "ttec_suggest_words": null
    },
    "tts_voice_ids": null,
    "ttt_product_recall_type": -2,
    "uniqid_position": null,
    "used_full_song": false,
    "user_digged": 0,
    "video": {
      "CoverTsp": 9.905668535201276,
      "ai_dynamic_cover": {
        "uri": "tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.image?dr=9229&nonce=51184&refresh_token=a08a1aa23c5edce973a45ffc19269e79&x-expires=1733058000&x-signature=O7Euf2R6PrSakaqBdm8k2B40uG8%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.jpeg?dr=9229&nonce=87722&refresh_token=f7e30fb8decffdbc10faa157aa344cb8&x-expires=1733058000&x-signature=b4pkJjYqmqZ3fZ2MKnLEbFLUxlg%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null
      },
      "ai_dynamic_cover_bak": {
        "uri": "tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.image?dr=9229&nonce=51184&refresh_token=a08a1aa23c5edce973a45ffc19269e79&x-expires=1733058000&x-signature=O7Euf2R6PrSakaqBdm8k2B40uG8%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.jpeg?dr=9229&nonce=87722&refresh_token=f7e30fb8decffdbc10faa157aa344cb8&x-expires=1733058000&x-signature=b4pkJjYqmqZ3fZ2MKnLEbFLUxlg%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null
      },
      "animated_cover": {
        "uri": "tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.image?dr=9229&nonce=51184&refresh_token=a08a1aa23c5edce973a45ffc19269e79&x-expires=1733058000&x-signature=O7Euf2R6PrSakaqBdm8k2B40uG8%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oow8nDIrNADfQcAjIIIEBYRrYPF8RKlEboVafu~tplv-tiktokx-origin.jpeg?dr=9229&nonce=87722&refresh_token=f7e30fb8decffdbc10faa157aa344cb8&x-expires=1733058000&x-signature=b4pkJjYqmqZ3fZ2MKnLEbFLUxlg%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null
      },
      "big_thumbs": [],
      "bit_rate": [
        {
          "HDR_bit": "",
          "HDR_type": "",
          "bit_rate": 176030,
          "dub_infos": null,
          "fps": 29,
          "gear_name": "adapt_540_2",
          "is_bytevc1": 2,
          "play_addr": {
            "data_size": 456228,
            "file_cs": "c:0-19080-c753",
            "file_hash": "0d3c99e428abe1074b71f1966c5cfba4",
            "height": 576,
            "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
            "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_bytevc2_540p_176030",
            "url_list": [
              "https://v45.tiktokcdn-eu.com/a0825b4baafe7e52f41f1fae6cb81573/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/oI0iQwEOGgEInhjw7IDbeNKAXHeGVLWb4efi5I/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=342&bt=171&cs=5&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=11&rc=aGg3OmY0aWk5aGY2ZWQ3ZEBpMzhzbG85cnJ2djMzZjczM0AyL2I0MS42NS0xMjA0NTQzYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
              "https://v16m.tiktokcdn-eu.com/e324420f24045eff559716afcc02f49c/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/oI0iQwEOGgEInhjw7IDbeNKAXHeGVLWb4efi5I/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=342&bt=171&cs=5&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=11&rc=aGg3OmY0aWk5aGY2ZWQ3ZEBpMzhzbG85cnJ2djMzZjczM0AyL2I0MS42NS0xMjA0NTQzYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
              "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=6a748a7b335c4e068f9f114c77e42e5e&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjA2ZmRlYTVjYmZiYzcxMjAzMTY0OWNlNjE3Y2Q3MjRj&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
            ],
            "url_prefix": null,
            "width": 576
          },
          "quality_type": 28,
          "video_extra": "{\"PktOffsetMap\":\"[{\\\"time\\\": 1, \\\"offset\\\": 67686}, {\\\"time\\\": 2, \\\"offset\\\": 90960}, {\\\"time\\\": 3, \\\"offset\\\": 111915}, {\\\"time\\\": 4, \\\"offset\\\": 142453}, {\\\"time\\\": 5, \\\"offset\\\": 163143}, {\\\"time\\\": 10, \\\"offset\\\": 263093}]\",\"mvmaf\":\"{\\\"v2.0\\\": {\\\"srv1\\\": {\\\"v1080\\\": 95.905, \\\"v960\\\": 97.146, \\\"v864\\\": 97.805, \\\"v720\\\": 98.351}, \\\"ori\\\": {\\\"v1080\\\": 86.146, \\\"v960\\\": 88.435, \\\"v864\\\": 89.653, \\\"v720\\\": 90.37}}}\",\"volume_info_json\":\"\",\"transcode_feature_id\":\"cc99924c883e43d2cd03209fe363cfeb\"}"
        },
        {
          "HDR_bit": "",
          "HDR_type": "",
          "bit_rate": 147559,
          "dub_infos": null,
          "fps": 29,
          "gear_name": "lower_540_1",
          "is_bytevc1": 1,
          "play_addr": {
            "data_size": 382437,
            "file_cs": "c:0-18825-a3b7",
            "file_hash": "ea3ac27a3f75ec74a4521676baf104cd",
            "height": 576,
            "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
            "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_bytevc1_540p_147559",
            "url_list": [
              "https://v45.tiktokcdn-eu.com/13449d185b5a04c1e023bae87726c6bc/674b6342/video/tos/useast2a/tos-useast2a-ve-0068-euttp/ow5rbOi0IlG4ALpUfLeQegG5wHqVEwGWIIqejK/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=288&bt=144&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=OzM7ZTxkaWU8NDY2NDMzNEBpMzhzbG85cnJ2djMzZjczM0BfX2JeMzBjNjUxLTRgNTItYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
              "https://v16m.tiktokcdn-eu.com/81cf542fba4174f81c9b66bee0796903/674b6342/video/tos/useast2a/tos-useast2a-ve-0068-euttp/ow5rbOi0IlG4ALpUfLeQegG5wHqVEwGWIIqejK/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=288&bt=144&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=OzM7ZTxkaWU8NDY2NDMzNEBpMzhzbG85cnJ2djMzZjczM0BfX2JeMzBjNjUxLTRgNTItYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
              "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=015080c1730341899bff3a69abe8b0b8&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmNmYjNkNDA0ZjhmNTI1N2QzOWRjNzAyMjllMzI0ZDFl&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
            ],
            "url_prefix": null,
            "width": 576
          },
          "quality_type": 24,
          "video_extra": "{\"PktOffsetMap\":\"[{\\\"time\\\": 1, \\\"offset\\\": 51305}, {\\\"time\\\": 2, \\\"offset\\\": 68997}, {\\\"time\\\": 3, \\\"offset\\\": 88721}, {\\\"time\\\": 4, \\\"offset\\\": 111063}, {\\\"time\\\": 5, \\\"offset\\\": 130067}, {\\\"time\\\": 10, \\\"offset\\\": 204934}]\",\"mvmaf\":\"{\\\"v2.0\\\": {\\\"srv1\\\": {\\\"v1080\\\": 89.526, \\\"v960\\\": 91.622, \\\"v864\\\": 92.454, \\\"v720\\\": 94.598}, \\\"ori\\\": {\\\"v1080\\\": 78.415, \\\"v960\\\": 81.743, \\\"v864\\\": 83.567, \\\"v720\\\": 86.593}}}\",\"volume_info_json\":\"\",\"transcode_feature_id\":\"5f8366f6cf28952a4a81394fcfd5f021\"}"
        },
        {
          "HDR_bit": "",
          "HDR_type": "",
          "bit_rate": 119023,
          "dub_infos": null,
          "fps": 29,
          "gear_name": "lowest_540_1",
          "is_bytevc1": 1,
          "play_addr": {
            "data_size": 308480,
            "file_cs": "c:0-18825-6763",
            "file_hash": "14d84df501f6e6edb1b1a823a2f27f0d",
            "height": 576,
            "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
            "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_bytevc1_540p_119023",
            "url_list": [
              "https://v45.tiktokcdn-eu.com/d0c6255dbfe1815009f4b1b91394add4/674b6342/video/tos/useast2a/tos-useast2a-ve-0068-euttp/osRAwDjcArQElEpnY8PFENfKIBRfItrr3QD5Ea/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=232&bt=116&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=5&rc=aTVlO2hoZGc6O2U8M2g4ZEBpMzhzbG85cnJ2djMzZjczM0AzLi0wMmBiXi4xYzItMjRgYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
              "https://v16m.tiktokcdn-eu.com/79e8e3e4affa1adff8a560b7b8fc824d/674b6342/video/tos/useast2a/tos-useast2a-ve-0068-euttp/osRAwDjcArQElEpnY8PFENfKIBRfItrr3QD5Ea/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=232&bt=116&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=5&rc=aTVlO2hoZGc6O2U8M2g4ZEBpMzhzbG85cnJ2djMzZjczM0AzLi0wMmBiXi4xYzItMjRgYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
              "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=ca755e0059fb4817adeace5e380b126f&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjk0OTNmNzM4YjVmYTg2ZTIzMDNhNTJkZTA3NjM1Njkx&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
            ],
            "url_prefix": null,
            "width": 576
          },
          "quality_type": 25,
          "video_extra": "{\"PktOffsetMap\":\"[{\\\"time\\\": 1, \\\"offset\\\": 41268}, {\\\"time\\\": 2, \\\"offset\\\": 53690}, {\\\"time\\\": 3, \\\"offset\\\": 67168}, {\\\"time\\\": 4, \\\"offset\\\": 82956}, {\\\"time\\\": 5, \\\"offset\\\": 95448}, {\\\"time\\\": 10, \\\"offset\\\": 156270}]\",\"mvmaf\":\"{\\\"v2.0\\\": {\\\"srv1\\\": {\\\"v1080\\\": 85.109, \\\"v960\\\": 87.314, \\\"v864\\\": 89.024, \\\"v720\\\": 91.405}, \\\"ori\\\": {\\\"v1080\\\": 74.232, \\\"v960\\\": 77.123, \\\"v864\\\": 79.693, \\\"v720\\\": 83.002}}}\",\"volume_info_json\":\"\",\"transcode_feature_id\":\"c820308c02e4d2e942bb16f2fe0c2728\"}"
        }
      ],
      "bit_rate_audio": [],
      "cdn_url_expired": 0,
      "cla_info": {
        "caption_infos": null,
        "captions_type": 0,
        "creator_edited_caption_id": 0,
        "enable_auto_caption": 0,
        "has_original_audio": 0,
        "hide_original_caption": false,
        "no_caption_reason": 3,
        "vertical_positions": null
      },
      "cover": {
        "height": 720,
        "uri": "tos-useast2a-p-0037-euttp/oghxBflRDDgnFCcEjrEw8nI8KBPIaYfQrLRBNA",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oghxBflRDDgnFCcEjrEw8nI8KBPIaYfQrLRBNA~tplv-tiktokx-origin.image?dr=1347&nonce=20674&refresh_token=1edf28be551c78e2a32b77eeaeca0773&x-expires=1733058000&x-signature=QqfVi0M%2F5xH7IlQAw6wro1uPvU4%3D&biz_tag=tt_video&idc=useast2a&ps=933b5bde&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oghxBflRDDgnFCcEjrEw8nI8KBPIaYfQrLRBNA~tplv-tiktokx-origin.jpeg?dr=1347&nonce=40828&refresh_token=032f3b8d5ff10e3547d3bafe0381ca07&x-expires=1733058000&x-signature=rFck%2BQs8FbiDw8T2I7uB3tax0qs%3D&biz_tag=tt_video&idc=useast2a&ps=933b5bde&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null,
        "width": 720
      },
      "cover_is_custom": true,
      "duration": 20734,
      "dynamic_cover": {
        "height": 720,
        "uri": "tos-useast2a-p-0037-euttp/oc9DcNnRAwRlEjaEF8AAtIIDrQdPKFfBYGfx8r",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oc9DcNnRAwRlEjaEF8AAtIIDrQdPKFfBYGfx8r~tplv-tiktokx-origin.image?dr=9229&nonce=15301&refresh_token=4b9c284c5b5528c283761c9b9600d645&x-expires=1733058000&x-signature=bjMQxtBvikI%2FhFYUzvBaM3kFBSM%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/oc9DcNnRAwRlEjaEF8AAtIIDrQdPKFfBYGfx8r~tplv-tiktokx-origin.jpeg?dr=9229&nonce=66288&refresh_token=7a7048c3074ad88a69f0bed153a0363c&x-expires=1733058000&x-signature=ufkxm%2BAQvGL67scOeMPBP%2FqwnUE%3D&biz_tag=tt_video&idc=useast2a&ps=4f5296ae&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null,
        "width": 720
      },
      "has_watermark": false,
      "height": 576,
      "is_bytevc1": 0,
      "is_callback": true,
      "meta": "{\"LoudnessRange\":\"1.7\",\"LoudnessRangeEnd\":\"-5.3\",\"LoudnessRangeStart\":\"-7\",\"MaximumMomentaryLoudness\":\"-4.3\",\"MaximumShortTermLoudness\":\"-5.2\",\"Version\":\"2\",\"VolumeInfoJson\":\"{\\\"Loudness\\\":-5.8,\\\"LoudnessRangeEnd\\\":-5.3,\\\"Peak\\\":0.72444,\\\"Version\\\":2,\\\"LoudnessRange\\\":1.7,\\\"LoudnessRangeStart\\\":-7,\\\"MaximumMomentaryLoudness\\\":-4.3,\\\"MaximumShortTermLoudness\\\":-5.2,\\\"Metrics\\\":{\\\"Cutoff\\\":{\\\"FCenL\\\":2062.14,\\\"FCenR\\\":2062.14,\\\"Spkr100G\\\":0.34,\\\"Spkr150G\\\":0.47,\\\"Spkr200G\\\":0.64},\\\"Loudness\\\":{\\\"Integrated\\\":-5.78},\\\"Phase\\\":{\\\"RMSDownmixDiff\\\":0},\\\"RMSStats\\\":{\\\"LRDiff\\\":0,\\\"LTotal\\\":-8.268,\\\"Peak\\\":-2.813,\\\"RTotal\\\":-8.268},\\\"Version\\\":\\\"1.4.2\\\",\\\"AEDInfo\\\":{\\\"MusicRatio\\\":1,\\\"SingingRatio\\\":0,\\\"SpeechRatio\\\":0}}}\",\"flight_id\":\"\",\"loudness\":\"-5.8\",\"peak\":\"0.72444\",\"play_time_prob_dist\":\"[800,0.7192,2974.3595]\",\"qprf\":\"1.000\",\"sr_score\":\"1.000\",\"vq_score\":\"64.27\"}",
      "need_set_token": false,
      "origin_cover": {
        "height": 720,
        "uri": "tos-useast2a-p-0037-euttp/osYN9APDnBwrlDfFEgI83AIaEDcrfKFQRRI8cj",
        "url_list": [
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/osYN9APDnBwrlDfFEgI83AIaEDcrfKFQRRI8cj~tplv-dmt-adapt-360p.heic?dr=1360&nonce=55667&refresh_token=f3b7aa51eef25b12026355b47b26a19a&x-expires=1733058000&x-signature=KxQ3fMn51MP3pliyUVamLwzZ3cI%3D&biz_tag=tt_video&idc=useast2a&ps=d97f9a4f&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480",
          "https://p16-sign-useast2a.tiktokcdn.com/tos-useast2a-p-0037-euttp/osYN9APDnBwrlDfFEgI83AIaEDcrfKFQRRI8cj~tplv-dmt-adapt-360p.jpeg?dr=1360&nonce=51874&refresh_token=3c2efcb432954970881b68870be82b51&x-expires=1733058000&x-signature=yHfSe84oSbbd4PgUABPiwzKARx8%3D&biz_tag=tt_video&idc=useast2a&ps=d97f9a4f&s=CHALLENGE_AWEME&sc=cover&shcp=c0f880ed&shp=d05b14bd&t=bacd0480"
        ],
        "url_prefix": null,
        "width": 720
      },
      "play_addr": {
        "data_size": 684301,
        "file_cs": "c:0-18643-33a7",
        "file_hash": "b1c17f8e0e350536c481b60e6d2280e6",
        "height": 576,
        "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
        "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_h264_540p_264030",
        "url_list": [
          "https://v45.tiktokcdn-eu.com/e3d9be63248ad2a9303d5b9143ee7291/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/o0lrR8YKnIPcEQDrwBKFQ0NEEcDKaQAfjQf48R/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=514&bt=257&cs=0&ds=6&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=aTlmNDo8PDxnZjxoNDY8NUBpMzhzbG85cnJ2djMzZjczM0BjMF4wNS8yNjMxLWAwYWEtYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
          "https://v16m.tiktokcdn-eu.com/60f3d2d994b5a2440cf83ada45da7ad9/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/o0lrR8YKnIPcEQDrwBKFQ0NEEcDKaQAfjQf48R/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=514&bt=257&cs=0&ds=6&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=aTlmNDo8PDxnZjxoNDY8NUBpMzhzbG85cnJ2djMzZjczM0BjMF4wNS8yNjMxLWAwYWEtYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
          "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=02d9d331ce094c6d9959298731ac36ff&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmRkZjYxMmY3ZDgxNDk3YjExNTlmY2U5M2VhMzA4M2Vk&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
        ],
        "url_prefix": null,
        "width": 576
      },
      "play_addr_bytevc1": {
        "data_size": 502759,
        "file_cs": "c:0-18825-6481",
        "file_hash": "ecddf0c050b4d1788ddbf5886106dd06",
        "height": 576,
        "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
        "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_bytevc1_540p_193984",
        "url_list": [
          "https://v45.tiktokcdn-eu.com/904f27d9f3fd899e85f24ced8d9afb1d/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/oAyQzX8uAptIezVErvfM8GBjbHAWe54greCOgF/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=378&bt=189&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=11&rc=PGY6PDdnNTpmODM7ODQ1Z0BpMzhzbG85cnJ2djMzZjczM0AvMWMwL18vNjIxNjEwNDUxYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
          "https://v16m.tiktokcdn-eu.com/d06c52247884267deb3ef5ef78b86af5/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/oAyQzX8uAptIezVErvfM8GBjbHAWe54greCOgF/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=378&bt=189&cs=2&ds=6&eid=256&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=11&rc=PGY6PDdnNTpmODM7ODQ1Z0BpMzhzbG85cnJ2djMzZjczM0AvMWMwL18vNjIxNjEwNDUxYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
          "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=4d8271354890455c9722bd2439f74c29&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLjlkNDA3YTFhOGEzYzBjMzkzOTZkNzY3NTI3OWJkNzE1&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
        ],
        "url_prefix": null,
        "width": 576
      },
      "play_addr_h264": {
        "data_size": 684301,
        "file_cs": "c:0-18643-33a7",
        "file_hash": "b1c17f8e0e350536c481b60e6d2280e6",
        "height": 576,
        "uri": "v0f044gc0000csls6ovog65lmi5pv5c0",
        "url_key": "v0f044gc0000csls6ovog65lmi5pv5c0_h264_540p_264030",
        "url_list": [
          "https://v45.tiktokcdn-eu.com/e3d9be63248ad2a9303d5b9143ee7291/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/o0lrR8YKnIPcEQDrwBKFQ0NEEcDKaQAfjQf48R/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=514&bt=257&cs=0&ds=6&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=aTlmNDo8PDxnZjxoNDY8NUBpMzhzbG85cnJ2djMzZjczM0BjMF4wNS8yNjMxLWAwYWEtYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e0008d000",
          "https://v16m.tiktokcdn-eu.com/60f3d2d994b5a2440cf83ada45da7ad9/674b6342/video/tos/useast2a/tos-useast2a-ve-0068c001-euttp/o0lrR8YKnIPcEQDrwBKFQ0NEEcDKaQAfjQf48R/?a=1233&bti=NXYpNDs8QGo6OjZAOm00NTAuYCMxNDNg&ch=0&cr=13&dr=0&er=0&lr=all&net=0&cd=0%7C0%7C0%7C&cv=1&br=514&bt=257&cs=0&ds=6&ft=FczkaNdkVcy5Uxl7KStG-XD5Sl6sXBPXtuHapxMyqF_4&mime_type=video_mp4&qs=4&rc=aTlmNDo8PDxnZjxoNDY8NUBpMzhzbG85cnJ2djMzZjczM0BjMF4wNS8yNjMxLWAwYWEtYSNgczJqMmRzM2lgLS1kMWNzcw%3D%3D&vvpl=1&l=20241130131037E7E6D38555F9C6B9366A&btag=e00088000",
          "https://api16-normal-c-useast2a.tiktokv.com/aweme/v1/play/?faid=1233&file_id=02d9d331ce094c6d9959298731ac36ff&is_play_url=1&item_id=7434250801993764128&line=0&redirect=0&signaturev3=dmlkZW9faWQ7ZmlsZV9pZDtpdGVtX2lkLmRkZjYxMmY3ZDgxNDk3YjExNTlmY2U5M2VhMzA4M2Vk&source=CHALLENGE_AWEME&vidc=useast2a&video_id=v0f044gc0000csls6ovog65lmi5pv5c0"
        ],
        "url_prefix": null,
        "width": 576
      },
      "ratio": "540p",
      "source_HDR_type": 0,
      "tags": null,
      "width": 576
    },
    "video_control": {
      "allow_download": false,
      "allow_duet": true,
      "allow_dynamic_wallpaper": true,
      "allow_music": true,
      "allow_react": true,
      "allow_stitch": true,
      "draft_progress_bar": 1,
      "prevent_download_type": 2,
      "share_type": 0,
      "show_progress_bar": 1,
      "timer_status": 1
    },
    "video_labels": [],
    "video_text": [],
    "voice_filter_ids": null,
    "with_promotional_music": false,
    "without_watermark": false
  }
]
```

# Actor input Schema

## `region` (type: `string`):

2 characters region code. Ex: US

## `limit` (type: `integer`):

Soft limit of result. If actual result size >= limit. The scraper will stop.

## `proxyConfiguration` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "region": "GB",
  "limit": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "region": "GB",
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("novi/tiktok-ai-video-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "region": "GB",
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("novi/tiktok-ai-video-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "region": "GB",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call novi/tiktok-ai-video-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=novi/tiktok-ai-video-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/nesLAZU8F3GpeCqVM/builds/9URnR71gd5w4B2xwS/openapi.json
