Twitter Affiliates Account Scraper avatar
Twitter Affiliates Account Scraper

Pricing

$4.99 / 1,000 results

Go to Apify Store
Twitter Affiliates Account Scraper

Twitter Affiliates Account Scraper

Fetch the list of affiliate accounts for any Twitter account, with auto-pagination and detailed user info. Supports up to your specified maxResults.

Pricing

$4.99 / 1,000 results

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

11

Total users

2

Monthly active users

6 months ago

Last modified

Share

🐦 Twitter Affiliates Account Scraper

This actor allows you to fetch the list of affiliate accounts associated with a specified Twitter account. It uses the latest Twitter API interface and supports automatic pagination to collect up to the number of accounts you specify.

Features

  • Fetches the affiliate accounts list for any Twitter user.
  • Supports automatic pagination to retrieve large lists.
  • Allows you to specify the maximum number of results (maxResults).
  • Returns detailed user information for each affiliate account.

Input

  • screenname (string, required): The Twitter username whose affiliate accounts you want to fetch.
  • maxResults (integer, optional): Maximum number of affiliate accounts to fetch.

Output

The output is an array of user objects, each containing:

  • user_id
  • screen_name
  • description
  • profile_image
  • statuses_count
  • followers_count
  • friends_count
  • media_count
  • name

Example Input

{
"screenname": "x",
"maxResults": 20
}

Example Output

[
{
"user_id": "44196397",
"screen_name": "elonmusk",
"description": "",
"profile_image": null,
"statuses_count": 79147,
"followers_count": 220000120,
"friends_count": 1134,
"media_count": 3877,
"name": "Elon Musk",
"scrapedAt": "2025-05-30T01:12:53.969Z"
},
...
]

Notes

  • The actor will stop fetching once it reaches the specified maxResults or there are no more accounts to fetch.
  • Make sure the target account is public and not protected.