Twitter/X List Scraper - Extract List Tweets avatar

Twitter/X List Scraper - Extract List Tweets

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Twitter/X List Scraper - Extract List Tweets

Twitter/X List Scraper - Extract List Tweets

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Categories

Share

Twitter List Scraper

Scrapes tweets from Twitter/X lists. This actor extracts tweets from public Twitter list timelines, collecting tweet content, author information, engagement metrics, and list metadata.

How it works

The scraper uses multiple approaches to collect tweets from Twitter lists:

  1. Nitter Instances - Fetches list timeline pages from public Nitter instances that mirror Twitter list data.
  2. Twitter Syndication - Uses cdn.syndication.twimg.com endpoints for individual tweet enrichment.
  3. Pagination Support - Follows cursor-based pagination to collect tweets beyond the first page.

Input

  • listUrls - Array of Twitter/X list URLs to scrape
  • maxResults - Maximum number of tweets per list (default: 100)
  • proxyConfiguration - Proxy settings (residential proxies recommended)

Output

Each tweet includes:

  • tweetId - Unique ID of the tweet
  • text - Full text content of the tweet
  • author - Display name of the tweet author
  • authorUsername - Twitter handle of the tweet author
  • likes - Number of likes
  • retweets - Number of retweets
  • replies - Number of replies
  • listName - Name of the Twitter list
  • listOwner - Owner/creator of the Twitter list
  • createdAt - Timestamp when the tweet was posted
  • scrapedAt - Timestamp when the data was collected