Website Screenshot
Pricing
Pay per event
Website Screenshot
This actor takes screenshots of specified websites, uploads them to Apify Key-Value Store, and provides URLs for easy access. It is useful for monitoring website changes, capturing visuals for reports, or web archiving.
0.0 (0)
Pricing
Pay per event
1
Total users
6
Monthly users
6
Runs succeeded
>99%
Last modified
2 days ago
Full Page Screenshot
fullPage
booleanOptional
Indicates whether the screenshot should capture the entire height of the page.
Default value of this property is false
Link URLs
link_urls
arrayRequired
A list of URLs to capture screenshots from.
Default value of this property is [{"url":"https://apify.com/"}]
Browser Window Width
window_Width
integerOptional
The width of the browser window in pixels.
Default value of this property is 1920
Browser Window Height
window_Height
integerOptional
The height of the browser window in pixels.
Default value of this property is 1080
Navigation Wait Condition
waitUntil
EnumOptional
Specify when the navigation should be considered finished. For difficult sites like Amazon, use 'domcontentloaded' for faster results.
Value options:
"load": string"domcontentloaded": string"networkidle0": string"networkidle2": string
Default value of this property is "domcontentloaded"