Twitter Auto Like avatar

Twitter Auto Like

Pricing

Pay per usage

Go to Apify Store
Twitter Auto Like

Twitter Auto Like

Like a Twitter/X post using an authenticated session.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Twitter Auto Like performs a like action on a Twitter/X post using an authenticated account session.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

What It Does

Twitter Auto Like performs a like action on a Twitter/X post using an authenticated account session.

Why Use Twitter Auto Like?

  • Engagement automation - Like posts as part of scheduled workflows
  • Campaign setup - Standardize post interactions before downstream actions
  • Operational visibility - Track like results in Apify datasets

How to Use Twitter Auto Like

  1. Open the Actor on Apify
  2. Enter the required URL and authenticated session inputs
  3. Start the run
  4. Review the dataset output for success or error details

Input

This Actor accepts the fields required to like a Twitter/X post through an authenticated session.

Proxy Object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example Input

{
"twPostUrl": "https://x.com/example/status/1234567890",
"texAuVariables": {},
"connectedAccountId": "example_connected_account_id",
"auth_token": "example_auth_token",
"ct0": "example_ct0_token",
"kdt": "example_kdt_cookie",
"twid": "u%3D1234567890",
"user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"bearerToken": "Bearer exampleBearerToken",
"guest_token": "example_guest_token",
"sec-ch-ua-platform": "\"Linux\"",
"authorization": "Bearer exampleBearerToken",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"x-csrf-token": "example_ct0_token",
"txSmSelfProfileUrl": "https://x.com/example_self_account",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "user_example|session_demo",
"password": "example_proxy_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example Output

{
"success": true,
"response": {
"twPostUrl": "https://x.com/example/status/1234567890",
"action": "like",
"liked": true,
"timestamp": "2026-06-22T10:15:00.000Z"
}
}

Pricing / Cost Estimation

$0.0017 per successful API call

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.