Proweblook Twitter X Scraper
Pricing
from $0.0035 / actor start
Proweblook Twitter X Scraper
Pricing
from $0.0035 / actor start
Rating
0.0
(0)
Developer

chandan kumar dubey
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share
ProWebLook X (Twitter) Scraper
Extract tweets, post details, and comments from X (Twitter) — fast, reliable, and structured.
What does ProWebLook X Scraper do?
ProWebLook X (Twitter) Scraper is a fast, reliable Apify Actor that extracts structured data from X (formerly Twitter). Search for tweets by keyword, look up specific posts by URL, or extract comments and replies — all returned as clean, structured JSON.
Unlike browser-based Twitter scrapers that break when the UI changes or get rate-limited quickly, this Actor uses the ProWebLook API backend which ensures consistent, fast, and reliable data extraction every time.
Features
- Search tweets — Find tweets by keyword with sort (new, hot, top, relevance) and time filters
- Post/Tweet lookup — Extract full details from any tweet by URL
- Comment extraction — Get all replies and comments on a specific tweet
- Rich engagement data — Likes, retweets, replies, views, bookmarks, quotes
- Media & hashtags — Capture attached media URLs, hashtags, and mentions
- Author metadata — Username, verification status, author ID
- No login required — No X/Twitter account or API keys needed from you
- Fast & reliable — API-based extraction, no browser overhead
- Pay Per Result — Only pay for the data you actually get
Data fields
Each item in the output dataset contains:
| Field | Type | Description |
|---|---|---|
tweetId | string | Unique tweet identifier |
dataType | string | tweet or comment |
text | string | Full tweet or comment text |
author | string | Username / handle |
authorId | string | Author's user ID |
url | string | Direct link to the tweet |
isVerified | boolean | Whether the author is verified |
likes | number | Number of likes |
retweets | number | Number of retweets |
replies | number | Number of replies |
views | number | View count |
bookmarks | number | Bookmark count |
quotes | number | Quote tweet count |
hasMedia | boolean | Whether the tweet has media |
mediaUrls | array | URLs of attached media |
hashtags | array | Hashtags used in the tweet |
mentions | array | Users mentioned in the tweet |
createdAt | string | When the tweet was posted |
scrapedMode | string | Which mode was used |
scrapedQuery | string | The search query or URL used |
scrapedAt | string | ISO timestamp of scrape time |
Pricing
This Actor uses the Pay Per Result (PPR) pricing model:
| Metric | Price |
|---|---|
| 1 result | $0.001 |
| 100 results | $0.10 |
| 1,000 results | $1.00 |
| 10,000 results | $10.00 |
That's just $0.001 per result — one of the most affordable X/Twitter scrapers on Apify.
How to use
- Sign up for a free Apify account.
- Navigate to the ProWebLook X Scraper Actor page.
- Choose your mode: Search Tweets, Post Lookup, or Get Comments.
- Fill in the input — enter a query, tweet URL, or both.
- Run the Actor and download your data as JSON, CSV, or Excel.
Input parameters
Search Mode
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mode | string | Yes | search | Set to search |
query | string | Yes | — | Keywords to search |
sort | string | No | new | new, hot, top, relevance |
time | string | No | week | day, week, month, year, all |
maxItems | integer | No | 25 | 1–50 |
Post Lookup Mode
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mode | string | Yes | — | Set to post |
postUrl | string | Yes | — | Full tweet URL |
maxComments | integer | No | 20 | Max comments to include |
Comment Mode
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mode | string | Yes | — | Set to comment |
postUrl | string | Yes | — | Full tweet URL |
maxComments | integer | No | 20 | Max comments to return |
Input example
{"mode": "search","query": "AI tools","sort": "new","time": "week","maxItems": 10}
Output example
{"tweetId": "1893456789012345678","dataType": "tweet","text": "Just discovered an amazing AI tool for content creation...","author": "techguru","authorId": "123456789","url": "https://x.com/techguru/status/1893456789012345678","isVerified": true,"likes": 245,"retweets": 67,"replies": 32,"views": 15420,"bookmarks": 89,"quotes": 12,"hasMedia": false,"mediaUrls": [],"hashtags": ["AI", "ContentCreation"],"mentions": [],"createdAt": "2026-02-27T14:30:00.000Z","scrapedMode": "search","scrapedQuery": "AI tools","scrapedAt": "2026-02-28T10:15:30.123Z"}
Use cases
- Social listening — Monitor brand mentions and sentiment on X
- Trend analysis — Track trending topics, hashtags, and viral content
- Influencer research — Find and analyze influencer engagement metrics
- Competitive intelligence — Monitor competitor activity and audience reactions
- Content research — Discover what content resonates in your niche
- Lead generation — Find potential customers discussing relevant topics
- Market research — Understand audience opinions and preferences
- Academic research — Collect tweet data for social media studies
Integrations
ProWebLook X Scraper can be connected with almost any cloud service or web app using Apify integrations:
- Slack, Discord, Microsoft Teams notifications
- Google Sheets, Airtable, Notion databases
- Webhooks to your own API
- Zapier, Make (Integromat) for workflow automation
- Data warehouses and BI tools
Limitations
- Maximum 50 results per search request
- X rate limits may occasionally affect availability
- Historical data availability depends on X's data retention policies
- Media content is returned as URLs (not downloaded)
FAQ
Do I need an X / Twitter account? No. The Actor uses the ProWebLook API — no login needed.
Can I scrape private/protected accounts? No. Only public tweets and profiles are accessible.
How current is the data? Data is fetched in real-time from X. Results reflect what's currently available.
What's the difference between search and post modes? Search finds tweets matching keywords. Post mode extracts full details from a specific tweet URL. Comment mode extracts replies/comments on a tweet.
Is there an API to call this programmatically? Yes! Use the Apify API to run this Actor from your code.
Can I get more than 50 results? Run the Actor multiple times with different queries or time ranges to collect more data.