Browser Rendering

BrowserRendering

BrowserRendering.Content

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/content

Fetches rendered HTML content from provided URL or HTML. Check available options like gotoOptions and waitFor* to control page load behaviour.

BrowserRendering.Json

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/json

Gets json from a webpage from a provided URL or HTML. Pass prompt or schema in the body. Control page loading with gotoOptions and waitFor* options.

BrowserRendering.Markdown

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/markdown

Gets markdown of a webpage from provided URL or HTML. Control page loading with gotoOptions and waitFor* options.

BrowserRendering.PDF

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/pdf

Fetches rendered PDF from provided URL or HTML. Check available options like gotoOptions and waitFor* to control page load behaviour.

BrowserRendering.Scrape

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/scrape

Get meta attributes like height, width, text and others of selected elements.

BrowserRendering.Screenshot

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/screenshot

Takes a screenshot of a webpage from provided URL or HTML. Control page loading with gotoOptions and waitFor* options. Customize screenshots with viewport, fullPage, clip and others.

BrowserRendering.Snapshot

Methods

create(, ):
post/accounts/{account_id}/browser-rendering/snapshot

Returns the page's HTML content and screenshot. Control page loading with gotoOptions and waitFor* options. Customize screenshots with viewport, fullPage, clip and others.