tiktok-researchlisted
Install: claude install-skill Crawlora-org/crawlora-skills
# TikTok research
Look up public TikTok profiles, videos, and comments, run keyword/hashtag/user
search, track trending hashtags and videos, and pull TikTok Creative Center
Top Ads intelligence — all as normalized JSON from the Crawlora API, no app
scraping or unofficial client libraries.
## When to use this skill
- "What's <handle>'s TikTok profile / follower count / recent videos?"
- "Pull the comments on this TikTok video."
- "Search TikTok for videos/hashtags/users about <topic>."
- "What's trending on TikTok right now (hashtags or Creative Center videos)?"
- "Show me the top-performing TikTok ads for <brand/industry/keyword>."
- Competitor ad-creative research, hashtag-trend research, or influencer
vetting on TikTok.
## Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at [https://crawlora.net](https://crawlora.net?utm_source=github&utm_medium=referral&utm_campaign=crawlora-skills).
- `export CRAWLORA_API_KEY=sk_your_key_here`
- All requests: `x-api-key: $CRAWLORA_API_KEY` against
`https://api.crawlora.net/api/v1`. Missing/invalid key → `401`.
## How it works
Pick the job:
1. **Profile & content** — `/tiktok/profile/{handler}` for a public profile,
`/tiktok/posts` for a profile's videos by `secUid`, `/tiktok/post/{id}` for
one video's detail, `/tiktok/comments` for a video's top-level comments.
2. **Search & discovery** — `/tiktok/search` (videos by keyword),
`/tiktok/search/hashtag` (hashtags by keyword), `/tiktok/search/use