X Tweet Scraper | $0.15/1K Tweets | Pay-Per Result avatar

X Tweet Scraper | $0.15/1K Tweets | Pay-Per Result

Pricing

from $0.00015 / tweets

Go to Apify Store
X Tweet Scraper | $0.15/1K Tweets | Pay-Per Result

X Tweet Scraper | $0.15/1K Tweets | Pay-Per Result

Scrape X/Twitter tweets for just $0.15 per 1,000 results. Advanced search with 40+ filters, batch tweet lookup, multiple search terms. No API key needed, no rate limits. Export JSON, CSV, Excel. Cheapest tweet scraper on Apify.

Pricing

from $0.00015 / tweets

Rating

0.0

(0)

Developer

Xquik

Xquik

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

2 days ago

Last modified

Share

X Tweet Scraper | $0.15/1K Tweets | Pay-Per Result | No Rate Limits

Scrape X (Twitter) tweets at scale for just $0.15 per 1,000 tweets. The cheapest tweet scraper on Apify Store. No API key needed, no rate limits.

What does it do?

  • Advanced search — full Twitter search syntax with 40+ filters
  • Batch tweet lookup — fetch up to 100 tweets by ID in one run
  • Multiple search terms — run multiple queries in a single Actor run

How much does it cost?

ResultsCost
1,000$0.15
10,000$1.50
100,000$15.00
1,000,000$150

You only pay for results. No subscriptions, no hidden fees.

Input

Search tweets

Set the Search Terms field to one or more queries:

{
"searchTerms": ["from:elonmusk AI", "#bitcoin lang:en"],
"maxItems": 1000,
"queryType": "Latest"
}

Lookup tweets by ID

{ "tweetIds": ["1846987139428634858", "1858743654778892784"], "maxItems": 100 }

Advanced filters

Combine user, date, location, media, and engagement filters:

{
"twitterContent": "AI",
"from": "elonmusk",
"since": "2026-01-01_00:00:00_UTC",
"until": "2026-03-01_00:00:00_UTC",
"lang": "en",
"filter:media": true,
"min_faves": 1000,
"maxItems": 500
}

For full search syntax, see Twitter Advanced Search.

Output

Each tweet is a JSON object with full metadata:

{
"id": "1846987139428634858",
"text": "The future of AI is...",
"createdAt": "2026-03-15T12:00:00Z",
"retweetCount": 500,
"replyCount": 120,
"likeCount": 5000,
"quoteCount": 80,
"viewCount": 1200000,
"bookmarkCount": 300,
"lang": "en",
"url": "https://x.com/elonmusk/status/1846987139428634858",
"author": {
"id": "44196397",
"username": "elonmusk",
"name": "Elon Musk",
"followers": 180000000,
"verified": true
},
"media": [{ "type": "photo", "url": "https://..." }],
"entities": {
"hashtags": [{ "text": "AI" }],
"urls": [],
"user_mentions": []
}
}

Export as JSON, CSV, Excel, or HTML from the Apify dataset.

Use cases

  • Sentiment analysis & brand monitoring
  • Market research & competitor tracking
  • Lead generation from social conversations
  • Academic research & trend analysis
  • Content curation & influencer discovery

FAQ

Do I need a Twitter API key? No. This scraper uses its own infrastructure.

Is there a rate limit? No. Scrape as much as you need.

How fast is it? Typically 20-50 tweets per second depending on query complexity.

What search operators are supported? All Twitter advanced search operators: from, to, mentions, date ranges, engagement filters, media filters, geo filters, and more.