Back to TikTok
Apify·TikTok
Pull TikTok Posts
/apidojo/tiktok-scraperasync$0.00045 / resultExtract 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 influencer discovery, lead gen, market research. $0.30 per 1K posts. Runs as an Apify actor (20–120 s); results are dataset rows.
Charged per returned row plus the flat fee.
Input
| Field | Type | Required | Description |
|---|---|---|---|
| startUrls | array | — | Paste the TikTok URLs, and get the results immediately. Video, Photo, User, Search, Tag, Music and Location URLs are supported. |
| maxItems | integer | — | Maximum number of items that you want as output. |
| keywords | array | — | Search keywords/terms you want to search from TikTok. |
| dateRange | string (DEFAULT, ALL_TIME, YESTERDAY, THIS_WEEK, THIS_MONTH, LAST_THREE_MONTHS, LAST_SIX_MONTHS) | — | Date range for search. It uses the standard date filtering of TikTok search. |
| location | string (AF, AL, DZ, AS, AD, AO, AI, AQ, …) | — | Enables the actor to retrieve the results from that specific region/location, given by an ISO 3166-1 alpha-2 country code. |
| sortType | string (RELEVANCE, MOST_LIKED, DATE_POSTED) | — | Sort type for search. Only works with keyword search — does not apply to startUrls or other input methods. |
| customMapFunction | string | — | Function 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. |
| includeSearchKeywords | boolean | — | If selected, a field will be added to each tweets about the search keyword that was used to find it. |
Run it
curl -s https://sooma.dev/v1/run \
-H "Authorization: Bearer $SOOMA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"provider":"apify","endpoint":"/apidojo/tiktok-scraper","input":{}}'
Or ask your agent: it will call inspect for this schema and run it over MCP.