How to take screenshots of multiple URLs
ScreenshotOne API supports taking screenshots of multiple URLs in one request—bulk screenshots. But since it is a simple wrapper around the regular screenshot API, you might find it much better to implement your own bulk screenshot solution.
A few tips:
- Use proxies if needed.
- Retry failed requests.
- Use a queue to process the URLs in batches, even internal onces.
- Respect the concurrency limit. Build your solution based on dynamically calculated quota from the “get usage” API endpoint.
Check out working example in the ScreenshotOne examples repository—bulk screenshots example.
In case you need help, feel free to reach out to support at support@screenshotone.com.