Synoppy v1.0 is here— start free
DocsIntroduction

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.

Basehttps://synoppy.com/api

Before 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

Need higher limits or a look at what each tier includes? See pricing, or create an account to start building.