douyin-realtime-search

Search Douyin real-time content by keyword with sorting and time filters.

326|43|Updated May 12, 2026
One-click install
npx skills add https://github.com/redfox-data/redfox-community --skill douyin-realtime-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: douyin-realtime-search
Source: https://github.com/redfox-data/redfox-community/tree/main/skills/douyin-realtime-search
Command: npx skills add https://github.com/redfox-data/redfox-community --skill douyin-realtime-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

抖音作品实时搜索需要绕过缓存数据,确保获取的内容是最新的、实时更新的结果。该技能通过调用 Redfox 提供的 Douyin 实时搜索接口实现这一点,避免历史数据干扰。

Core Features & Use Cases

  • Real-time search: 根据关键词实时检索抖音最新作品,返回非缓存数据。
  • Multi-dimensional sorting: 支持综合、最新发布、最多点赞三种排序。
  • Time filtering: 提供 7 天、30 天、90 天及不限时间的筛选。
  • Pagination and discovery: 分页浏览,方便探索大量结果。
  • Subscriptions: 支持关键词每日推送,保持持续关注。
  • 使用场景:内容运营/策略研究者可实时掌握赛道热度,创作者可跟踪最新动态。

Quick Start

在终端执行命令以获取实时抖音作品,例如运行 python3 scripts/search_douyin_realtime.py '关键词' --sort 1 --time 7 --page 1。

Frequently Asked Questions about douyin-realtime-search

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

FAQPage Schema
How do I get real-time Douyin search results instead of cached history?

To retrieve real-time Douyin search results, you query the live search service directly to bypass cached history. The skill executes a Python script to fetch non-cached video content instantly based on your specified keywords.

Can I filter Douyin videos by publish time and sort by likes?

You can filter Douyin videos by publish time using 7-day, 30-day, 90-day, or unlimited ranges. Sorting options include comprehensive relevance, latest publish time, or most likes to refine your real-time search results.

What is the best way to monitor trending video content on Douyin for strategy research?

Monitoring trending video content on Douyin requires fetching real-time search data with multi-dimensional sorting and time filtering. This approach provides content strategists with up-to-date track heat and dynamic discovery without historical interference.

How do I run a keyword search for Douyin video content from the terminal?

Running a keyword search from the terminal involves executing the Python script with parameters like keyword, sort type, time filter, and page number. This API-driven workflow outputs structured data for immediate display and analysis.

Does the Douyin real-time search skill support pagination for exploring large result sets?

The Douyin real-time search skill supports pagination to explore large result sets efficiently. You can specify page numbers in the script parameters to browse through extensive video content beyond the initial search response.

Why avoid cached data when analyzing Douyin trends for content operations?

Avoiding cached data ensures you analyze the most current Douyin trends, preventing outdated historical information from skewing content strategies. Real-time retrieval guarantees the video content reflects actual present-day audience engagement.