Tiktok Poster
Pricing
from $0.01 / 1,000 results
Tiktok Poster
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
Maintained by CommunityActor stats
1
Bookmarked
19
Total users
1
Monthly active users
14 days ago
Last modified
Categories
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
Quick Start
Run with real data
{"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"}
Running without credentials
If you run the actor without TikTok credentials or session cookies (or with demoMode: true), it returns a labeled simulated post result so you can preview the output format. Sample items carry demo: true and a _notice field, no video is posted, and no task events are charged. Supply your own credentials or cookies for live posting.
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
username | string | - | No | TikTok account username or email |
password | string | - | Yes* | TikTok account password |
cookies | string | - | Yes* | Exported cookies from logged-in session (strongly recommended - TikTok has aggressive bot detection) |
videoUrl | string | - | No | URL of the video file to upload (MP4 recommended) |
caption | string | - | No | Caption for your video (max 2200 characters) |
hashtags | array | - | No | Hashtags to add (without # prefix) |
allowComments | boolean | true | No | Allow comments on the video |
allowDuet | boolean | true | No | Allow others to duet with this video |
allowStitch | boolean | true | No | Allow others to stitch this video |
isPrivate | boolean | false | No | Make the video private (only you can see it) |
timeout | integer | 180 | No | Maximum time to wait for the video upload to complete |
webhookUrl | string | - | No | URL to receive a POST request when the actor run finishes. Useful for integrations with Zapier, Make, n8n, or custom automation workflows. |
indexNowKey | string | - | No | Optional IndexNow API key for instant search engine indexing of posted content. Get your key at https://www.bing.com/indexnow |
cookieStorageKey | string | - | No | Key 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. |
cookieKvStoreName | string | "cookie-sessions" | No | Name of the Named Key-Value Store where Cookie Manager saved the session. Defaults to 'cookie-sessions'. |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Video Posted | Each TikTok video posted | $0.05 |
Troubleshooting
"API key is required"
- 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?
Just run the actor without credentials or cookies, or set demoMode: true. You get a labeled sample result and no task events are charged.
Built by John Rippy | Actor Arsenal