AI Agent Hub
Back to skills
Douyin Watermark-Free Media Scraper icon

Douyin Watermark-Free Media Scraper

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_dfcfbf47/douyin-scraper-pro.

About this skill

Problem

When processing Douyin content, the hard part is often not downloading a single video. A shared link may point to a pure video, an image post, a mixed media work, or a slides/animated work, and each type can require different parsing and file handling. A video-only downloader may miss images or produce inconsistent directories and filenames. This skill addresses that: given a Douyin link or shared text, it detects the work type and saves the downloadable media into a consistent local structure.

How It Works

The core workflow combines multi-source fallback parsing and unified media output. It first tries iesdouyin, then falls back to Douyin web parsing, and continues with API-based resolution when needed, which improves compatibility across work types. The skill detects the content category and handles each case separately:

  • Image-only posts: downloads all images
  • Video posts: obtains a watermark-free video link and saves the file
  • Mixed works: saves both images and video files
  • Slides/animated works: saves frame images plus video files

Output is written under douyin-scraper-downloads/YYYYMMDD_author_title/, with filenames such as author_title or author_title_01, making it easier to organize by date, author, and title. For video content, it can also extract spoken text when speech-to-text is enabled; that capability requires configuring DOUYIN_API_KEY or API_KEY.

Scope And Limits

This skill is best suited for link parsing, media download, and local archiving, not full account-level crawling or real-time data pipelines. Supported inputs include short links, video pages, image pages, and shared text that contains a link. Output filenames strip emojis, spaces, punctuation, hashtags, and other unsupported characters, and author/title fields are length-limited. Speech transcript extraction depends on an external API, so without a configured key the base download workflow should be used.

Use Cases

  • Content ops receives a Douyin share code and needs the watermark-free video and images archived by date, author, and title.
  • Researchers classify links as video, image, mixed, or slide works and save the corresponding media files for a local media library.
  • Editors use an API key to extract spoken text from a Douyin video for subtitle cleanup and local asset archiving.
  • Data labeling teams download images and videos from mixed Douyin works with sequential filenames for downstream pipeline ingestion and local storage.

Best For

  • Content ops who archive competing Douyin works locally by date, author, and title.
  • Short-video researchers who build media libraries from Douyin images, videos, mixed posts, and slides.
  • Editors or subtitle producers who extract spoken text from Douyin videos for subtitle cleanup.
  • Data labeling engineers who split mixed Douyin works into images and videos with consistent filenames.