Viewport Sizing
Using WebScrapingAPI, you can set both the width and the height of the Viewport.
Should you need to change the browser's viewport, you can do so by using either or both of the following parameters:
Your full GET request should then be sent to the following address:
https://api.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&url=<TARGETED_URL>&window_width=$size
Your full GET request should then be sent to the following address:
https://api.webscrapingapi.com/v1?api_key=<YOUR_API_KEY>&url=<TARGETED_URL>&window_height=$size
Last modified 1yr ago