VOOZH about

URL: https://apify.com/logiover/x-post-url-scraper

โ‡ฑ X Tweet Scraper by URL - Twitter Post Export, No API ยท Apify


๐Ÿ‘ Tweet Scraper by URL - X (Twitter) Post Data avatar

Tweet Scraper by URL - X (Twitter) Post Data

Pricing

from $3.50 / 1,000 results

Go to Apify Store

Tweet Scraper by URL - X (Twitter) Post Data

Scrape X / Twitter posts by URL or tweet ID. Bulk tweet data export (CSV/JSON), engagement metrics - Twitter unofficial API, no API key or login.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share


๐Ÿ“Œ Overview

The X (Twitter) Post Scraper takes specific tweet/post URLs (or tweet ids) and returns the complete data for each post: text, author, likes, retweets, replies, quotes, bookmarks and views, media, hashtags, mentions, links and the post date. Pass many URLs and it scrapes them all in one run.

It works with no login, no cookies and no API key โ€” reading only public data through residential proxies, so there's zero risk to any X account. No headless browser means it's fast and inexpensive, even for large URL lists.

โœ… Ideal for enriching tweet links you already have โ€” from a spreadsheet, a report, a newsletter, or the output of another scraper.


โœจ Features

FeatureDescription
๐ŸŽฏExact postsScrape precisely the tweets you specify โ€” no noise.
๐Ÿ“ŠEvery metricLikes, retweets, replies, quotes, bookmarks & views.
๐Ÿ–ผ๏ธFull contentText (incl. long posts), media, hashtags, mentions & links.
๐Ÿ‘คAuthor dataUsername, name, follower count and verified status.
๐Ÿ“ฆBulk + concurrencyHundreds of URLs per run, fetched in parallel.
๐ŸงฏGraceful errorsDeleted/protected posts are flagged, never break the run.
๐Ÿ›ก๏ธLogin-free & safeGuest-token access over residential proxies โ€” no account, no ban risk.
๐Ÿ“คAny formatExport to JSON, CSV, Excel, HTML or pull via API & webhooks.

๐ŸŽฏ Who it's for

  • Engagement & PR reporting โ€” pull metrics for a set of campaign or press posts.
  • Content archiving โ€” snapshot specific tweets before they change or disappear.
  • Research & fact-checking โ€” capture the exact data behind a tweet link.
  • Data enrichment โ€” hydrate tweet URLs collected elsewhere into full records.

๐Ÿงพ Input

FieldTypeDescription
postUrlsarrayRequired. Tweet/post URLs or tweet ids.
maxConcurrencyintegerHow many posts to fetch in parallel (1โ€“12). Default 5.
maxResultsintegerStop after this many posts. 0 = all.
proxyConfigurationobjectResidential proxy (required by X). Pre-configured for you.

Example input

{
"postUrls":[
"https://x.com/NASA/status/2059393717111308634",
"2059393717111308634"
]
}

๐Ÿ“ฆ Output

Each post is saved as one structured record:

{
"tweetId":"2059393717111308634",
"url":"https://x.com/NASA/status/2059393717111308634",
"text":"On Tuesday, June 9, we'll announce the four astronauts...",
"createdAt":"Tue Jun 03 16:00:00 +0000 2026",
"lang":"en",
"likeCount":38146,
"retweetCount":4120,
"replyCount":612,
"quoteCount":210,
"bookmarkCount":1503,
"viewCount":2834957,
"isReply":false,
"isQuote":false,
"isRetweet":false,
"hashtags":["Artemis"],
"mentions":["NASA_Astronauts"],
"urls":["https://www.nasa.gov/..."],
"media":[{"type":"photo","url":"https://pbs.twimg.com/media/..."}],
"author":{"username":"NASA","name":"NASA","followers":92089565,"verified":true}
}

๐Ÿ“– Output field reference

FieldDescription
textFull post text (long-form posts supported)
likeCount / retweetCount / replyCountCore engagement
quoteCount / bookmarkCount / viewCountExtended engagement & reach
isReply / isQuote / isRetweetPost type flags
hashtags / mentions / urlsEntities extracted from the post
mediaPhotos / videos with type and URL
authorPost author with follower count & verified status
createdAt / urlPost date and direct link

โš™๏ธ How it works

  1. You provide tweet/post URLs or ids.
  2. The actor resolves each post through X's public data layer over a residential proxy.
  3. Every post is parsed into a clean record with full engagement and media.
  4. Results stream to the dataset; deleted/protected posts are flagged.

No login, no cookies, no API keys โ€” and no X account is ever used or risked.


โ“ FAQ

Is this an X / Twitter API alternative?

Yes. It hydrates tweet URLs into full post data without the official X / Twitter API, developer account, app keys or per-tweet rate limits โ€” just paste links and run.

Does it need login or cookies?

No. It uses public guest-token access only โ€” no login, no cookies you provide and no developer API key. No X account is ever used, so there's zero ban risk.

Can I pass tweet URLs or tweet IDs?

Both โ€” full post URLs (https://x.com/.../status/123) or bare tweet IDs. Mix them freely in one run.

What happens with deleted or protected tweets?

They're returned with a clear error flag so your run always completes cleanly instead of failing on a single bad link.

How many tweets can I scrape per run?

Hundreds to thousands โ€” pass a large postUrls list and raise maxConcurrency.

How do I export X / Twitter post data to CSV or JSON?

Run the actor on your tweet URLs, then download the dataset as CSV, JSON, Excel or HTML โ€” or pull it via API/webhook. It's a clean tweet data export with no extra steps.

Can I scrape tweets without an API key or login?

Yes. This is a Twitter unofficial API by URL โ€” it reads public post data over residential proxies with no developer API key, no app, no login and no cookies.

Does it return tweet engagement metrics?

Yes. Every record includes likes, retweets, replies, quotes, bookmarks and views, making it a ready Twitter post engagement metrics scraper for reporting.


๐Ÿ”— Works great with

  • ๐Ÿฆ X (Twitter) Tweet Scraper โ€” pull a whole profile's timeline.
  • ๐Ÿฆ X (Twitter) Profile & Email Scraper โ€” enrich the authors with contacts.

๐Ÿ“ Changelog

2026-06-15

  • Hardened X engine: retry + fresh-proxy rotation and built-in fallback queryIds โ€” fixes intermittent socket-disconnect crashes.

2026-06-07

  • Docs: added coverage for tweet data export to CSV/JSON, scraping tweets without an API key (Twitter unofficial API), and the post engagement metrics use case.

2026-06-05

  • ๐Ÿ›ก๏ธ Reliability fix: results are no longer dropped by strict output validation โ€” runs now complete cleanly even at high volume (thousands of results).
  • โšก Stability & performance hardening; fresh rebuild.

2026-06-04

  • Verified live & refreshed build โ€” reliability/maintenance pass.

You might also like

Twitter / X Tweet Scraper Goat

goat255/twitter-tweet-scraper

Bulk Twitter/X tweet extraction by username, tweet URL, or tweet ID. Text, media, engagement, language, reply / retweet flags. No API key, no login.

Twitter / X Tweet & Profile Scraper

morph_coder/twitter-search-scraper

Scrape **X (Twitter) posts by ID** and **public profile metrics** without the official Twitter API. No login cookies required.

12

5.0

Tweet X Scraper

qaseemiqbal/tweet-x-scraper

Collect public X/Twitter tweets from usernames, from:username queries, tweet URLs, and tweet IDs. Export clean tweet text, author info, engagement metrics, media, links, and run summaries without X login.

Muhammad Qaseem Iqbal

2

Tweet Scraper API

moving_beacon-owner1/my-actor-21

Fetch structured tweet data instantly from public X (Twitter) posts โ€” no authentication required.Lightweight tool to extract tweet content, metadata, and engagement metrics by ID.Fast and reliable tweet extraction tool built for developers โ€” no API keys needed.

2

Scrape Twitter (X) Comments by Tweet ID - Cookieless

patient_discovery/twitter-comments

Extract Twitter comments from any public tweet without login or cookies. Enter a Tweet ID and get replies with engagement metrics, author profiles, hashtags, media, and conversation data in JSON or CSV. Ideal for sentiment analysis, brand monitoring, and competitive research at scale.

47

Twitter Tweet Scraper

happitap/twitter-tweet-scraper

Extract tweets from X/Twitter using search queries, profile URLs, and direct tweet URLs. Get tweet text, engagement metrics, media, and author info โ€” fast, reliable, and cost-effective.