X Twitter Search Scraper - Tweets, People & Media
Pricing
from $3.00 / 1,000 x/twitter search results
X Twitter Search Scraper - Tweets, People & Media
Search public X/Twitter results by keyword, hashtag, advanced operator, or tab. Export tweets, profiles, photos, and media with engagement metrics, authors, URLs, cursors, and clean summaries. No cookies required.
Pricing
from $3.00 / 1,000 x/twitter search results
Rating
0.0
(0)
Developer
Khadin Akbar
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
X Twitter Search Scraper
Search public X/Twitter results by keyword, hashtag, advanced operator, or search tab and export normalized records for monitoring, lead research, market intelligence, and AI-agent workflows.
What it does
This actor searches the public X/Twitter search surface through a provider-backed API. It does not require user cookies, browser sessions, login credentials, or an X developer account.
Use it to collect:
- Tweets from the Top or Latest search tabs
- Hashtag results such as
#buildinpublic - Advanced X search operators such as
from:openai min_faves:100 - People/profile results for account discovery
- Photos and Media search results
Input
The most important fields are:
queries- one or more search queries, hashtags, usernames, or advanced operatorssearchType-Top,Latest,People,Photos, orMediamaxResults- maximum records to save across all queriesmaxPagesPerQuery- pagination depth per querystartCursor- optional cursor fromRUN_SUMMARY.nextCursorsfor continuationincludeRaw- include provider payloads for debugging field drift
Example:
{"queries": ["ai agents", "#buildinpublic", "from:openai min_faves:100"],"searchType": "Latest","maxResults": 100,"maxPagesPerQuery": 10,"dedupeResults": true}
Output
Each dataset item is normalized into a stable schema:
recordTypesearchQuerysearchTypetweetIdtweetUrltextcreatedAtauthorUsernameauthorNameauthorIdauthorUrlauthorVerifiedauthorFollowersreplyCountretweetCountquoteCountlikeCountviewCounthashtagsmentionsurlsmediaUrlslistNamelistUrlproviderproviderPagescrapedAt
The actor also writes:
OUTPUT- concise machine-readable summaryRUN_SUMMARY- detailed run telemetry, warnings, status codes, and next cursors
Public data only
This actor is designed for public X/Twitter search results. It does not unlock private accounts, hidden posts, deleted posts, DMs, private follower graphs, or login-only data.
Pricing
The actor uses pay-per-event pricing:
- Actor start:
$0.00005 - X/Twitter search result saved:
$0.003
Reliability
The actor uses provider retries, status-code telemetry, clean empty-result handling, dedupe, cursor persistence, and graceful terminal summaries. Missing provider credentials or upstream failures are written to OUTPUT and RUN_SUMMARY instead of crashing without context.
Common use cases
- Brand monitoring on X/Twitter
- Trend and hashtag discovery
- Competitor tracking
- Creator and influencer research
- Social listening pipelines
- AI-agent research tools
- Sales and recruiting signal discovery
Tips
- Use
Latestfor fresh monitoring. - Use
Topfor higher-signal results. - Use
Peoplewhen you need accounts rather than tweets. - Use narrower queries and X search operators for cleaner datasets.
- Use
startCursoronly for continuing one query/search type from a previous run.