X Scraper Studio
Pricing
from $0.00005 / actor start
X Scraper Studio
Paste mixed X / Twitter targets — handles, tweet links, hashtags, communities, lists — and collect tweets, people, replies, followers, or trends as clean JSON. No login, no cookies, no proxy.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Celine
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Paste mixed X / Twitter targets and collect tweets, people, replies, followers, communities, lists, or trends as clean JSON. No login. No cookies. No proxy.
The first screen is the whole product: paste, pick a job (or leave Auto), set a cap, Start.
What you paste
One item per line. Mix freely.
| Line | Auto does |
|---|---|
@NASA or https://x.com/NASA | Profile tweets |
https://x.com/NASA/status/123 or a tweet ID | That tweet |
#AI or climate summit | Search tweets |
| Community URL | Community posts |
| List URL | List posts |
https://x.com/NASA/followers | Followers of that profile |
Need a different slice from the same paste? Change What should this run collect? first.
Jobs
Auto — tweets from what you paste is the default.
Lock a job when every line should mean the same thing:
- Profile · Tweets, replies they posted, media, likes, mentions, about, followers, following, verified followers
- Search · Tweets & hashtags, people, communities
- Tweet · Details, replies, quotes, full thread, who liked, who reposted, long article
- Community · Posts, members, moderators
- List · Posts, members, followers
- Trends (paste can be empty — pick a region)
Wrong-type lines become itemType: skip rows. The run continues.
Input
| Field | Default | Notes |
|---|---|---|
| Paste | — | Required except for Trends |
| Job | Auto | |
| Stop after this many (per line) | 50 | Per pasted line, not the whole run |
| Posted after / before | empty | Tweet jobs |
| Latest or Top | Latest | Search / feeds |
| Replies / Reposts / Media / Language | Include / any | Tweet jobs |
| Minimum likes | empty | People search uses this as min followers |
| Checkmark accounts only | off | |
| Trends region | Worldwide | India, US, UK, and other listed countries |
Output
Each dataset item has itemType:
tweet— text, metrics, author, media, urluser— handle, bio, counts, profile urltrend— name, rank, region, search queryskip— original line +skipReason
Filter CSV in Sheets with itemType=tweet.
Console views: Tweets, People, Trends, Skipped lines.
Example
{"paste": "@NASA\n#AI\nclimate summit","job": "auto","maxItems": 50}
Followers of several accounts:
{"paste": "@NASA\n@ISRO\n@esa","job": "followers","maxItems": 200}
India trends:
{"job": "trends","trendRegion": "india","maxItems": 30}
Notes
- Max results is per line. Three handles at 50 = up to 150 tweets.
- Dates apply to tweet / search / timeline jobs, not to follower lists or trends.
- One failed line does not fail the run.
- Built for Apify. Set
DATA_API_KEYon the actor as a secret (actor owner only). Run users never see it.