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:
npm install -g scrapesocial@0.1.0
Authenticate first:
export SCRAPECREATORS_API_KEY=...
Basic invocation:
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 tiktok users search, tiktok users popular, or tiktok shops search, then qualify candidates with tiktok users profile, tiktok users audience, or tiktok shops products list. |
| 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 tiktok users search, tiktok videos search, or tiktok videos trending, then validate with tiktok users profile, tiktok users audience, and tiktok users videos. |
| Brand monitoring | Use it to track known creators, brand accounts, or TikTok Shop sellers. | Start with tiktok users profile, tiktok users videos, or tiktok shops products list, then inspect specific videos with tiktok videos get or tiktok videos comments. |
| Competitor analysis | Use it to compare creators, content strategies, sellers, products, and audience fit. | Start with tiktok users profile, tiktok users videos, tiktok users following, tiktok shops search, and tiktok shops products reviews. |
| Content analytics | Use it to explain why specific videos, hooks, scripts, or comment sections matter. | Start with tiktok users videos --sort-by popular or tiktok videos search, then drill into winners with tiktok videos get, tiktok videos transcript, and tiktok videos comments. |
| Trend research | Use it when the user wants the strongest discovery surface for fast-moving creators, sounds, hashtags, and formats. | Start with tiktok videos trending, tiktok hashtags popular, tiktok songs popular, or tiktok videos search. |
| 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 tiktok users audience, then layer in tiktok videos comments or tiktok users followers when sampling community fit. |
Choose the right command
Account and creator research
Use these when the user wants to understand a specific creator or discover similar creators.
tiktok users profileBest for: basic profile data, bio, stats, profile metadata. Use first when you only need a creator snapshot.tiktok users audienceBest for: audience demographics and market breakdowns. Use when the user asks who follows a creator, audience composition, or geo/demographic fit.tiktok users videosBest for: a creator's published videos. Use when reviewing recent output, top-performing posts, or building a content sample.tiktok users liveBest for: checking whether an account is live and inspecting live metadata.tiktok users followingBest for: who a creator follows. Use for competitive mapping, creator clustering, or inspiration research.tiktok users followersBest for: follower lists. Use when the user wants overlap analysis, community sampling, or lead discovery.tiktok users searchBest for: finding creators by keyword. Use when you do not yet know the exact handle.tiktok users popularBest for: broad discovery of large or fast-rising accounts.
Video analysis
Use these when the user cares about a specific video or wants to find videos on a topic.
tiktok videos getBest for: one video's full details. Use when you already have a TikTok URL and need metadata, engagement, or transcript-enabled detail.tiktok videos transcriptBest for: spoken content extraction. Use for summarization, quote extraction, hooks analysis, or repurposing scripts.tiktok videos commentsBest for: audience reaction and qualitative research. Use when the user wants sentiment, objections, FAQs, or language straight from viewers.tiktok videos search --queryBest for: topic-based content discovery. Use for researching how TikTok is talking about a niche, product, event, or keyword.tiktok videos search --hashtagBest for: hashtag-centric research. Use when the user already knows the hashtag they want to inspect.tiktok videos search --top --queryBest for: top-result discovery rather than general recall. Use when quality matters more than completeness.tiktok videos popularBest for: generally popular videos.tiktok videos trendingBest for: what's trending now in a region. Use this for trend spotting, creative monitoring, and fast-moving market checks.
Trend and culture signals
Use these when the user wants to understand what is taking off on TikTok.
tiktok songs popularBest for: current music signals. Use for trend monitoring, creative inspiration, and audio selection research.tiktok songs getBest for: metadata on a known clip ID.tiktok songs videosBest for: videos using a specific sound. Use when the user wants concrete examples of how a sound is being used.tiktok hashtags popularBest for: rising or established hashtag trends by market or industry. Use for campaign research, niche mapping, or content ideation.
TikTok Shop research
Use these when the user is researching products, sellers, or commerce behavior.
tiktok shops searchBest for: finding shops by keyword.tiktok shops products listBest for: listing products from a shop page. Use when the user wants assortment, catalog breadth, or seller merchandising analysis.tiktok shops products getBest for: one product page in detail. Use when the user wants price, offer, product metadata, or related-video context.tiktok shops products reviewsBest for: buyer feedback. Use when the user wants objections, complaints, praise themes, or review mining.
Common workflows
Understand a creator
- Run
tiktok users profile. - If audience fit matters, run
tiktok users audience. - If content strategy matters, run
tiktok users videos --sort-by popularand inspect a sample.
Research a topic or trend
- Start with
tiktok videos search --queryortiktok videos search --hashtag. - Add
tiktok videos trendingortiktok hashtags popularfor broader context. - Pull
tiktok videos transcriptortiktok videos commentson standout posts for qualitative analysis.
Investigate a specific video
- Run
tiktok videos get --video-url .... - Add
tiktok videos transcriptif spoken content matters. - Add
tiktok videos commentsif audience reaction matters.
Research a commerce niche
- Start with
tiktok shops search. - Inspect a seller via
tiktok shops products list. - Deep-dive one SKU with
tiktok shops products getandtiktok shops products reviews.
Important operating notes
- Use
--trimfor list-heavy commands when the user wants a smaller payload. - Use pagination flags like
--cursor,--max-cursor,--min-time, or--pagewhen the first response is not enough. - Use
--regionor--country-codewhen the user cares about a specific market. Trend outputs can differ materially by geography. - 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."