Synoppy v1.0 is here— start free
Product

Act

Drive a page with natural-language actions.

Coming soonPOST /api/act

Act runs a sequence of browser steps you describe in plain language: click, type, scroll, and wait. It is built for the pages a single read cannot reach, like search forms and gated content.

  • Plain-language steps: click, type, scroll, wait
  • Fills and submits forms before reading
  • Maintains session state across steps
  • Returns the final rendered page as Markdown
Example request
curl -X POST https://synoppy.com/api/act \
  -H "Authorization: Bearer $SYNOPPY_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/search",
    "steps": [
      { "type": "fill", "selector": "input[name=q]", "value": "synoppy" },
      { "type": "click", "selector": "button[type=submit]" }
    ]
  }'

Pooled credits, one key. Every endpoint draws from the same balance, so you can mix act 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.