Twitter / X Tweet Scraper avatar

Twitter / X Tweet Scraper

Pricing

from $1.00 / 1,000 tweet scrapeds

Go to Apify Store
Twitter / X Tweet Scraper

Twitter / X Tweet Scraper

Scrape public X (Twitter) tweet details by URL or ID — text, author, likes, retweets, replies, quotes, views, media, hashtags, mentions, and quoted tweet — via the official syndication endpoint. No login required.

Pricing

from $1.00 / 1,000 tweet scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Twitter / X Tweet Scraper 🐦

Get public X (Twitter) tweet details by URL or ID — text, author, likes, retweets, replies, quotes, views, media, hashtags, mentions, and any quoted tweet — via X's official syndication endpoint. No login, no API keys.

Great for social monitoring, embedding, thread/quote analysis, brand tracking, and feeding AI agents specific tweets.

Input

{
"tweets": [
"https://x.com/nasa/status/1810000000000000000",
"1810000000000000000"
],
"proxyConfiguration": { "useApifyProxy": true }
}

Output (one row per tweet)

{
"type": "tweet",
"tweet_id": "1810000000000000000",
"text": "We're going back to the Moon.",
"created_at": "2026-07-08T...",
"likes": 45210,
"replies": 1203,
"views": 2100000,
"author_name": "NASA",
"author_handle": "NASA",
"author_verified": true,
"hashtags": ["Artemis"],
"media": [{ "type": "photo", "url": "https://pbs.twimg.com/..." }],
"url": "https://x.com/NASA/status/1810000000000000000"
}

Notes

  • Uses X's public embed/syndication endpoint — reads only public tweets.
  • Give it exact tweet URLs/IDs (this Actor fetches tweet details, not search timelines).
  • The account running the Actor pays for proxy usage.