Get high quality screenshots using a real browser in seconds using our reliable CDN backed API service.
Get an API Key to start using this fast screenshot API service at ScreenshotsCloud
Tested against Python 2.6+ and 3.2+
Install via pip
pip install screenshotscloud
Once installed you can generate screenshot urls as follows:
#!/usr/bin/python
from screenshotscloud import ScreenshotsCloud
screenshotscloud = ScreenshotsCloud('SCREENSHOTSCLOUD_KEY', 'SCREENSHOTSCLOUD_SECRET')
screenshotUrl = screenshotscloud.screenshotUrl({
"url": "openai.com/research",
"width": 800
})
See our Documentation or the README.md in this package for more information on the parameters you can use in your requests.
Contact us at support@brushd.com if you have any issues or questions about this package.