POST v1/browser/request
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 (TODO).
Create a new browser request
This endpoint loads the required URL in our browser and then performs the selected actions.
Browser request input data
The location of the proxy server that your request will be routed through, null means no proxy is used
The url you want our browsers to visit on your behalf
Whether the request should be processed asynchronously, synchronous requests can be maximum 60 seconds long.
The maximum age of a cached result in seconds. 0 means the cache will never be used
The actions and outputs you want to be executed
The browser request response detailing the state and output of the request
ID of the browser request
URL of the request
The proxy location of the request.
The status of the request
The number of tokens used by the request
Why did this request fail
The actual URL captured, after any redirects.
The http status code for the request.
If this request was served from the cached
The time in UTC when the request started.
The time in UTC when the request finished.
How long did the page take to fully render.
Actions carried out and their results
Video url
Last updated