Keyword Search
Search tweets by keyword with sort and time-range filters for tracking hashtag conversations, brand mentions, or developing topics.
Run a keyword search across X, or paste any public post URL to pull the post, its available stats, and reply data—all through one tweet scraper API. No proxy rotation, browser automation, or X developer account to set up. Results arrive as structured JSON.
Fetching public X data…
Pull public X data without managing proxies, rotating API keys, or reverse-engineering X endpoints.
Search tweets by keyword with sort and time-range filters for tracking hashtag conversations, brand mentions, or developing topics.
Paste a public post URL to pull available content, engagement stats, and reply data without thread-scrolling or manual copy-paste.
Use consistent JSON results in an analytics pipeline, research dataset, spreadsheet workflow, or your own application.
X’s terms restrict automated data collection outside its official API, and applicable rules vary by jurisdiction and use case. ProWebLook’s X scraper is intended for publicly visible post and profile data only. It does not bypass logins and is not a substitute for X’s API when you need authenticated access, direct messages, or private-account data. Use public data responsibly and do not use the service to circumvent access restrictions.
Choose one-time credits, a monthly plan, or annual billing at 20% off, then set your usage and check out with Stripe or PayPal. There is no minimum commitment to start scraping tweets.
Search tweets, extract post data, or retrieve public replies through three focused REST endpoints—without an OAuth application or developer approval queue.
/api/v1/scraperxsearchSearch by keyword or hashtag with sorting, time-range, and result-count controls.
/api/v1/scraperxpostRetrieve structured post data from a public X post or profile URL.
/api/v1/scraperxcommentCollect publicly visible comments and replies associated with an X post URL.
api_key=YOUR_API_KEY to every request. Each successful endpoint call uses 1 scraper credit.curl -G "https://lookup.proweblook.com/api/v1/scraperxsearch" \ --data-urlencode "api_key=YOUR_API_KEY" \ --data-urlencode "query=AI tools" \ --data-urlencode "sort=new" \ --data-urlencode "time=week" \ --data-urlencode "maxItems=10"
curl -G "https://lookup.proweblook.com/api/v1/scraperxpost" \ --data-urlencode "api_key=YOUR_API_KEY" \ --data-urlencode "url=https://x.com/username/status/123456789" \ --data-urlencode "maxItems=10" \ --data-urlencode "maxComments=20"
curl -G "https://lookup.proweblook.com/api/v1/scraperxcomment" \ --data-urlencode "api_key=YOUR_API_KEY" \ --data-urlencode "url=https://x.com/username/status/123456789" \ --data-urlencode "maxComments=20"
Free usage, supported inputs, JSON output, infrastructure, and responsible public-data collection.
Use the same ProWebLook account and scraper-credit balance across supported social-data products.
Discover an extensive array of API calls across all ProWebLook APIs. No credit card required — start building in minutes.