X Twitter Poster
Pricing
from $0.01 / 1,000 results
X Twitter Poster
Automate posting to Twitter/X! Create tweets, replies, and threads. Features Single Tweets - Post text updates Threads - Create multi-tweet threads Replies - Reply to specific tweets Images - Attach photos (coming soon)
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
The Howlers
Maintained by CommunityActor stats
2
Bookmarked
39
Total users
1
Monthly active users
22 days ago
Last modified
Categories
Share
Twitter/X Poster
Twitter/X Automation - Post tweets, create threads, and send replies without expensive API access. Browser automation bypasses Twitter API costs ($100/mo Basic tier). Perfect for social media marketing, brand management, and automated engagement.
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: Twitter/X password
Quick Start
Run with real data
{"password": "YOUR_API_KEY_HERE","cookies": "YOUR_API_KEY_HERE","imageUrls": "https://example.com","replyToUrl": "https://example.com","isThread": false,"timeout": 120,"cookieKvStoreName": "cookie-sessions"}
Input Parameters
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
username | string | - | No | Twitter/X username or email |
password | string | - | Yes* | Twitter/X password |
cookies | string | - | Yes* | Exported cookies from logged-in session (recommended) |
tweet | string | - | No | The text of your tweet (max 280 characters) |
imageUrls | array | - | No | URLs of images to attach (max 4) |
replyToUrl | string | - | No | URL of tweet to reply to (optional) |
isThread | boolean | false | No | Create a thread instead of single tweet |
threadTweets | array | - | No | Array of tweets for thread (if isThread is true) |
timeout | integer | 120 | No | Maximum time to wait for the operation 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 in the KV store to load cookies from (created by Cookie Manager actor). If provided and no manual cookies are set, cookies will be loaded automatically from the KV store. |
cookieKvStoreName | string | "cookie-sessions" | No | Name of the Apify Key-Value store holding cookie sessions. Default: 'cookie-sessions' |
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Tweet Posted | Each tweet or reply posted to Twitter/X | $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?
Built by John Rippy | Actor Arsenal
Running without credentials
If you run this actor without credentials, it returns clearly labeled sample data instead of posting. Each sample item includes demo: true and a notice field. Nothing is posted to X (Twitter) and no task events are charged. Provide your own credentials in the input to post for real. Setting demoMode to true behaves the same way.