Tiktok Poster avatar

Tiktok Poster

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Tiktok Poster

Tiktok Poster

Under maintenance

Automate posting videos to TikTok! Upload videos with captions, hashtags, and privacy settings. Features Video Upload - Post videos from URL Captions & Hashtags - Add descriptions and tags Privacy Controls - Set visibility, comments, duet, stitch Auto-download - Automatically fetches video from URL

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

13

Total users

3

Monthly active users

6 days ago

Last modified

Share

TikTok Automation - Upload and post videos to TikTok automatically. Browser automation for reliable posting without API access. Perfect for content creators, social media managers, and marketing agencies. Supports video uploads, captions, hashtags, and scheduling.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: TikTok account password

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"videoUrl": "https://example.com"
}

Run with real data

{
"demoMode": false,
"password": "YOUR_API_KEY_HERE",
"cookies": "YOUR_API_KEY_HERE",
"videoUrl": "https://example.com",
"allowComments": true,
"allowDuet": true,
"allowStitch": true,
"isPrivate": false,
"timeout": 180,
"cookieKvStoreName": "cookie-sessions"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
usernamestring-NoTikTok account username or email
passwordstring-Yes*TikTok account password
cookiesstring-Yes*Exported cookies from logged-in session (strongly recommended - TikTok has aggressive bot detection)
videoUrlstring-NoURL of the video file to upload (MP4 recommended)
captionstring-NoCaption for your video (max 2200 characters)
hashtagsarray-NoHashtags to add (without # prefix)
allowCommentsbooleantrueNoAllow comments on the video
allowDuetbooleantrueNoAllow others to duet with this video
allowStitchbooleantrueNoAllow others to stitch this video
isPrivatebooleanfalseNoMake the video private (only you can see it)
timeoutinteger180NoMaximum time to wait for the video upload to complete
demoModebooleantrueNoRun in demo mode without real credentials. Returns mock success response for testing.
webhookUrlstring-NoURL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows.
indexNowKeystring-NoOptional IndexNow API key for instant search engine indexing of posted content. Get your key at https://www.bing.com/indexnow
cookieStorageKeystring-NoKey to load cookies from the Cookie Manager's Named KV Store. Use this instead of manually pasting cookies. Run Cookie Manager in 'capture' mode first to store cookies, then reference the same storageKey here.
cookieKvStoreNamestring"cookie-sessions"NoName of the Named Key-Value Store where Cookie Manager saved the session. Defaults to 'cookie-sessions'.

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Video PostedEach TikTok video posted$0.05

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal