ViperCapture
Content extraction

Webpage to Markdown API

Render a public webpage and return clean Markdown for search, research, and text-processing workflows.

A simpler capture workflow

When you need the readable document rather than a screenshot, request Markdown output. The same URL validation, wait controls, and stable error contract apply.

Example request

{
  "url": "https://example.com/article",
  "output": "markdown",
  "wait_for": { "load_state": "domcontentloaded" }
}