TikTokTube avatar

TikTokTube

Try for free

Pay $15.00 for 1,000 results

Go to Store
TikTokTube

TikTokTube

collegeitpro/tiktoktube
Try for free

Pay $15.00 for 1,000 results

Turn Viral TikToks into YouTube Gold on Autopilot! 🚀💰

TikTokTube - Apify Actor

Overview

TikTokTube is an Apify Actor that automates the process of scraping trending TikTok videos from a specified niche and reposting them to a YouTube channel. This tool is ideal for content creators looking to streamline their video reposting workflow.

Features

  • Scrapes trending TikTok videos based on a specified niche.
  • Automatically uploads videos to YouTube.
  • Allows customization of video descriptions, tags, and categories.
  • Secure authentication using a unique token.

Input Schema

The Actor requires the following inputs, which can be configured via the Apify Console or API:

ParameterTypeDescription
TikTok_NicheStringThe niche/category of TikTok videos to scrape (e.g., cats, gaming, travel).
Unique_TokenStringA unique token required for uploading videos to YouTube. Get your token here: https://gilded-mandazi-ecf8b3.netlify.app/
Youtube_CategoryIntegerThe category ID for YouTube videos (e.g., 24 for Entertainment).
Youtube_DescriptionStringCustom description for uploaded YouTube videos.
Youtube_TagsStringComma-separated list of tags for YouTube videos.

Example Input

1{
2    "TikTok_Niche": "cats",
3    "Unique_Token": "your-youtube-auth-token",
4    "Youtube_Category": 22,
5    "Youtube_Description": "Check out this awesome cat video!",
6    "Youtube_Tags": "cats,funny,animals"
7}

How to Use

1. Deploy the Actor

  • Go to the Apify Console.
  • Navigate to your TikTokTube Actor.
  • For getting your Unique-Token, go to this link: https://gilded-mandazi-ecf8b3.netlify.app/
  • Enter the required INPUTS for the actor.
  • Click on Run.
  • Start the execution.

2. API Integration

You can also run the Actor programmatically using the Apify API:

1curl -X POST "https://api.apify.com/v2/actor-runs?token=YOUR_API_TOKEN" \
2     -H "Content-Type: application/json" \
3     -d '{
4        "TikTok_Niche": "gaming",
5        "Unique_Token": "your-unique-token",
6        "Youtube_Category": 24,
7        "Youtube_Description": "Awesome gaming content!",
8        "Youtube_Tags": "gaming,streaming"
9     }'

Output

After execution, the Actor provides a response containing:

  • Downloadable links for processed videos.
  • YouTube video URLs (if uploaded successfully).
  • Execution logs.

Notes

  • Ensure that you have a YouTube Channel.
  • The unique token is required to authenticate YouTube uploads.
  • YouTube video categories.
RankCategory NameCategory ID
1Film & Animation1
2Music10
3Sports17
4Gaming20
5Comedy23
6Entertainment24
7Education27

Troubleshooting

Common Issues & Fixes

  • Invalid Token Error: Ensure you have Youtube Channel.
  • Video Not Uploading: Check logs and file a ticket.
  • No Videos Found: Try changing your TikTok niche keyword. Keep it as short as possible for best results.

Contact & Support

For issues, feature requests, or support, please reach out via:


Developed by: AutoClip Studio
🚀 Automating content creation, one video at a time!

Developer
Maintained by Community

Actor Metrics

  • 3 monthly users

  • 1 star

  • 97% runs succeeded

  • Created in Jan 2025

  • Modified 14 hours ago