Synoppy v1.0 is here— start free
SDK

Python SDK

A clean client for Python 3.8+.

The Python SDK exposes every Synoppy capability over a single client, returning the JSON response as a dict. It fits naturally into scripts, data pipelines, and agent frameworks.

Install and call it

pip install synoppy

from synoppy import Synoppy

client = Synoppy(api_key="YOUR_API_KEY")

result = client.read("https://example.com", formats=["markdown"])
print(result["markdown"])

Works with your Synoppy API key — the same key powers every capability, from a single Read call to a full crawl. Grab one from the dashboard.

Product and company names belong to their respective owners.

See the full docs

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.