tiktok

Search and retrieve TikTok videos, users, hashtags, and sounds with metadata.

Updated May 18, 2022
One-click install
npx skills add https://github.com/kendreaditya/.config --skill tiktok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tiktok
Source: https://github.com/kendreaditya/.config/tree/main/claude/skills/tiktok
Command: npx skills add https://github.com/kendreaditya/.config --skill tiktok

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires TikTokApi, httpx, playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Retrieve comprehensive TikTok content and metadata (videos, users, hashtags, sounds) for research, analysis, trend discovery, and transcript extraction without manual browsing.

Core Features & Use Cases

  • Search videos or users and return enriched results including captions, transcripts, and engagement stats.
  • Inspect hashtags, fetch trending and related videos, and view user profiles and liked videos.
  • Output results as human-readable summaries or JSON for downstream analytics or reporting.

Quick Start

Query TikTok data by requesting videos or users and review the enriched results.

Frequently Asked Questions about tiktok

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

FAQPage Schema
How do I scrape TikTok video metadata and transcripts for data analytics?

TikTok video metadata and transcripts are scraped by querying video data through Playwright-driven browser sessions and TikTokApi integration, returning enriched results including captions, engagement stats, and extracted transcripts.

Can I retrieve TikTok user profiles and liked videos using web scraping?

TikTok user profiles and liked videos can be retrieved by specifying user queries within the web scraping workflow, fetching profile details and associated video content for creator analytics.

Does retrieving TikTok data require Playwright and TikTokApi dependencies?

Retrieving TikTok data requires Playwright and TikTokApi dependencies to automate browser sessions and extract content, ensuring reliable access to video, user, hashtag, and sound metadata.

What is the best way to extract TikTok hashtags and trending sounds for trend discovery?

The best way to extract TikTok hashtags and trending sounds is to inspect hashtags and fetch related videos via the API integration, returning JSON output structured for downstream trend discovery analysis.

Can I format scraped TikTok video data as JSON for downstream analytics?

Scraped TikTok video data can be formatted as JSON for downstream analytics by selecting the JSON output option, enabling seamless integration into reporting pipelines and data analytics workflows.

Why does TikTok web scraping fail without an active Playwright browser session?

TikTok web scraping fails without an active Playwright browser session because the TikTokApi integration relies on Playwright to render dynamic page content and bypass access restrictions during data extraction.