Record Video
Using the option will record a video of all the actions have been executed until the final page is rendered. The WEBM file will be stored temporarily and the URL to download the video will be provided in the response data.
Taking a screenshot only works when using a real browser. If you do not provide the useBrowser flag it will be enabled for you automatically.
Endpoint
Example Request
GET https://api.scrapi.tech/v1/scrape?url=https://deventerprise.com&useBrowser=true&includeVideo=true
POST https://api.scrapi.tech/v1/scrape
{
"url": "https://deventerprise.com",
"useBrowser": true,
"includeVideo": true
}Testing
If you want to test this request or a variation of it, head to the Playground or the OpenAPI page.