Browser Rendering
BrowserRendering
Content
BrowserRendering.Content
Methods
Fetches rendered HTML content from provided URL or HTML. Check available options like gotoOptions and waitFor* to control page load behaviour.
BrowserRendering.Json
Methods
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.
Links
BrowserRendering.Links
Methods
Get links from a web page.
Markdown
BrowserRendering.Markdown
Methods
Gets markdown of a webpage from provided URL or HTML. Control page loading with gotoOptions and waitFor* options.
BrowserRendering.PDF
Methods
Fetches rendered PDF from provided URL or HTML. Check available options like gotoOptions and waitFor* to control page load behaviour.
Scrape
BrowserRendering.Scrape
Methods
Get meta attributes like height, width, text and others of selected elements.
Screenshot
BrowserRendering.Screenshot
Methods
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.
Snapshot
BrowserRendering.Snapshot
Methods
Returns the page's HTML content and screenshot. Control page loading with gotoOptions and waitFor* options. Customize screenshots with viewport, fullPage, clip and others.