设计与多媒体

Douyin Quick Search

试用

Search Douyin (抖音) content by natural language keyword. Supports video search, trending topics, and video detail extraction. Uses web search + page scraping...

它能做什么

**Search Douyin videos by natural language — "搜索一下海鲜视频" just works.**

技能文档

Douyin Scraper

Search Douyin videos by natural language — "搜索一下海鲜视频" just works.

What This Skill Does

Search and retrieve Douyin (抖音) video content using natural language queries:

  • Keyword search: Find videos by any Chinese or English keyword phrase
  • Trending discovery: Find what's hot on Douyin
  • Video detail: Extract metadata from a specific Douyin video URL

How It Works

This skill uses two layers:

  1. Web search (Brave) → discovers Douyin search result pages and video URLs
  2. Web fetch → extracts readable content from Douyin pages when accessible

No API keys, cookies, or login required.


Activation Rules (for AI agents)

Use this skill when the user asks about:

  • Searching Douyin videos by keyword (搜索抖音/搜一下/找一下)
  • Finding trending Douyin content (抖音热搜/抖音热门)
  • Getting info about a specific Douyin video URL
  • Any request containing "抖音" + a search intent

Do NOT use this skill when:

  • User wants to download videos (use a downloader skill instead)
  • User wants to publish/upload to Douyin
  • User asks about Douyin script optimization (that's the douyin skill)
  • User asks about Douyin account/analytics management

Execution Protocol

Search: douyin_search

Trigger: User wants to search Douyin content by keyword.

Steps:

  1. Extract keywords from the user's natural language request.

    • "搜索一下海鲜视频" → keyword: 海鲜视频
    • "帮我找抖音上做菜的视频" → keyword: 做菜
    • "抖音上最近火的猫咪内容" → keyword: 猫咪
    • "douyin seafood cooking" → keyword: seafood cooking
  2. Run web_search with the keyword targeting Douyin:

    web_search(query=" site:douyin.com", count=10)
    

    Also run a broader search for richer results:

    web_search(query="抖音  视频", count=10)
    
  3. Parse results — extract from search results:

    • Video URLs: https://www.douyin.com/video/
    • Search pages: https://www.douyin.com/search/
    • Descriptions and snippets from search result titles/descriptions
  4. Enrich — for each distinct video URL found, optionally use web_fetch to extract more detail. If the page is behind CAPTCHA, fall back to search result metadata only.

  5. Format output as a clean list:

    🔍 抖音搜索:海鲜视频
    ━━━━━━━━━━━━━━━━━━━━━
    
    1. **盘点捞汁小海鲜** — 看哪位主播吃的最过瘾
       🔗 https://www.douyin.com/search/捞汁小海鲜
    
    2. **全网最火主播吃海鲜合集**
       🔗 https://www.douyin.com/search/全网最火主播吃海鲜合集
    
    ...
    

Trigger: User asks about Douyin trending/hot topics (抖音热搜/热门/趋势).

Steps:

  1. Run web_search:

    web_search(query="抖音热搜榜 today", count=10, freshness="day")
    
  2. Parse and format the trending topics.

Video Detail: douyin_detail

Trigger: User provides a specific Douyin video URL or wants info about one.

Steps:

  1. Try web_fetch(url=) to extract metadata.
  2. If blocked by CAPTCHA, try web_search(query="site:douyin.com ").
  3. Return whatever metadata is available (title, author, description).

Output Format

Always include:

  • Search keyword used
  • Result count found
  • Each result with: title, brief description (if available), link

For searches with no results:

  • Say so clearly
  • Suggest trying a different or shorter keyword
  • Suggest browsing directly at https://www.douyin.com/search/

Limitations

  • Douyin aggressively blocks automated access (CAPTCHA, auth requirements)
  • Video metadata may be limited to what search engines have indexed
  • Cannot download videos — only discover and describe them
  • Search results depend on search engine coverage, which may lag behind live Douyin
  • For real-time or comprehensive search, the user should browse Douyin directly

Tips

  • Shorter keywords work better海鲜 over 海鲜视频大全最新
  • Chinese keywords yield more results than English for Douyin content
  • If a search returns few results, try the Chinese equivalent of the term
  • Combine with the douyin script optimization skill for content creation workflows

相关技能

通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。

作者 victorcavero14375 次安装50 星标

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

通过托管 OAuth 代理访问 YouTube Data API v3,搜索与管理视频、播放列表、频道、订阅和评论。

作者 byungkyu880 次安装145 星标

terrycarter1985 的更多技能

浏览全部技能

为中国小学三到六年级英语书面作业打分,并给出符合年龄的鼓励式反馈。

作者 terrycarter198517 次安装

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market c...

作者 terrycarter198524 次安装

Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.

作者 terrycarter198519 次安装

Generate reusable, policy-aligned customer service replies for e-commerce aftersales scenarios. Use when support staff need fast, compliant Chinese responses...

作者 terrycarter198518 次安装

Control whole-house music scenes combining Spotify playback with Airfoil speaker routing. Quick presets for morning, party, chill modes.

作者 terrycarter198516 次安装

Comprehensive developer cheatsheets and quick references for Git, Docker, Kubernetes, jq, curl, and common Linux commands. Use when needing quick lookups for...

作者 terrycarter198516 次安装