Apify Store
AS
Apify Store
/clockworks/tiktok-user-search-scraper

TikTok User Search Scraper

Extract data about users based on TikTok user search. You'll get full user profiles, including name, nickname, signature, number of followers, number of videos, bio link, and author’s ID.

liveasyncunknown~30s typical
social mediavideostiktokusersearch
$0.0075
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.006 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /clockworks/tiktok-user-search-scraper for me.

Input

FieldTypeDescription
searchQueriesarrayYour keyword will apply to profiles. As for your query's format, you can use any query that works on TikTok. default ["cats"]
maxProfilesPerQueryintegerThe maximum number of profiles to extract per query default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"apify","endpoint":"/clockworks/tiktok-user-search-scraper","input":{"searchQueries":["cats"]},"wait":false}'
poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."
cli
npx cracked-ai run -p apify -e /clockworks/tiktok-user-search-scraper -i '{"searchQueries":["cats"]}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/clockworks/tiktok-user-search-scraper", input: {"searchQueries":["cats"]}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.