Tiktok Apis Scraper
Pricing
$1.00/month + usage
Go to Apify Store
Deprecated
Pricing
$1.00/month + usage
endpointEnumOptional
Select the TikTok API endpoint you want to call. See parameters section below for required fields for each endpoint.
"api/v1/user/detail": string"api/v1/user/posts": string"api/v1/user/popular-posts": string"api/v1/user/oldest-posts": string"api/v1/user/liked-posts": string"api/v1/user/re-posts": string"api/v1/user/followings": string"api/v1/user/followers": string"api/v1/user/playlist": string"api/v1/post/detail": string"api/v1/post/comments": string"api/v1/post/comment/replies": string"api/v1/post/explore": string"api/v1/post/explore-categories": string"api/v1/post/related": string"api/v1/search/general": string"api/v1/search/video": string"api/v1/search/account": string"api/v1/search/suggestion": string"api/v1/download/video": string"api/v1/challenge/posts": string"api/v1/challenge/detail": stringmethodEnumOptional
HTTP method (usually GET for all TikTok endpoints)
"GET": string"POST": string"PUT": string"DELETE": stringDefault value of this property is "GET"
parametersobjectOptional
USER ENDPOINTS:
• user/detail: {"unique_id": "username"}
• user/posts: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
• user/popular-posts: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
• user/oldest-posts: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
• user/liked-posts: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
• user/re-posts: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
• user/followings: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "min_cursor": "0"}
• user/followers: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "min_cursor": "0"}
• user/playlist: {"sec_uid": "MS4wLjABAAAA...", "count": "30", "cursor": "0"}
POST/VIDEO ENDPOINTS:
• post/detail: {"video_id": "1234567890123456789"}
• post/comments: {"video_id": "1234567890123456789", "count": "50", "cursor": "0"}
• post/comment/replies: {"video_id": "1234567890123456789", "comment_id": "1234567890123456789", "count": "6", "cursor": "0"}
• post/explore: {"category_type": "0", "count": "16"}
• post/explore-categories: {} (no parameters)
• post/related: {"video_id": "1234567890123456789", "count": "16", "cursor": "0"}
SEARCH ENDPOINTS:
• search/general: {"keyword": "funny videos", "offset": "0", "search_id": "0"}
• search/video: {"keyword": "dance videos", "offset": "0", "search_id": "0"}
• search/account: {"keyword": "username", "offset": "0", "search_id": "0"}
• search/suggestion: {"keyword": "trending"}
DOWNLOAD ENDPOINT:
• download/video: {"url": "https://www.tiktok.com/@zg.520/video/7556699581464038664"}
CHALLENGE/HASHTAG ENDPOINTS:
• challenge/posts: {"challenge_id": "1234567890123456789", "count": "30", "cursor": "0"}
• challenge/detail: {"challenge_name": "tianxuning"}