TikTok Web API for bulk account registration, commenting, liking comments, and video uploading.
This API allows you to automate TikTok workflows:
- Bulk account registration (multi-geo support)
- Commenting and replying to comments
- Liking comments under videos
- Video upload and feed management
β‘ Perfect for marketing agencies, SMM teams, and automation developers.
- POST
/send
β Request verification code for email - POST
/register
β Complete account registration using verification code
Parameters:
Parameter | Type | Description |
---|---|---|
string | Email for registration | |
country_code | string | Country code (e.g., US , DE ) |
proxy | string | Proxy in format user:pass@ip:port |
code | string | Verification code (from /send ) |
- GET
/get_comments
β Get comments under a video - POST
/post_comment
β Post a comment or reply - POST
/like_comment
β Like a comment
- GET
/get_feed
β Fetch TikTok feed videos by geo
-
Get your API key β Contact us:
- Telegram: @mrb0hdan
-
Make a request
Example using cURL:
curl -X GET "https://api.yourdomain.com/get_comments?aweme_id=123456789&proxy=http://user:pass@ip:port" \ -H "api-key: YOUR_API_KEY"
- Bulk registration: pay-per-successful-registration
- Commenting/Liking: pay-per-successful-action
- Contact us for details.
- Proxy support (HTTP/SOCKS5)
- API key (issued after onboarding)
- TikTok-compatible email accounts
This project is for educational and research purposes only.
The use of this API may violate TikTok's Terms of Service.
Users are fully responsible for their own actions when using this API.
- Telegram: @mrb0hdan
This repository includes example responses from TikTok endpoints for testing and development purposes.
examples/get_comments_response.json
β sample response from/get_comments
examples/post_comment_response.json
β sample response from/post_comment
examples/get_feed_response.json
β sample response from/get_feed
examples/get_comments_response.json
β same as JSON but exported as a JS object for direct use