TikTok modelsapi generation api

tiktok/web/explore-post

Get explore video data

Input
Idle

Example output — click Run to generate your own

API README

Get explore video data

Purpose:

  • Get explore video data Parameters:
  • categoryType: Video category
    • 100: Animation and comics
    • 101: Performance
    • 102: Beauty care
    • 103: Game
    • 104: Comedy
    • 105: Daily life
    • 106: Family
    • 107: Emotional relationship
    • 108: Drama
    • 109: Dress up
    • 110: Dubbing
    • 111: Food
    • 112: Sports
    • 113: Animals
    • 114: Society
    • 115: Car
    • 116: Education
    • 117: Fitness and health
    • 118: Technology
    • 119: Singing and dancing
    • 120: All
  • count: Number per page Return:
  • Video data Note:
  • All video CDN links returned by this interface need to carry the returned tt_chain_token parameter to be accessed normally, otherwise HTTP 403 error will be returned.
  • When accessing the video CDN link, be sure to carry Cookie: tt_chain_token={tt_chain_token} in the request header, where {tt_chain_token} is replaced with the tt_chain_token parameter value returned by the interface.
  • If you receive HTTP 403 error when accessing video CDN links:
    1. Use the video link starting with https://www.tiktok.com/aweme/v1/play/ from the API response (usually found in video.playAddr or similar fields)
    2. When requesting this link, make sure to add Cookie: tt_chain_token={tt_chain_token} in the request header, where {tt_chain_token} is the value returned by the API
    3. Example request header: Cookie: tt_chain_token=xxx
  • If you need to bypass this restriction to get a watermark-free video CDN link that can be accessed directly, please use the interface under the TikTok APP V3 directory.

[Example]

categoryType = "120" count = 16

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Related Models