v1

latestOpenAPI 3.1.02026-07-175026.7 KB

Opens a new browser page and navigates to a specified URL.

This function is the entry point for most web scraping tasks. It initializes a new browser instance, creates a page, and navigates to the provided URL. The function allows customization of viewport dimensions, headless mode, and local execution settings.

post/openPage

Request body

Response

Successfully opened page and navigated to URL

browserobject required

Puppeteer Browser instance

pageobject required

Puppeteer Page instance