douyin-hot

Fetch real-time Douyin hot list data from the official API.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill douyin-hot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-hot
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/media/douyin-hot
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill douyin-hot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

获取抖音热榜数据通常需要手动查询和整理,效率低下且易错。该技能通过自动化抓取,提供稳定、可重复的数据流,便于快速分析和决策。

Core Features & Use Cases

  • Top 50 全站热榜:获取抖音热榜的前50条,按热度排序。
  • 话题标签支持:包含 sentence_tag 分类,便于主题分析。
  • 代理访问:通过 Clash SOCKS5 代理完成请求,适用于网络受限环境。
  • Use Case: 市场研究、内容策略、竞品监测等场景的趋势洞察。

Quick Start

Run the get_hot.py script to fetch the latest top 50 Douyin hot items through the configured Clash SOCKS5 proxy.

Frequently Asked Questions about douyin-hot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch Douyin hot list data through a proxy automatically?

Fetching Douyin hot list data requires sending requests with a mobile user-agent through a Clash SOCKS5 proxy. This approach retrieves the real-time top 50 trending items and formats the API responses for immediate display.

Do I need a Clash SOCKS5 proxy to scrape the Douyin hot list?

A Clash SOCKS5 proxy is required to access the Douyin API in network-restricted environments. This proxy setup ensures stable and repeatable data collection for monitoring trending topics and rising content.

What data format does the Douyin hot list API return for trending topics?

The Douyin hot list API returns real-time data formatted with sentence_tag categories for topic analysis. The top 50 items are ranked by heat value, enabling quick market research and social insights generation.

Can I get topic tags when scraping the Douyin top 50 heatlist?

Scraping the Douyin top 50 heatlist includes sentence_tag classifications for topic analysis. This tag support allows you to segment trending content by theme for competitive monitoring and content strategy.

Why does my Douyin API request fail without a mobile user-agent?

Requests to the Douyin API fail without a mobile user-agent because the endpoint expects mobile client traffic. Applying the correct user-agent alongside a Clash SOCKS5 proxy ensures robust handling of API responses.