tiktok-search
Search TikTok - find profiles, videos, hashtags, and trending content
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Search TikTok - find profiles, videos, hashtags, and trending content
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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'