Changelog
What's new
Everything that ships on Synoppy, newest first.
- v1.1.0New
Search, typed Extract, and SPA recovery
New ways to find and structure web data — plus deeper extraction on JavaScript-heavy pages.
NewSearch API
- Search — query the live web and get ranked results with clean source URLs.
- Set markdown:true to read every result into clean markdown in one call.
- Target or block specific domains, and fan a query out for higher recall.
NewTyped Extract
- Extract now accepts an optional schema parameter (alias jsonSchema) — constrain output to the exact shape you define.
- Hand it a Zod schema's JSON Schema (z.toJSONSchema(...)) or any JSON Schema.
NewJavaScript-heavy pages
- Read, Crawl, Extract, and Classify now recover content embedded in client-rendered pages (JSON-LD, framework hydration data) — no browser needed.
- Pages that genuinely need a render are flagged with renderRecommended instead of returning thin.
- v1.0.0Launch
Synoppy is live
One API to read, crawl, map, extract, enrich, and classify the web — with SDKs, an MCP server, and a dashboard. Here's everything in the first release.
NewThe web-data API
- Read — turn any URL into clean Markdown, readable HTML, or plain text.
- JS rendering — scrape client-side and SPA pages with render:true or render:"auto".
- Screenshot — capture any URL as a high-quality PNG.
- Crawl — discover and read every page on a site, one clean document each.
- Map — list every URL on a domain without reading the pages.
- Images — pull every image off a page with alt text, resolved and de-duplicated.
- Extract — AI-structured JSON from any page, in the shape you describe.
- Classify — industry with NAICS and SIC codes, or your own labels.
NewBrand intelligence (Enrich)
- Resolve a domain into a full brand profile in one call.
- Logo, brand colors (ranked vividest-first), and the real font families.
- Description, social links, and postal address — read live from the site.
NewSDKs & MCP
- Official SDKs for TypeScript (@synoppy/sdk), Python, Ruby, and Go.
- An MCP server (@synoppy/mcp) so Claude, Cursor, and ChatGPT can call every endpoint as a tool.
- Zapier and Make recipes for no-code automation.
NewPlatform
- Dashboard with API keys, a live playground, and usage history.
- One pooled credit balance — costs scale with the operation; paid plans refill monthly.
- Plans from Free to Scale, plus custom Enterprise, billed through Polar.
- Sign in with Google or email and password.
On the roadmap
In the works and not live yet — we'll add them here as they ship:
Agent actions (navigate, click, fill)
Give your agents the whole web
Read, crawl, map, extract, enrich, classify, and images are live today — all on one key. Agent actions are on the way. Build the next thing on Synoppy.