scraper
PricingDocsGet started

Your shortcut to web data.

Every post, comment, and review from 17+ platforms. Complete data, ready to use.

Get your API keyRead the docs

Free plan included. No credit card required.

Works with

+ more

What will you build?

Click to see what you get back.

Playground
POST /v1/playground

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

GoogleGoogle MapsTrustpilotTripadvisorYelpIndeedTikTokRedditHackerNewsGlassdoorYouTubeBooking.comG2TwitterLinkedInFacebookInstagramThreads

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

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 structured JSON

Receive clean, typed data back. Post content, author info, engagement metrics, and comments.

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
}
]
}

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 comments/request
  • 10 req/min
  • 1 concurrent
Get started
Most popular

Pro

$19/mo

  • 19,000 requests/mo
  • Up to 10,000 comments/request
  • 120 req/min
  • 5 concurrent
  • Buy extra credits at $1/1,000
Get started

FAQ

Start getting data in minutes.

Free plan included. No credit card required.

Get your API keyRead the docs
scraper
DocsStatusContact us