Twitter/X List Scraper avatar

Twitter/X List Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Twitter/X List Scraper

Twitter/X List Scraper

Extract tweets from any Twitter/X List timeline. Get all tweets posted in a list with engagement metrics (likes, retweets, views), author info, media, retweets, and quoted tweets. Supports pagination.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Sachin Kumar Yadav

Sachin Kumar Yadav

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

🐦 Twitter/X Lists Timeline Scraper – Extract Tweets from X Lists

Extract the complete timeline, tweets, retweets, and quoted tweets from any public Twitter/X List. Monitor curated lists of influencers, industries, competitors, or specific communities with detailed metadata, user details, media contents, and engagement metrics. Perfect for competitive intelligence, market research, content curation, and brand monitoring!

πŸ“‹ Table of Contents

πŸš€ Features

Complete List Timeline Scraper

  • Full Feed Extraction - Extract all tweets, retweets, and quoted tweets from any public Twitter/X List timeline.
  • Detailed Author Metadata - Display name, username/screen name, user ID, profile image, verified status, and follower counts of list contributors.
  • Engagement Statistics - Monitor impressions/views, likes, retweets, replies, quote count, and bookmarks count.
  • Deep Content Parsing - Differentiate between regular tweets, retweets, and quoted tweets with structured nested objects (retweeted_tweet and quoted_tweet).
  • Rich Media Assets - Retrieve image and video URLs embedded directly inside tweets.

Reliable Scraping Architecture

  • Pagination Support - Automated maxPages controls pagination cursors under the hood to scrape up to 20 pages of list updates.
  • No Account Required - Pull data securely from public lists without logging into a personal Twitter/X account or using browser sessions.

🎯 Use Cases

Use CaseDescriptionBenefits
Competitor MonitoringScrape a list containing all your competitors' official accountsTrack product launches, content strategies, and updates in one place
Influencer TrackingAnalyze post frequency and content patterns of niche influencersIdentify trends, verify active influencers
Trend DiscoveryFollow curated lists on tech, AI, finance, or web3Capture news, links, and updates early
Social Media CurationsAggregate tweets from list contributors to feed database/newslettersSimplify content aggregation
Community AnalyticsPull tweets from specific community-built X ListsMeasure overall activity, topics, and sentiments

⚑ Quick Start

1️⃣ Single List Timeline Scraping

{
"listIds": [
"1234567890123456789"
],
"maxPages": 2
}

2️⃣ Multiple Lists or List URLs

{
"listIds": [
"https://x.com/i/lists/1234567890123456789",
"https://twitter.com/username/lists/987654321098765432"
],
"maxPages": 5
}

πŸ“Š Input Parameters

Configuration Options

ParameterTypeRequiredDescriptionDefault
listIdsArrayYesList of Twitter/X List IDs or List URLs to scrape. Supports direct numeric IDs and list URLs.
maxPagesIntegerNoMax pages of timeline results to retrieve per list (1 page = 1 API call). Range: 1 to 20.1

πŸ“€ Output Format

List Tweet Result Example

{
"tweet_id": "1800000000000000000",
"text": "Excited to share our latest research on artificial intelligence!",
"screen_name": "ai_researcher",
"created_at": "Wed Jun 12 14:00:00 +0000 2026",
"favorites": 845,
"retweets": 120,
"replies": 32,
"quotes": 14,
"bookmarks": 85,
"views": "45000",
"lang": "en",
"source": "Twitter Web App",
"author_id": "44196397",
"author_name": "AI Researcher",
"author_username": "ai_researcher",
"author_avatar": "https://pbs.twimg.com/profile_images/1234567890/photo_400x400.jpg",
"author_verified": true,
"author_followers": 25000,
"is_retweet": false,
"is_quote": false,
"retweeted_tweet": null,
"quoted_tweet": null,
"media": null,
"list_id": "1234567890123456789",
"scraped_at": "2026-07-08T10:45:00.000Z"
}

πŸ“ˆ Data Fields Explained

Complete Field Reference

FieldTypeDescription
tweet_idStringUnique status ID of the list tweet.
textStringPlain-text content of the tweet.
screen_nameStringUsername of the author.
created_atStringOriginal post timestamp.
favoritesIntegerFavorite/like count.
retweetsIntegerRetweet count.
repliesIntegerDirect reply count.
quotesIntegerQuote tweet count.
bookmarksIntegerBookmark count.
viewsString/NumberImpression/views count.
langStringLanguage code of the tweet.
author_idStringUnique user ID of the tweet author.
author_nameStringDisplay name of the author.
author_usernameStringScreen name/username of the author.
author_avatarStringURL of the author's profile image.
author_verifiedBooleanVerification status.
author_followersIntegerFollower count of the author.
is_retweetBooleanTrue if this is a retweet of another post.
is_quoteBooleanTrue if this is a quote tweet.
retweeted_tweetObjectDetailed nested object of the original tweet if is_retweet is true.
quoted_tweetObjectDetailed nested object of the quoted tweet if is_quote is true.
list_idStringThe list ID being scraped.
scraped_atStringExtraction timestamp.

❓ FAQ

Q: Can I scrape private Twitter/X lists?

A: No. This actor can only scrape public lists. Private lists will result in access denied errors.

Q: Do I need to be a member of the list to scrape it?

A: No, as long as the list is public, anyone can scrape it.

Q: Can I use the full List URL instead of just the List ID?

A: Yes! The actor automatically parses full URLs like https://x.com/i/lists/123456789 and extracts the ID.



🏷️ Keywords & Tags

twitter list scraper, x list scraper, twitter list timeline, extract twitter list, download x list tweets, twitter feeds aggregator, monitor twitter list, twitter influencer tracker, apify twitter list scraper, x.com lists


πŸš€ Get Started Now

  1. Click "Try for free" to run this actor in the Apify Console.
  2. Provide one or more List IDs or List URLs in the input array.
  3. Configure maxPages to load older list timeline tweets.
  4. Export your data as JSON, CSV, or Excel!

⭐ If this actor is useful to your workflow, please leave a star!


Built by Sachin Kumar Yadav using Apify Platform