scrapesocial-tiktok
Original:🇺🇸 English
Translated
Use when the user wants TikTok research or workflow guidance for lead generation, influencer discovery, brand monitoring, competitor analysis, content analytics, trend research, or audience analysis, including account analysis, creator discovery, video inspection, comment scraping, transcript extraction, hashtag or song research, and TikTok Shop or product research.
2installs
Sourceskillatlas/skills
Added on
NPX Install
npx skill4agent add skillatlas/skills scrapesocial-tiktokTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Scrapesocial TikTok
Use this skill when the task is about structured TikTok research, analysis, or discovery.
Prerequisites
- A Scrape Creators API key is required for this skill. Get one at scrapecreators.com.
Start by identifying the job to be done, then choose the smallest command that answers it. Prefer a narrow lookup before broad searches when you already have a handle or URL.
Quick start
Install the CLI once:
bash
npm install -g scrapesocial@0.1.0Authenticate first:
bash
export SCRAPECREATORS_API_KEY=...Basic invocation:
bash
scrapesocial tiktok ...Goal-led workflows
| Goal | When to use this skill | How to start |
|---|---|---|
| Lead generation | Use it for creator, seller, and shop discovery in consumer, creator, or commerce niches. | Start with |
| Influencer discovery | Use it when the user wants to find creators in a niche and verify whether their audience and content style fit. | Start with |
| Brand monitoring | Use it to track known creators, brand accounts, or TikTok Shop sellers. | Start with |
| Competitor analysis | Use it to compare creators, content strategies, sellers, products, and audience fit. | Start with |
| Content analytics | Use it to explain why specific videos, hooks, scripts, or comment sections matter. | Start with |
| Trend research | Use it when the user wants the strongest discovery surface for fast-moving creators, sounds, hashtags, and formats. | Start with |
| Audience analysis | Use it when the user needs the strongest audience workflow in this repo. It supports both explicit audience data and qualitative audience reaction. | Start with |
Choose the right command
Account and creator research
Use these when the user wants to understand a specific creator or discover similar creators.
- Best for: basic profile data, bio, stats, profile metadata. Use first when you only need a creator snapshot.
tiktok users profile - Best for: audience demographics and market breakdowns. Use when the user asks who follows a creator, audience composition, or geo/demographic fit.
tiktok users audience - Best for: a creator's published videos. Use when reviewing recent output, top-performing posts, or building a content sample.
tiktok users videos - Best for: checking whether an account is live and inspecting live metadata.
tiktok users live - Best for: who a creator follows. Use for competitive mapping, creator clustering, or inspiration research.
tiktok users following - Best for: follower lists. Use when the user wants overlap analysis, community sampling, or lead discovery.
tiktok users followers - Best for: finding creators by keyword. Use when you do not yet know the exact handle.
tiktok users search - Best for: broad discovery of large or fast-rising accounts.
tiktok users popular
Video analysis
Use these when the user cares about a specific video or wants to find videos on a topic.
- Best for: one video's full details. Use when you already have a TikTok URL and need metadata, engagement, or transcript-enabled detail.
tiktok videos get - Best for: spoken content extraction. Use for summarization, quote extraction, hooks analysis, or repurposing scripts.
tiktok videos transcript - Best for: audience reaction and qualitative research. Use when the user wants sentiment, objections, FAQs, or language straight from viewers.
tiktok videos comments - Best for: topic-based content discovery. Use for researching how TikTok is talking about a niche, product, event, or keyword.
tiktok videos search --query - Best for: hashtag-centric research. Use when the user already knows the hashtag they want to inspect.
tiktok videos search --hashtag - Best for: top-result discovery rather than general recall. Use when quality matters more than completeness.
tiktok videos search --top --query - Best for: generally popular videos.
tiktok videos popular - Best for: what's trending now in a region. Use this for trend spotting, creative monitoring, and fast-moving market checks.
tiktok videos trending
Trend and culture signals
Use these when the user wants to understand what is taking off on TikTok.
- Best for: current music signals. Use for trend monitoring, creative inspiration, and audio selection research.
tiktok songs popular - Best for: metadata on a known clip ID.
tiktok songs get - Best for: videos using a specific sound. Use when the user wants concrete examples of how a sound is being used.
tiktok songs videos - Best for: rising or established hashtag trends by market or industry. Use for campaign research, niche mapping, or content ideation.
tiktok hashtags popular
TikTok Shop research
Use these when the user is researching products, sellers, or commerce behavior.
- Best for: finding shops by keyword.
tiktok shops search - Best for: listing products from a shop page. Use when the user wants assortment, catalog breadth, or seller merchandising analysis.
tiktok shops products list - Best for: one product page in detail. Use when the user wants price, offer, product metadata, or related-video context.
tiktok shops products get - Best for: buyer feedback. Use when the user wants objections, complaints, praise themes, or review mining.
tiktok shops products reviews
Common workflows
Understand a creator
- Run .
tiktok users profile - If audience fit matters, run .
tiktok users audience - If content strategy matters, run and inspect a sample.
tiktok users videos --sort-by popular
Research a topic or trend
- Start with or
tiktok videos search --query.tiktok videos search --hashtag - Add or
tiktok videos trendingfor broader context.tiktok hashtags popular - Pull or
tiktok videos transcripton standout posts for qualitative analysis.tiktok videos comments
Investigate a specific video
- Run .
tiktok videos get --video-url ... - Add if spoken content matters.
tiktok videos transcript - Add if audience reaction matters.
tiktok videos comments
Research a commerce niche
- Start with .
tiktok shops search - Inspect a seller via .
tiktok shops products list - Deep-dive one SKU with and
tiktok shops products get.tiktok shops products reviews
Important operating notes
- Use for list-heavy commands when the user wants a smaller payload.
--trim - Use pagination flags like ,
--cursor,--max-cursor, or--min-timewhen the first response is not enough.--page - Use or
--regionwhen the user cares about a specific market. Trend outputs can differ materially by geography.--country-code - If you already have a TikTok user ID or product ID and the command supports it, pass it to make follow-up requests more direct.
- Prefer URL-based commands for exact lookups and search commands for discovery.
- When the task is analysis rather than raw retrieval, fetch only the minimum data needed and then summarize patterns for the user.
Example requests that should trigger this skill
- "Analyze this TikTok creator's audience and recent videos."
- "Find trending TikTok videos about cold plunge."
- "Pull comments from this TikTok and tell me the main objections."
- "Show me popular TikTok songs in the US this month."
- "Research TikTok Shop competitors for collagen peptides."