Twitter/X Feed Scraper — Latest Tweets from Handles avatar

Twitter/X Feed Scraper — Latest Tweets from Handles

Pricing

Pay per usage

Go to Apify Store
Twitter/X Feed Scraper — Latest Tweets from Handles

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

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:

  1. Twitter Guest API — GraphQL endpoint with guest token (best data: full text, likes, RTs, replies)
  2. Twitter Syndication — Server-rendered timeline (good data, simpler)
  3. Nitter RSS — Open-source Twitter mirror (fallback, less engagement data)

Input

ParameterTypeDefaultDescription
handlesstring[]requiredTwitter handles without @
maxTweetsPerHandleinteger10Max tweets per handle
proxyConfigurationobjectApify proxyProxy settings

Output

FieldTypeDescription
handlestringTwitter handle
namestringDisplay name
textstringTweet text
createdAtstringTweet timestamp
likesnumberLike count
retweetsnumberRetweet count
repliesnumberReply count
urlstringDirect link to tweet
isRetweetbooleanWhether it's a retweet
isReplybooleanWhether it's a reply
mediastring[]Media URLs
scrapedAtstringScrape timestamp

Usage

Private actor for portfolio briefing. Called by Yellow workspace /briefing command.