POST v1/browser/requests

For more information on browser requests, see here.

The following endpoint creates a browser request and either runs it synchronously or returns immediately with an ID so you can check it status later using this endpoint.

Create a new browser request

post

This endpoint loads the required URL in our browser and then performs the selected actions.

Authorizations
X-API-KeystringRequired
Body
proxy_locationstring | nullableOptional

The location of the proxy server that your request will be routed through, null means no proxy is used

Default: null
urlstringOptional

The url you want our browsers to visit on your behalf

asyncbooleanOptional

Whether the request should be processed asynchronously, synchronous requests can be maximum 60 seconds long.

Default: true
max_cache_ageinteger · int32 | nullableOptional

The maximum age of a cached result in seconds. 0 means the cache will never be used

Default: 0
Responses
post
/v1/browser/requests

Last updated