Twitter/X Feed Scraper — Latest Tweets from Handles
Pricing
Pay per usage
Go to Apify Store

Twitter/X Feed Scraper — Latest Tweets from Handles
Scrape the latest tweets from a list of Twitter/X handles. No login required. Uses Twitter's syndication API.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Twitter/X Feed Scraper
Scrape the latest tweets from a list of Twitter/X handles. No login or API key required.
What it does
Fetches recent tweets from specified Twitter accounts. Designed for monitoring a curated list of accounts (e.g., investment influencers, company accounts).
How it works
Uses three strategies in fallback order:
- Twitter Guest API — GraphQL endpoint with guest token (best data: full text, likes, RTs, replies)
- Twitter Syndication — Server-rendered timeline (good data, simpler)
- Nitter RSS — Open-source Twitter mirror (fallback, less engagement data)
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
| handles | string[] | required | Twitter handles without @ |
| maxTweetsPerHandle | integer | 10 | Max tweets per handle |
| proxyConfiguration | object | Apify proxy | Proxy settings |
Output
| Field | Type | Description |
|---|---|---|
| handle | string | Twitter handle |
| name | string | Display name |
| text | string | Tweet text |
| createdAt | string | Tweet timestamp |
| likes | number | Like count |
| retweets | number | Retweet count |
| replies | number | Reply count |
| url | string | Direct link to tweet |
| isRetweet | boolean | Whether it's a retweet |
| isReply | boolean | Whether it's a reply |
| media | string[] | Media URLs |
| scrapedAt | string | Scrape timestamp |
Usage
Private actor for portfolio briefing. Called by Yellow workspace /briefing command.