
ScreenshotPal
Deprecated
Pricing
Pay per usage
Go to Store

ScreenshotPal
Deprecated
Capture website screenshots
0.0 (0)
Pricing
Pay per usage
1
Total users
22
Monthly users
1
Runs succeeded
>99%
Last modified
a year ago
You can access the ScreenshotPal programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "urls": [< "https://apify.com/"< ],< "output_type": "png",< "device_scale_factor": "2",< "viewport_width": 1280,< "viewport_height": 1024,< "delay_between_scrolls": 1000,< "initial_page_scroll_delay_interval": 300,< "handlePageTimeoutSecs": 5000,< "maxRequestRetries": 3,< "proxyConfig": {< "useApifyProxy": false< }<}' |<apify call microworlds/screenshotpal --silent --output-dataset
ScreenshotPal API through CLI
The Apify CLI is the official tool that allows you to use ScreenshotPal locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: