Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

mrb0hdan/TikTok-WEB-API

Repository files navigation

TikTok Web API

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.


πŸ“Œ Endpoints

1. Register TikTok Accounts

  • POST /send – Request verification code for email
  • POST /register – Complete account registration using verification code

Parameters:

Parameter Type Description
email 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)

2. Comment Management

  • GET /get_comments – Get comments under a video
  • POST /post_comment – Post a comment or reply
  • POST /like_comment – Like a comment

3. Video Feed

  • GET /get_feed – Fetch TikTok feed videos by geo

πŸš€ Quick Start

  1. Get your API key – Contact us:

  2. 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"

πŸ’° Pricing

  • Bulk registration: pay-per-successful-registration
  • Commenting/Liking: pay-per-successful-action
  • Contact us for details.

βš™οΈ Requirements

  • Proxy support (HTTP/SOCKS5)
  • API key (issued after onboarding)
  • TikTok-compatible email accounts

⚠️ Disclaimer

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.


πŸ“ž Contact

Example TikTok API Responses

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

About

TikTok Web API for bulk account registration, commenting, liking comments, and video uploading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /