scraper

Getting Started

  • Getting Started

Authentication

  • Authentication

Endpoints

  • POSTScrape
  • GETUsage
  • GETPlatforms

Tools

  • Google
  • Google Maps
  • Trustpilot
  • Tripadvisor
  • Yelp
  • Glassdoor
  • Indeed
  • TikTok
  • YouTube
  • Reddit
  • HackerNews
  • Booking.com
  • G2
  • Twitter
  • LinkedIn
  • Facebook
  • Instagram
  • Threads

MCP

  • MCP Server

Reference

  • Errors
  • Rate Limits

Errors

Errors follow the Problem Details format. Each response includes a code and a request ID for debugging.

Error Format

The API returns errors in Problem Details format:

{
"type": "https://api.scraper.run/errors/rate_limited",
"status": 429,
"code": "rate_limited",
"message": "Rate limit exceeded",
"requestId": "req_abc123",
"docUrl": "https://docs.scraper.run/errors/rate_limited",
"retryable": true
}

Status Codes

StatusCodeDescription
400bad_requestInvalid URL or parameters
401unauthorizedInvalid or missing API key
402no_creditsCredit balance exhausted
429rate_limitedRate limit exceeded
500internal_errorInternal server error
scraperHome