HTML Content

Fetch the fully-rendered HTML of a page after JavaScript execution. See the DOM exactly as the browser renders it.

POST /content

Use Cases

SPA Scraping

Fetch fully-rendered HTML from JavaScript-heavy single-page applications that traditional scrapers miss.

SEO Auditing

See exactly what search engines see after JavaScript execution to debug rendering issues.

Page Archival

Archive complete rendered snapshots of web pages for compliance or historical records.

The /content endpoint fetches the rendered HTML from a URL after full JavaScript execution. This is useful for scraping single-page applications and dynamic content that requires JavaScript to render.