scraper
PricingBlogDocsGet started

Your shortcut to web data.

Every post, comment, and review from 17+ platforms. One request, complete data.

Get your API keyRead the docs

Free plan included. No credit card required.

Works with

+ more
ResponsePOST /v1/scrape

Hit Scrape to get structured data

Every post, comment, and review as clean JSON

What will you build?

From raw data to real products. Click to see what you get back.

Brand monitoring

+

Track every mention of your brand across Twitter, Reddit, and Threads. Every reply, not just the top ones.

Competitive research

+

Compare products side by side on G2. Benchmark ratings, market share, and buyer sentiment across competitors.

Review aggregation

+

Trustpilot, Yelp, Tripadvisor, Google Maps. Every review of your business, not just page one.

Content & trend analysis

+

YouTube comments, TikTok videos, Hacker News threads. Every comment, every reply, structured as JSON.

Recruiting & job research

+

Indeed listings by role, location, and company. See who is hiring, what they pay, and where.

Academic & market research

+

Hacker News threads, Reddit discussions, Twitter posts. Full data for your analysis, no copy-pasting.

How it works

1

Get an API key

Sign up for free. No credit card required. Your key looks like sc_live_...

2

Send a URL

POST any supported URL to our endpoint. Works with curl, Node, Python, or any HTTP client.

3

Get everything in one response

Post content, author info, engagement metrics, and all comments returned together. No pagination, no follow-up requests.

curl -X POST https://scraper.run/api/v1/scrape \
-H "Authorization: Bearer sc_live_..." \
-H "Content-Type: application/json" \
-d '{"url": "https://x.com/LLMJunky/status/2036239240300818751"}'
{
"platform": "twitter",
"url": "https://x.com/LLMJunky/status/2036239240300818751",
"items": [
{
"type": "post",
"externalId": "2036239240300818751",
"author": "LLMJunky",
"text": "...",
"likes": 639,
"retweets": 39,
"replies": 57
}
]
}

Use with your AI assistant

Connect Scraper as an MCP server and use all 20+ tools directly from Claude, Cursor, VS Code, Windsurf, and any MCP-compatible client.

1

Connect the MCP server

Add the server URL to your client. OAuth handles authentication automatically, no API key needed.

2

Ask in natural language

"Get Trustpilot reviews for Acme Corp", "Find jobs on Indeed for React developers". Your assistant picks the right tool.

Available tools

AirbnbBooking.comFacebookG2GlassdoorGoogleHackerNewsIndeedInstagramLinkedInRedditThreadsTikTokTripadvisorTrustpilotTwitterYahoo FinanceYelpYouTube

Claude Code

claude mcp add scraper --transport http https://scraper.run/api/mcp

Cursor / VS Code / Windsurf

{
"mcpServers": {
"scraper": {
"type": "streamable-http",
"url": "https://scraper.run/api/mcp"
}
}
}

View full setup guide

Why Scraper.run

Others5 requestsvsScraper1 request

All data, one request

Send one request, get everything back. Every comments, reviews, jobs, search results.

1 credit1 credit

Predictable pricing

50 reviews or 5,000, same price. You always know the cost before you call, no surprise bills.

XRTTYTLIGIGFBGD+8 moreone API

17+ platforms, zero infra

One API key for 17+ platforms. We handle proxies, browsers, and retries.

What our users say

Korva

Korva

Product feedback intelligence platform

We were losing a day every week to broken scrapers. Twitter changes something, Cloudflare blocks us, and the whole pipeline stops.

Switched to Scraper. That problem just went away.

Pricing

1 credit = 1 request. Google tools from 0.1 credits.

Free

$0/mo

  • 10 requests/mo
  • Up to 100 items/request
  • 10 req/min
  • 1 concurrent
  • Need more? $1 per 1,000 credits
Get started
Most popular

Pro

$19/mo$35

Launch offer, save 46%

  • 19,000 requests/mo
  • Up to 10,000 items/request
  • 120 req/min
  • 5 concurrent
Get started

All plans: $1 per 1,000 credits. No subscription required.

FAQ

Start getting data in minutes.

Free plan included. No credit card required.

Get your API keyRead the docs
scraper
DocsStatusContact us