tiktok-search
Search TikTok - find profiles, videos, hashtags, and trending content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search TikTok - find profiles, videos, hashtags, and trending content
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Test and document API endpoints - validate responses, check status, generate examples
Full company intelligence report - overview, team, funding, products, news
Research competitors - products, pricing, team, funding, and strategy
Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.
Extract structured data from web pages using AI
Build a sales prospect list of dental practices in a city — finds practices, decision makers, contact info, and buying signals. Use when asked to find dentists for outreach, prospect dental practices, build a lead list of dentists, or generate dental practice leads in a specific area.
| name | tiktok-search |
| description | Search TikTok - find profiles, videos, hashtags, and trending content |
Search TikTok for profiles, videos, and hashtag content.
Uses the Scrape Creators API via Orthogonal to scrape TikTok data including profiles, hashtags, and trending content.
orth run scrapecreators /v1/tiktok/profile -q 'handle=charlidamelio'
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"scrapecreators","path":"/v1/tiktok/profile","query":{"handle":"charlidamelio"}}'
orth run scrapecreators /v1/tiktok/search/hashtag -q 'hashtag=tech'
orth run scrapecreators /v1/tiktok/get-trending-feed -q 'region=US'
User: "Look up charlidamelio on TikTok"
orth run scrapecreators /v1/tiktok/profile -q 'handle=charlidamelio'
User: "What's trending on TikTok?"
orth run scrapecreators /v1/tiktok/get-trending-feed -q 'region=US'
User: "What's trending with #tech on TikTok?"
orth run scrapecreators /v1/tiktok/search/hashtag -q 'hashtag=tech'