Open browser

Open an interactive browser instance for 5 minutes.

post/api/v1/browser/session

Cookies

apikeystring

Request body

profile_idstring nullable

The profile ID to use for the browser session. If None, a new profile will be created.

live_viewboolean nullable

Request a live URL to interact with the browser session.

device'desktop' | 'mobile' | 'desktop-lg' nullable

The device type to use.

urlstring nullable

The URL to open in the browser session.

proxy_serverstring nullable

Proxy server address to route browser traffic through.

proxy_usernamestring nullable

Proxy server username.

proxy_passwordstring password nullable

Proxy server password.

proxy_idstring nullable

Name of a Smooth-managed proxy to route browser traffic through, as returned by list_proxies(). Cannot be combined with proxy_server.

extensionsstring[] nullable

List of extensions to install for the task.

use_stealthboolean

Run the browser in stealth mode. Default is True.

Response

Successful Response

Changes