Twitter/X Lists Scraper: Search, Members, Tweets & More! avatar

Twitter/X Lists Scraper: Search, Members, Tweets & More!

Pricing

$0.20 / 1,000 results

Go to Apify Store
Twitter/X Lists Scraper: Search, Members, Tweets & More!

Twitter/X Lists Scraper: Search, Members, Tweets & More!

This Twitter (X) scraping actor is designed for lists: getting list members, list tweets, searching for lists.

Pricing

$0.20 / 1,000 results

Rating

5.0

(2)

Developer

ScrapeBadger

ScrapeBadger

Maintained by Community

Actor stats

5

Bookmarked

92

Total users

23

Monthly active users

2.1 days

Issues response

a day ago

Last modified

Categories

Share

ScrapeBadger: Twitter/X Lists Scraper - Extract List Details, Members, Subscribers, and Tweets!

Scrapebadger Twitter Scraper

ScrapeBadger provides a powerful, affordable solution to scrape Twitter/X Lists. Extract list metadata, members, subscribers, and timeline tweets, or discover curated lists by keyword search. All this starts at just $0.20 per 1,000 results.

Twitter Lists are user-curated collections of accounts grouped around shared interests, industries, or relationships. With ScrapeBadger's Lists Scraper, you can analyse lists for audience research, influencer mapping, competitive intelligence, and content strategy.

Key Features

  • Effortless Operation: Designed for ease of use, ScrapeBadger requires you to select a Mode and provide its corresponding identifier (e.g., List ID for "Get List Detail", search query for "Search Lists").
  • Comprehensive List Data:
    • Get List Detail - Fetch metadata including name, description, member count, subscriber count, owner, and creation date.
    • Get List Members - Extract all members of a list with their profiles.
    • Get List Subscribers - Identify users who follow/subscribe to a list.
    • Get List Tweets - Retrieve tweets posted by members of a list (timeline).
  • Powerful Search:
    • Search Lists - Find lists by keyword to discover curated audiences.
  • Flexible and Structured Output: Data is delivered in Apify's standard Dataset, ready for export in CSV, JSON, etc.
  • Enterprise-Grade Reliability: Built on the robust Apify platform for consistent results.
  • Cost-Effective Solution: Just $0.20 per 1,000 results.

Great For

  • Audience Research: Discover curated audiences in your niche through topical lists.
  • Influencer Mapping: Find lists used by industry leaders to understand who they follow.
  • Competitive Analysis: Monitor lists curated by competitors for brand and category insight.
  • Lead Generation: Extract members of relevant industry lists to build prospect lists.
  • Content Strategy: Understand what topics and clusters of users matter in your space.
  • Academic Research: Study network structures and curation patterns at scale.

How to Use - Mode-Specific Input Parameters

ModeDescriptionKey Input ParameterJSON ParameterOptional
Get List DetailGet metadata for a specific listList IDid-
Get List MembersGet all members of a listList IDidmax_results
Get List SubscribersGet users who subscribe to a listList IDidmax_results
Get List TweetsGet tweets from a list timelineList IDidmax_results
Search ListsFind lists by keywordSearch Queryquerymax_results

Where do I find a List ID?

Open the list on x.com and copy the numeric ID from the URL:

https://x.com/i/lists/1736495155002106192
^^^^^^^^^^^^^^^^^^^
This is the List ID

Request and Response Examples

1. Get List Detail

Request:

{
"mode": "Get List Detail",
"id": "1736495155002106192"
}

Response:

{
"id": "1736495155002106192",
"name": "Tech Leaders",
"description": "A curated list of leading voices in tech.",
"member_count": 312,
"subscriber_count": 1840,
"mode": "Public",
"created_at": "2023-12-17T18:00:00+00:00",
"owner": {
"id": "12345678",
"username": "list_owner",
"name": "Owner Name"
}
}

2. Get List Members

Request:

{
"mode": "Get List Members",
"id": "1736495155002106192",
"max_results": 500
}

Response (array of user profiles):

{
"id": "12345678",
"username": "list_member",
"name": "Member Name",
"description": "Bio text...",
"followers_count": 12500,
"following_count": 800,
"verified": true
}

3. Get List Subscribers

Request:

{
"mode": "Get List Subscribers",
"id": "1736495155002106192",
"max_results": 500
}

4. Get List Tweets

Request:

{
"mode": "Get List Tweets",
"id": "1736495155002106192",
"max_results": 1000
}

Response (array of tweets):

{
"id": "1745123456789012345",
"text": "Tweet content...",
"created_at": "2024-01-10T12:34:56+00:00",
"lang": "en",
"favorite_count": 423,
"retweet_count": 87,
"reply_count": 32,
"view_count": 18400,
"user_id": "12345678",
"username": "list_member"
}

5. Search Lists

Request:

{
"mode": "Search Lists",
"query": "tech leaders",
"max_results": 100
}

Response (array of lists):

{
"id": "1736495155002106192",
"name": "Tech Leaders",
"description": "A curated list of leading voices in tech.",
"member_count": 312,
"subscriber_count": 1840
}

Output Fields

List objects include:

  • Core: id, name, description
  • Counts: member_count, subscriber_count
  • Settings: mode (Public/Private)
  • Metadata: created_at
  • Owner: owner (full user profile)

List Member / Subscriber objects include:

  • Full user profile (id, username, name, description, followers/following counts, verified status, location, profile image, etc.)

Tweet objects include:

  • Core: id, text, created_at, lang
  • Engagement: favorite_count, retweet_count, reply_count, view_count
  • Author: user_id, username

Important Note: To prevent API abuse and ensure fair resource allocation, you will be charged for requests that return an empty results set.

Why Choose ScrapeBadger?

  • Highly Targeted Data: Get precisely the Twitter/X list data you need.
  • Efficient and Reliable: Built for speed and stability on the Apify platform.
  • Unbeatable Value: Just $0.20 per 1,000 results.
  • User-Friendly: Easy to configure regardless of technical expertise.
  • Seamless Integration: Output data readily available for analysis.

About ScrapeBadger

This actor is powered by ScrapeBadger - a reliable Twitter/X data extraction service.

  • Official Website: scrapebadger.com
  • Faster Support: Get priority support directly through the ScrapeBadger website
  • SDK & API Access: Want to use ScrapeBadger outside of Apify? The Python SDK and REST API are available for direct integration into your own applications