Get started
Introduction
Synoppy is one API for the open web. Instead of stitching together a scraper, a crawler, an extraction service, and an enrichment pipeline, you call a single, consistent interface to read, crawl, extract, and enrich web data — and get back clean, structured output your models and apps can use directly.
We're shipping the API one endpoint at a time and only documenting what actually works. The Read endpoint (POST /api/scrape) is live today, along with Crawl, Map, Extract, Classify, Enrich, Images, JS rendering, and Screenshot. Act (agentic browser actions) is coming soon.
Base URL
Every endpoint lives under a single base URL. All requests are made over HTTPS and authenticated with your API key.
https://synoppy.com/apiBefore you start
The fastest path is the Quickstart, which walks you from a fresh API key to your first parsed page. If you just need to know how requests are authenticated, head to Authentication. You can grab a key any time from your dashboard.
Next steps
Get started
Quickstart
Make your first request to the Read endpoint and parse clean markdown in under five minutes.
Endpoint
Read the web
Turn any URL into clean, LLM-ready markdown with POST /api/scrape — the one endpoint that's live today.
Libraries
SDKs
Use the official TypeScript, Python, Ruby, and Go clients, with typed responses and built-in retries.
Agents
MCP server
Plug Synoppy into Claude, Cursor, and any MCP-compatible agent so they can read the live web.
Need higher limits or a look at what each tier includes? See pricing, or create an account to start building.