TikTok Unauthorized API - Scraper, No-watermark, Analytics, Feed
Reverse engineered API extracted from TikTok Mobile app. API covers only functionality that does not require autorization in original app (view feed, search, fetch posts data, fetch user data, extract links, etc.). This API is actively supported at the moment and is used in our own production apps. API may seem a little bit slow because of intermediate proxies but we can customize it according…
TikTok Unauthorized API - Scraper, No-watermark, Analytics, Feed endpoints
| Method | Endpoint | Description |
|---|---|---|
| api/ | ||
| POST |
Find user by username, fetch profile info, fetch user posts {SIMPLIFIED} /api/search |
Endpoint does a sequence of actions under the hood: 1. finds user by "username" (passed as parameter). If this user exists then execution proceeds else notify "user-not-found" 2.… |
| POST |
Find user by username, fetch profile info, fetch user posts [FULL] /api/search_full |
Endpoint does a sequence of actions under the hood: 1. finds user by "username" (passed as parameter). If this user exists then execution proceeds else notify "user-not-found" 2.… |
| POST |
Find user by sec_user_id, fetch profile info, fetch user posts /api/search_by_sid |
Endpoint does a sequence of actions under the hood: 1. fetches user stats (total likes, followers, subscriptions, etc.) 2. fetch "amount\_of\_posts" (passed as parameter) posts… |
| POST |
Find post by link or aweme_id. Fetch cover links, metrics, download links /api/post |
Find post data (cover links, metrics, download links, etc.) by post identifier. Takes any of the following post identifiers: - aweme_id - share_link - web_link - short_link If… |
| POST |
Find liked posts by sec_user_id /api/liked |
Search for post user previously liked (only it the target user allowed this feature in privacy settings) |
| POST |
Build request to find user's posts by sec_user_id /api/posts_by_sid_build_request |
**Note**: endpoints ending "\_build\_request" does NOT makes request to TikTok API but build http request (headers, body, request_urls). Using it you can build request yourself… |
| POST |
Build request to find user and his info by sec_user_id /api/search_by_sid_build_request |
**Note**: endpoints ending "\_build\_request" does NOT makes request to TikTok API but build http request (headers, body, request_urls). Using it you can build request yourself… |
| POST |
Build request to find post by link or aweme_id /api/post_build_request |
**Note**: endpoints ending "\_build\_request" does NOT makes request to TikTok API but build http request (headers, body, request_urls). Using it you can build request yourself… |
| POST |
get trending hashtags for specific country /api/trending_hashtags |
Endpoint search for trending hashtags for specific country passed as the parameter |
| POST |
get trending users in specific country /api/trending_users |
Fetch trending users and their most popular post for target country passed as parameter |
TikTok Unauthorized API - Scraper, No-watermark, Analytics, Feed pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|