X Scraper Studio avatar

X Scraper Studio

Pricing

from $0.00005 / actor start

Go to Apify Store
X Scraper Studio

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

Celine

Maintained by Community

Actor 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.

LineAuto does
@NASA or https://x.com/NASAProfile tweets
https://x.com/NASA/status/123 or a tweet IDThat tweet
#AI or climate summitSearch tweets
Community URLCommunity posts
List URLList posts
https://x.com/NASA/followersFollowers 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

FieldDefaultNotes
PasteRequired except for Trends
JobAuto
Stop after this many (per line)50Per pasted line, not the whole run
Posted after / beforeemptyTweet jobs
Latest or TopLatestSearch / feeds
Replies / Reposts / Media / LanguageInclude / anyTweet jobs
Minimum likesemptyPeople search uses this as min followers
Checkmark accounts onlyoff
Trends regionWorldwideIndia, US, UK, and other listed countries

Output

Each dataset item has itemType:

  • tweet — text, metrics, author, media, url
  • user — handle, bio, counts, profile url
  • trend — name, rank, region, search query
  • skip — 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_KEY on the actor as a secret (actor owner only). Run users never see it.