Twitter Auto Unfollow avatar

Twitter Auto Unfollow

Pricing

Pay per usage

Go to Apify Store
Twitter Auto Unfollow

Twitter Auto Unfollow

Unfollow a Twitter/X profile 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 Unfollow removes a follow relationship from a Twitter/X profile using an authenticated session.

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

What It Does

Twitter Auto Unfollow removes a follow relationship from a Twitter/X profile using an authenticated session.

Why Use Twitter Auto Unfollow?

  • Audience cleanup - Prune follow lists for cleaner account management
  • Follow-list management - Keep accounts aligned with current workflows
  • Workflow automation - Automate follow-state changes consistently

How to Use Twitter Auto Unfollow

  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 unfollow a Twitter/X profile 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

{
"twProfileUrl": "https://x.com/example_profile",
"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": {
"twProfileUrl": "https://x.com/example_profile",
"action": "unfollow",
"unfollowed": 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.