Skip to main content
Live · no signup

Run the API, right now

Pick an endpoint, run it live, and copy the exact code. Every result carries the provenance of how it was obtained.

DISCOVER
EXTRACT
CRAWL

/v1/scrape, Any URL → clean markdown, JSON, links, or raw HTML.

Formats:
curl -X POST https://superscraper-production-1381.up.railway.app/v1/scrape \
  -H "Authorization: Bearer ss_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/pricing",
    "formats": ["markdown", "json"]
  }'
Run /v1/scrape to see live output. The code above is exactly what you'd call.

This demo is rate-limited. Get a free key for the full API, scrape, search, crawl, map, extract, batch, parse, screenshot.

Get a free API key