获取热门推荐词/Get hot trend words

Douyinapi

About

获取热门推荐词/Get hot trend words

Documentation

获取热门推荐词/Get hot trend words

[中文]

用途:

  • 获取关键词指数搜索框的热门推荐词,用作关键词指数分析的输入建议
  • 注意: 这不是实时热点榜,实时热点和飙升热点请用 fetch_current_hot_topic

参数:

  • app_name: 平台选择,aweme=抖音,toutiao=头条(头条当前返回空列表)
  • type: 推荐词类型,0=搜索热词(纯词,id 固定为 "0"),1=内容热词(带话题 id)

返回:

  • update_time: 数据更新日期(按天更新,非实时)
  • trend_words: 推荐词列表,含 id 和 word

[English]

Purpose:

  • Get hot trend words suggested in the keyword index search box, used as input suggestions for keyword index analysis
  • Note: This is NOT the real-time hot topic leaderboard. For real-time and rocketing hot topics use fetch_current_hot_topic

Parameters:

  • app_name: Platform, aweme=Douyin, toutiao=Toutiao (toutiao currently returns empty)
  • type: Word type, 0=search words (plain words, id is always "0"), 1=content words (with topic id)

Return:

  • update_time: Data update date (updated daily, not real-time)
  • trend_words: Word list with id and word

[示例/Example]

app_name = "aweme"; type = 0

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

Try 获取热门推荐词/Get hot trend words

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models