Introduction - English
此页也有中文版本可用: 介绍 - 中文
👻 Introduction:
🎉 TikHub.io is a ready-to-use integrated tools and services platform aimed at helping users quickly start their business and support feature customization. Our vision is to create a community-driven entrepreneurial project where collaboration leads to mutual success. Every community member has the opportunity to integrate their developed features or APIs into our platform and earn revenue from it. We have already accumulated a large number of registered users and community members. To achieve this vision, we are actively planning and implementing cooperation strategies to ensure the sustainable and healthy development of the ecosystem. We welcome you to join our Discord community.
🚀 Features:
📦 Ready-to-use
- Simplifies usage processes; what you see is what you get, making calls easier.
💰 Cost Advantage
- No preset package limitations, no monthly usage threshold. All charges are based on actual usage and billed instantly. Dynamic discount billing is based on the user's daily request volume. Additionally, we offer a daily check-in mechanism, allowing users to earn free credits through daily check-ins on the user dashboard, and these free credits do not expire.
⚡️ Quick Support
- We have a large Discord community server where admins and other users will quickly respond to your questions and help you resolve current difficulties.
🎉 Embrace Open Source
- Some of TikHub's APIs will be open-sourced onGithub. This means that if you wish to deploy these services yourself, you can use the source code for free from Github. This is also the core of our community project.
✨ Features:
Platform/Website | Support Status | Availability | Details | To-Do |
---|---|---|---|---|
Douyin | ✅ | Normal | Multi-end data collection (Web/APP) | - |
TikTok | ✅ | Normal | Multi-end data collection (Web/APP) | - |
Xiaohongshu | ✅ | Normal | Multi-end data collection (Web/APP) | - |
Lemon8 | ✅ | Normal | Multi-end data collection (Web/APP) | - |
Bilibili | ✅ | Normal | Data collection (Web) | - |
✅ | Normal | Data collection (Web) | - | |
✅ | Normal | Data collection (Web) | - | |
Kuaishou | ✅ | Normal | Data collection (Web/APP) | - |
Toutiao | ✅ | Normal | Data collection (Web/APP) | - |
YouTube | ✅ | Normal | Data collection (Web) | - |
Captcha Bypass | ✅ | Normal | Various captcha solvers | - |
Xigua Video | ✅ | Normal | Data collection (APP) | - |
NetEase Cloud Music | ✅ | Normal | Data collection (APP) | - |
Twitter (X) | ✅ | Normal | Data collection (Web) | - |
💸 TikHub Platform Process and Details:
1. Service Resource Provider (SRP)
|----> Connect to TikHub
|----> Provide service description and information
|----> Negotiate price and profit with TikHub
2. TikHub Platform (T)
|----> Integrate all services
|----> Provide unified payment, customer service, and technical support
|----> Set different profit ratios for self-operated and third-party services
|----> Handle promotion activities and reward settlements from agents
3. Customer Resource Provider (CRP)
|----> Use promotion links/codes to invite new users
|----> Receive rewards from TikHub
4. Customer (C)
|----> Choose and purchase services through TikHub
Annotations:
SRP (Service Resource Provider): Third-party partners providing various services to the TikHub platform.
CRP (Customer Resource Provider): Promoters or agents who bring new customers to the TikHub platform.
Remarks:
TikHub.io is a community-based service platform actively seeking cooperation with individual or corporate developers. If you have good ideas or existing projects that can meet user needs, we are very willing to connect with your projects.
For more platform support, please create a new thread in the Discussion: https://discord.gg/82ZbCecXBK
To integrate your service or API into TikHub, please contact: tikhub.io@proton.me
🎯 Is using TikHub legal?
Like most things, it depends on your intent and how you use the API.
According to the U.S. Computer Fraud and Abuse Act (CFAA), it is legal to scrape publicly available internet data as long as you respect copyright.
No one likes spam bots or abused services, and neither do we. So, as long as you don’t do anything you shouldn’t, there’s no problem.
As a community-based service platform, TikHub does not allow any services related to abuse, spam, fake account interactions, or cyber-attacks. By using our platform, you agree to comply with the above views. If any related content is found on the platform, we will handle it promptly.
🛒 Pricing:
Base Price:
The base price for most services is 0.001 USD
per request. If the response code is not 200
, there will be no charge.
Daily Request Discount (Tiered Pricing):
id | min_rpd | max_rpd | discount (%) |
---|---|---|---|
1 | 0 | 1000 | 0.00 |
2 | 1000 | 5000 | 10.00 |
3 | 5000 | 10000 | 20.00 |
4 | 10000 | 20000 | 30.00 |
5 | 20000 | 30000 | 40.00 |
6 | 30000 | 2147483647 | 50.00 |
Example:
The base price is 0.001 USD
. Assuming the daily request count is 12000
, the calculation process is as follows:
- Tier 1 (0 ≤ rpd < 1000):
- Requests within tier = 1000 - 0 = 1000
- Discounted price per request = 0.001 × (1 - 0/100) = 0.001
- Total cost = 1000 × 0.001 = 1
- Tier 2 (1000 ≤ rpd < 5000):
- Requests within tier = 5000 - 1000 = 4000
- Discounted price per request = 0.001 × (1 - 10/100) = 0.0009
- Total cost = 4000 × 0.0009 = 3.6
- Tier 3 (5000 ≤ rpd < 10000):
- Requests within tier = 10000 - 5000 = 5000
- Discounted price per request = 0.001 × (1 - 20/100) = 0.0008
- Total cost = 5000 × 0.0008 = 4
- Tier 4 (10000 ≤ rpd < 20000):
- Requests within tier = 12000 - 10000 = 2000
- Discounted price per request = 0.001 × (1 - 30/100) = 0.0007
- Total cost = 2000 × 0.0007 = 1.4
- Total Cost:
- Total cost = 1 + 3.6 + 4 + 1.4 = 10
Automatic Cost Calculation API:
https://api.tikhub.io/#/TikHub-User-API/calculate_price_api_v1_tikhub_user_calculate_price_get
📝 Next Steps:
- Integrate more API types
- Continuous iteration, continuous improvement...
📬 Contact Us:
Remarks:
- Since August 1, 2023, we no longer accept any WeChat inquiries and services. For help, please ask in the Discord server or DM the admins, or use Email to contact us.
- Our working hours areCalifornia Los Angeles (GMT-7) time zone from 1 PM to 1 AM.
- Response priority:
Email > Discord > Github