tiktok-video-detail

Extract TikTok video metadata from public pages into structured JSON.

5.3k|252|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/browser-act/skills --skill tiktok-video-detail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiktok-video-detail
Source: https://github.com/browser-act/skills/tree/main/solutions/video-platforms/tiktok-video-detail
Command: npx skills add https://github.com/browser-act/skills --skill tiktok-video-detail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the extraction of complete TikTok video metadata from public video pages by reading SSR-embedded data, enabling structured data delivery without requiring login.

Core Features & Use Cases

  • SSR data extraction: reads the UNIVERSAL_DATA_FOR_REHYDRATION payload on the video detail page to assemble a rich metadata object.
  • Rich output: returns a structured JSON containing id, authorMeta, musicMeta, videoMeta, engagement counts, hashtags, mentions, and more.
  • Flexible usage: supports single-video URLs and batch URL processing to process multiple videos in one run.

Quick Start

Open a public TikTok video page and run the scraper to obtain the complete video metadata in JSON.

Frequently Asked Questions about tiktok-video-detail

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

FAQPage Schema
How do I extract TikTok video metadata from a public URL?

To extract TikTok video metadata, you can use a scraper that reads the SSR-embedded data payload on the video page and returns a structured JSON object with complete video details.

Can I scrape TikTok video data without logging into an account?

Yes, you can scrape TikTok video data without logging in by reading the SSR data embedded directly within the public video page HTML to assemble a rich metadata object.

What specific metadata fields are extracted from a TikTok video page?

Extracting TikTok video metadata yields a structured JSON containing the video id, authorMeta, musicMeta, videoMeta, engagement counts, hashtags, and mentions.

How do I process multiple TikTok video URLs for metadata extraction at once?

Processing multiple TikTok video URLs is supported through batch URL processing, allowing you to extract structured metadata from several public videos in a single run.

How does the Python script handle errors during TikTok web scraping?

The Python script manages TikTok web scraping errors through robust error handling during the parsing process, ensuring reliable structured JSON output even if issues occur.

Does this TikTok metadata extraction approach work for private videos?

No, this TikTok metadata extraction approach relies on reading SSR data embedded in public video pages and does not support accessing private video content.