Proweblook Twitter X Scraper avatar

Proweblook Twitter X Scraper

Pricing

from $0.0035 / actor start

Go to Apify Store
Proweblook Twitter X Scraper

Proweblook Twitter X Scraper

Pricing

from $0.0035 / actor start

Rating

0.0

(0)

Developer

chandan kumar dubey

chandan kumar dubey

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

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:

FieldTypeDescription
tweetIdstringUnique tweet identifier
dataTypestringtweet or comment
textstringFull tweet or comment text
authorstringUsername / handle
authorIdstringAuthor's user ID
urlstringDirect link to the tweet
isVerifiedbooleanWhether the author is verified
likesnumberNumber of likes
retweetsnumberNumber of retweets
repliesnumberNumber of replies
viewsnumberView count
bookmarksnumberBookmark count
quotesnumberQuote tweet count
hasMediabooleanWhether the tweet has media
mediaUrlsarrayURLs of attached media
hashtagsarrayHashtags used in the tweet
mentionsarrayUsers mentioned in the tweet
createdAtstringWhen the tweet was posted
scrapedModestringWhich mode was used
scrapedQuerystringThe search query or URL used
scrapedAtstringISO timestamp of scrape time

Pricing

This Actor uses the Pay Per Result (PPR) pricing model:

MetricPrice
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

  1. Sign up for a free Apify account.
  2. Navigate to the ProWebLook X Scraper Actor page.
  3. Choose your mode: Search Tweets, Post Lookup, or Get Comments.
  4. Fill in the input — enter a query, tweet URL, or both.
  5. Run the Actor and download your data as JSON, CSV, or Excel.

Input parameters

Search Mode

ParameterTypeRequiredDefaultDescription
modestringYessearchSet to search
querystringYesKeywords to search
sortstringNonewnew, hot, top, relevance
timestringNoweekday, week, month, year, all
maxItemsintegerNo251–50

Post Lookup Mode

ParameterTypeRequiredDefaultDescription
modestringYesSet to post
postUrlstringYesFull tweet URL
maxCommentsintegerNo20Max comments to include

Comment Mode

ParameterTypeRequiredDefaultDescription
modestringYesSet to comment
postUrlstringYesFull tweet URL
maxCommentsintegerNo20Max 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.