Structured metadata output
Return a JSON summary of the final rendered DOM.
Request
The response is application/json with filename vipercapture-metadata.json and costs one credit. It is produced after navigation, waits, custom CSS, cleanup, CAPTCHA checks, and lazy loading, so it describes the final DOM rather than the original response bytes.
Schema
String values are trimmed and capped at 2,048 characters. Meta maps contain at most 32 first-seen keys; icons at most 16; headings and sampled links at most 100 each. links.total counts all anchors even when only the first 100 are returned. Missing scalar values are null. Duplicate meta keys keep the first value.
Renderer fields
ViperCapture appends schema_version, source_type, final_url, navigation_status, and blocked_subresources. Inline HTML/Markdown has a null navigation status and uses its resolved page URL. Do not publish metadata documents blindly: final URLs and DOM metadata may contain user-specific or sensitive information.
Limitations
The response describes one rendered page. It is not a recursive crawl, sitemap, accessibility audit, or SEO score. It does not follow sampled links. Send a separate request for each authorized public page and follow the site’s terms and rate limits.