Synoppy v1.0 is here— start free
Product

Crawl

Walk an entire site and read every page.

LivePOST /api/crawl

Crawl discovers a domain's URLs (via sitemap.xml or same-origin link extraction) and reads each page with the Read engine, returning one clean Markdown document per page — no queue to manage.

  • Discovers URLs from sitemap.xml or same-origin links
  • Clean Markdown + title + word count for every page
  • Bounded by a page `limit` you set (up to 25 per call)
  • Reports how many URLs were discovered on the domain
Example request
curl -X POST https://synoppy.com/api/crawl \
  -H "Authorization: Bearer $SYNOPPY_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "limit": 10
  }'

Pooled credits, one key. Every endpoint draws from the same balance, so you can mix crawl with the rest of the API without a new signup. See pricing.

Explore the rest of the API

One key, pooled credits — mix any of these together.

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.