Twitter (X) Scraper Unlimited
Pricing
Pay per event
Twitter (X) Scraper Unlimited
Extract tweet URL data from public Twitter/X links. Pay-per-event pricing copied from Twitter Scraper Unlimited style, with slightly cheaper rates.
Pricing
Pay per event
Rating
0.0
(0)
Developer
Arnas
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Extract public Twitter/X tweet URL data with transparent pay-per-event pricing.
This actor starts with direct tweet URL extraction and uses a pricing structure copied from Twitter Scraper Unlimited, with slightly cheaper rates.
Pricing
Pay-per-event pricing. Paid-plan rates are slightly cheaper than the Twitter Scraper Unlimited pricing snapshot:
| Event | Free | Paid plans |
|---|---|---|
| Search/profile/list query | $1.500 | $0.015 |
| Single tweet URL query | $0.475 | $0.0475 |
| Dataset item tier 1 (<=5 queries) | $0.038 / item | $0.00038 / item |
| Dataset item tier 2 (6-10 queries) | $0.076 / item | $0.00076 / item |
| Dataset item tier 3 (11-30 queries) | $0.114 / item | $0.00114 / item |
| Dataset item tier 4 (31-100 queries) | $0.152 / item | $0.00152 / item |
| Dataset item tier 5 (>100 queries) | $0.190 / item | $0.00190 / item |
Input
{"startUrls": [{ "url": "https://x.com/elonmusk/status/1728108619189874825" }],"maxItems": 10}
searchTerms, twitterHandles, and list/profile/search URLs are accepted in the input schema for compatibility with the reference actor. v0.1 only supports direct tweet URL extraction.
Output
{"type": "tweet","id": "1728108619189874825","url": "https://x.com/elonmusk/status/1728108619189874825","text": "Tweet text extracted from Twitter embed HTML","authorName": "Elon Musk","authorUrl": "https://twitter.com/elonmusk","sourceUrl": "https://x.com/elonmusk/status/1728108619189874825","scrapedAt": "2026-05-20T15:00:00.000Z"}
Changelog
0.1
- Initial separate Twitter actor scaffold.
- Added Twitter Scraper Unlimited-compatible input shape.
- Added slightly cheaper pay-per-event pricing contract.
- Added direct tweet URL extraction via Twitter publish embed metadata.