VOOZH about

URL: https://apify.com/altimis/scweet

⇱ Twitter (X) Tweet Scraper | Search + Profiles | Scweet Β· Apify


Pricing

from $0.25 / 1,000 tweets

Go to Apify Store

Scweet Twitter/X Scraper

Scrape Twitter (X) tweets from search + profiles. Filter keywords/hashtags/users/dates. Export JSON/CSV/XLSX. Fast. $0.30/1k. Free plan.

Pricing

from $0.25 / 1,000 tweets

Rating

4.1

(9)

Developer

πŸ‘ JEB

JEB

Maintained by Community

Actor stats

24

Bookmarked

1.6K

Total users

161

Monthly active users

8.6 hours

Issues response

18 hours ago

Last modified

Share

Scweet β€” Twitter/X Scraper

Extract tweets from search results and profile timelines into JSON, CSV, and XLSX. No API key, no cookies, no account setup β€” just configure your query and Scweet handles the rest.

Run on Apify | Open-Source Library


What Scweet Does

  • Search and profile scraping β€” query X/Twitter by keywords, hashtags, users, engagement, date range, location, and more, or scrape profile timelines. Run both in a single job.
  • Zero configuration β€” no cookies, no proxies, nothing to manage. Just set your query and Scweet handles the rest.
  • Deduplicated billing β€” you only pay for unique tweets. Every item is deduplicated before it reaches your dataset.
  • Production-grade reliability β€” automatic retries, adaptive rate limiting, and built-in resilience keep runs stable at scale.

Use cases

Brand monitoring, lead generation, market research, academic datasets, OSINT, content strategy.

Pricing

PlanPer 1,000 tweetsRun-start fee
Free$3.00$0.006
Starter$0.30$0.0006
Scale$0.28$0.0006
Business$0.25$0.0006

Apify provides monthly free platform credit (commonly $5/month). You only pay for unique, deduplicated tweets.

Free tier is for evaluation, not production. Higher free pricing reduces abuse and keeps paid tiers low.


Quick Start

  1. Open Scweet on Apify.
  2. Paste one of the inputs below.
  3. Run the Actor.
  4. Export your dataset (JSON, CSV, or XLSX).

Search

{
"source_mode":"search",
"search_query":"bitcoin lang:en from:elonmusk -filter:replies min_faves:100",
"since":"2025-02-17",
"until":"2026-02-19",
"max_items":1000
}

Profile timeline

{
"source_mode":"profiles",
"profile_urls":[
"https://x.com/elonmusk",
"@apify"
],
"max_items":1000
}

Combined (search + profiles)

{
"source_mode":"auto",
"all_words":["ai","agent"],
"since":"2025-02-17",
"profile_urls":["https://x.com/apify"],
"search_sort":"Top",
"max_items":500
}

Input can be partial β€” omitted fields use defaults. The Apify Console opens with sample prefill values (search_query="from:elonmusk", profile_urls=["@elonmusk"]). Replace or remove them before running your own job.


Input Reference

Source modes

ModeBehavior
auto (default)Runs whichever paths have input. If both search and profile inputs are present, both run.
searchSearch path only. Profile input is ignored.
profilesProfile timeline path only. Search input is ignored.

Core fields

FieldTypeDescription
source_modestringauto, search, or profiles (default: auto)
search_querystringRaw advanced query string. Operator reference
profile_urlsarrayHandles or profile URLs (@handle, x.com/<handle>, twitter.com/<handle>)
max_itemsintegerGlobal tweet target per run (default: 1000)
sincestringStart date or UTC timestamp
untilstringEnd date or UTC timestamp
search_sortstringTop or Latest (default: Top)

Search builder fields

Instead of writing a raw search_query, you can use structured fields that Scweet combines into a query automatically:

CategoryFields
Keywordsall_words, any_words, exact_phrases, exclude_words
Usersfrom_users, to_users, mentioning_users
Hashtagshashtags_any, hashtags_exclude
Languagelang (e.g. en, fr, ar)
Tweet typetweet_type: all, originals_only, replies_only, retweets_only, exclude_replies, exclude_retweets
Filtersverified_only, blue_verified_only, has_images, has_videos, has_links, has_mentions, has_hashtags
Engagementmin_likes, min_replies, min_retweets
Locationplace, geocode (lat,lon,radius), near, within

Defaults and limits

  • max_items is global per run, not per profile.
  • Minimum run size: if max_items < 100, it is auto-adjusted to 100.
  • Unknown input keys are rejected.
  • If both since and until are missing, lookback defaults to 4 years (Top) or 180 days (Latest).
  • Location filters depend on X/Twitter metadata and can be approximate.
  • Free plan guardrails: 1000 tweets/day, 10 runs/day, minimum 60s between runs.

Output

Results are stored in the Apify dataset, deduplicated by tweet ID. Export as JSON, CSV, or XLSX.

Fields

FieldDescription
idTweet ID
textTweet text
handleAuthor handle
tweet_urlDirect link to tweet
favorite_count, retweet_count, reply_count, quote_count, bookmark_count, view_countEngagement metrics
created_atTweet creation time
collected_at_utcCollection timestamp (UTC)
langLanguage
conversation_idThread/conversation ID
in_reply_to_status_id, in_reply_to_user_id, in_reply_to_screen_nameReply references
quoted_status_idQuoted tweet ID
is_quote, is_replyConvenience flags
source_rootsearch or profile_url
source_valueEffective query or normalized profile URL
userNested author object (handle, name, followers, bio, etc.)
tweetNested tweet details (media, entities, edit history, etc.)

Example (top-level fields)

{
"id":"1996300676012376299",
"handle":"FTB_Team",
"text":"We dug through the first month of StoneBlock 4...",
"favorite_count":71,
"retweet_count":5,
"reply_count":10,
"view_count":"9695",
"tweet_url":"https://x.com/FTB_Team/status/1996300676012376299",
"created_at":"Wed Dec 03 19:29:05 +0000 2025",
"collected_at_utc":"2026-04-07T15:58:33.539740+00:00",
"lang":"en",
"source_root":"search",
"source_value":"(sample OR query) lang:en",
"is_quote":false,
"is_reply":false,
"user":{"handle":"FTB_Team","name":"Feed The Beast","followers_count":43367,"...":"..."},
"tweet":{"media":["..."],"entities":{"...":"..."},"...":"..."}
}

Tips

  • Use Top sort (default). Top consistently returns more tweets than Latest for the same query and time range. Latest is useful when you need strict reverse-chronological order, but tends to return fewer total results because X's search index is less exhaustive in that mode.
  • Use wider time ranges. The wider the since/until window, the more tweets X will surface. Scweet automatically splits wide ranges into parallel sub-intervals, so a large window does not slow down the run.
  • Start broad, then narrow. If you get fewer tweets than expected, try removing restrictive filters (min_likes, tweet_type, lang) one at a time to see which one is limiting results.
  • For large volumes from a single profile, use search instead of profile mode. Profile mode (source_mode=profiles) is best for recent activity. For thousands of tweets from a specific user, use source_mode=search with from_users: ["handle"] (or search_query: "from:handle"), a wide since/until range, and search_sort: "Latest" for more complete results.
  • Date filters are handled internally. Scweet converts since and until to precise Unix-timestamp operators under the hood. You can keep using human-readable dates (e.g. "since": "2025-01-01").
  • Combine structured fields with search_query. You can use search_query for advanced operators not covered by the builder fields (e.g. filter:media, -filter:replies) and add structured fields like from_users or min_likes on top β€” Scweet merges them into a single query.

How It Works

Scweet uses X's internal GraphQL API β€” the same endpoints the X website uses. No official Twitter API key or developer account is needed.

You configure a query and a target. Scweet handles everything else β€” authentication, proxies, pacing, retries, and deduplication. If something fails mid-run, work is automatically retried so you get complete results without manual intervention.


FAQ

Do I need a Twitter API key? No. Scweet uses X's internal GraphQL API β€” no developer account or API key required.

Do I need to provide cookies or an account? No. Account management, proxies, and rate limiting are all handled automatically.

Can I scrape private accounts? No. Only publicly visible content is accessible.

What export formats are supported? JSON, CSV, and XLSX β€” download directly from the Apify dataset tab.

Is there a free tier? Yes β€” Apify provides monthly free platform credit. The actor's free plan allows up to 1,000 tweets/day and 10 runs/day.

Power users: the full open-source Python library is at github.com/Altimis/Scweet β€” pip install Scweet for programmatic access, async support, resume, and full control over accounts and proxies.


Support

For help with query tuning, limits, or workflow design, contact us on the Actor page or open an issue in the open-source repository.

Responsible usage: Use this Actor lawfully and ethically. Comply with applicable platform terms and local regulations. Scweet applies adaptive rate limiting β€” repeatedly running queries that return zero results will trigger progressively longer cooldowns.

Privacy: Run metadata (user ID, timestamps, input payload, counters) may be stored for rate limiting, support, and stability. This data is used internally and is not shared with third parties.

You might also like

Twitter (X.com) Scraper Unlimited: No Limits

apidojo/twitter-scraper-lite

Introducing Twitter Scraper Unlimited, the most comprehensive Twitter data extraction solution available. Our enterprise-grade scraper offers unmatched capabilities with a transparent event-based pricing model, making it perfect for both small-scale and large-scale data extraction needs.

28K

4.4

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

kaitoeasyapi/twitter-x-data-tweet-scraper-pay-per-result-cheapest

Only $0.18/1000 tweets for Twitter scraping, 100% reliability, swift data retrieval.This incredible low price is almost too good to be true.Thanks to our large-scale operations and efficient servers, we can offer you rock-bottom prices that no competitors can match.

Twitter/X Scraper: Tweets, Profiles & Search

automation-lab/twitter-scraper

Twitter scraper and X scraper for profiles, tweets, timelines, search, followers, and following. Profiles/timelines work without login; search supports advanced syntax.

πŸ‘ User avatar

Stas Persiianenko

632

5.0

🏯 Tweet Scraper V2 - X / Twitter Scraper

apidojo/tweet-scraper

⚑️ Lightning-fast search, URL, list, and profile scraping, with customizable filters. At $0.40 per 1000 tweets, and 30-80 tweets per second, it is ideal for researchers, entrepreneurs, and businesses! Get comprehensive insights from Twitter (X) now!

62K

4.1

Twitter Profile Scraper: Get Profile Tweets + Their Replies

apidojo/twitter-profile-scraper

Extract tweets, replies & engagement data from Twitter profiles. $0.016 per profile includes 40 tweets FREE. Get likes, retweets, views & media URLs. Date filtering, reply extraction, custom data transformation. No authentication, no proxy required. Event-based pricing, only pay for what you scrape!

1.5K

2.1

Twitter Tweets Scraper

gentle_cloud/twitter-tweets-scraper

Enter the X URL to quickly collect the latest tweet data. Based on the X search interface, with countless quantity and time constraints, the tweet results are sorted in reverse chronological order.

4.7K

5.0

Twitter (X.com) Tweets & Profiles Scraper

web.harvester/twitter-scraper

Extract tweets and full profile data from any Twitter (X.com) account with our powerful scraper. Search profiles, scrape tweets with replies, or extract data via URL or username. Download in JSON, CSV, Excel, XML, or HTMLβ€”ideal for social media monitoring, content analysis, and competitive research.

7.7K

4.8

Twitter Scraper PPR

danek/twitter-scraper-ppr

Scrap Twitter fast and easy. It is designed to be fast and efficient, so it can extract a large number of post for low price.

6.2K

3.9

X(twitter) User Profile & Tweets Scraper

logical_scrapers/x-twitter-user-profile-tweets-scraper

[$0.001/profile] scrapes full user information, tweets, replies from X(Twitter) profiles. It works in guest mode without requiring authentication and can retrieve tweets from any public Twitter account.