Skip to content
X (Twitter) Scraper API

Search Tweets and Extract Post Data from X in Real Time

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.

3 free lookups a day. Sign in for 100 free credits.
Explore public X data 1 credit / request

Paste a public post URL to retrieve available post details and engagement data.

Loading

Fetching public X data…

Why ProWebLook

Built for Fast, Structured X Data

Pull public X data without managing proxies, rotating API keys, or reverse-engineering X endpoints.

Keyword Search

Search tweets by keyword with sort and time-range filters for tracking hashtag conversations, brand mentions, or developing topics.

Post Extraction

Paste a public post URL to pull available content, engagement stats, and reply data without thread-scrolling or manual copy-paste.

JSON Export

Use consistent JSON results in an analytics pipeline, research dataset, spreadsheet workflow, or your own application.

Pricing

Flexible X Scraper API Pricing

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.

For Developers

Twitter/X Scraper API Reference

Search tweets, extract post data, or retrieve public replies through three focused REST endpoints—without an OAuth application or developer approval queue.

Search tweets

GET
/api/v1/scraperxsearch

Search by keyword or hashtag with sorting, time-range, and result-count controls.

Parameters: query · sort · time · maxItems

Post lookup

GET
/api/v1/scraperxpost

Retrieve structured post data from a public X post or profile URL.

Parameters: url · maxItems · maxPosts · maxComments · sort

Replies

GET
/api/v1/scraperxcomment

Collect publicly visible comments and replies associated with an X post URL.

Parameters: url · maxItems · maxComments
Add 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"
X Scraper FAQ

Answers Before You Start

Free usage, supported inputs, JSON output, infrastructure, and responsible public-data collection.

Send a keyword or a public X post URL to the API. It returns structured JSON containing matching posts, post details, or replies depending on the endpoint you use. You do not need to manage proxies, browser automation, or an X developer account.
Yes. Every visitor gets 3 free lookups a day without an account, and signing in adds 100 free credits so you can test the service before purchasing more.
Yes. Keyword search supports sort and time-range filters, and a hashtag can be entered in the same search field. A separate hashtag-only extraction mode is not currently offered.
No. ProWebLook handles the request infrastructure, so there is no proxy setup, rotating-IP management, or X developer application required on your side.
Results are returned as structured JSON that can be parsed by an application or used in a spreadsheet, research dataset, or analytics pipeline.
A self-built scraper can require ongoing maintenance as X changes page structures, access controls, and rate limits. A managed API lets your application depend on a stable request and response contract instead.
More Data Sources

Explore Other Scrapers

Use the same ProWebLook account and scraper-credit balance across supported social-data products.

Free Credits Included

Get FREE Credits to Start Today

Discover an extensive array of API calls across all ProWebLook APIs. No credit card required — start building in minutes.