Apify Store
AS
Apify Store
/apidojo/tiktok-scraper

Tiktok Scraper (Pay Per Result)

Extract TikTok profiles, videos, hashtags, comments at 600 posts/sec. No proxy, 98% success rate. Scrape music, locations & user data with query builder. Export JSON/CSV, API integration. Perfect for

liveasyncunknown~30s typical
social medialead generationvideostiktok
$0.00038
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0003 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 /apidojo/tiktok-scraper for me.

Input

FieldTypeDescription
startUrlsarrayPaste the TikTok URLs, and get the results immediately. Video, Photo, User, Search, Tag, Music and Location URLs are supported.
maxItemsintegerMaximum number of items that you want as output.
keywordsarraySearch keywords/terms you want to search from TikTok.
dateRangestring (DEFAULT | ALL_TIME | YESTERDAY | THIS_WEEK | THIS_MONTH | LAST_THREE_MONTHS)Date range for search. It uses the standard date filtering of TikTok search.
locationstring (AF | AL | DZ | AS | AD | AO)Enables the actor to retrieve the results from that specific region/location, given by an ISO 3166-1 alpha-2 country code.
sortTypestring (RELEVANCE | MOST_LIKED | DATE_POSTED)Sort type for search. Only works with keyword search — does not apply to startUrls or other input methods.
customMapFunctionstringFunction that takes each of the objects as argument and returns data that will be mapped by the function itself. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically.
includeSearchKeywordsbooleanIf selected, a field will be added to each tweets about the search keyword that was used to find it.

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":"/apidojo/tiktok-scraper","input":{"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@rabbitbrandmy/photo/7553874290735729940"],"maxItems":3,"keywords":["Artificial Intelligence","podcast"],"dateRange":"DEFAULT","location":"US","sortType":"RELEVANCE","customMapFunction":"(object) => { return {...object} }"},"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 /apidojo/tiktok-scraper -i '{"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@rabbitbrandmy/photo/7553874290735729940"],"maxItems":3,"keywords":["Artificial Intelligence","podcast"],"dateRange":"DEFAULT","location":"US","sortType":"RELEVANCE","customMapFunction":"(object) => { return {...object} }"}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/apidojo/tiktok-scraper", input: {"startUrls":["https://www.tiktok.com/@billieeilish/video/7050551461734042926","https://www.tiktok.com/@rabbitbrandmy/photo/7553874290735729940"],"maxItems":3,"keywords":["Artificial Intelligence","podcast"],"dateRange":"DEFAULT","location":"US","sortType":"RELEVANCE","customMapFunction":"(object) => { return {...object} }"}, wait: false })

Try it

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