Browser Rendering

browser_rendering

browser_rendering.content

Methods

Get HTML Content -> Envelope<string>
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.

browser_rendering.pdf

Methods

Get PDF -> unknown
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.

browser_rendering.scrape

Methods

Scrape Elements -> Envelope<Array<{ result, selector }>>
post/accounts/{account_id}/browser-rendering/scrape

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

browser_rendering.screenshot

Methods

Get Screenshot -> { status, errors }
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.

browser_rendering.snapshot

Methods

Get HTML Content And Screenshot -> Envelope<{ content, screenshot }>
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.