
Website Screenshot Crawler
Pricing
Pay per usage

Website Screenshot Crawler
Capture high-quality full-page screenshots with smart scrolling, cookie authentication, and custom viewport settings. Perfect for web monitoring, documentation, and testing dynamic content.
5.0 (2)
Pricing
Pay per usage
7
Total users
76
Monthly users
19
Runs succeeded
93%
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 ["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
Sleep Duration
Sleep
integerOptional
The duration (in seconds) to wait after loading a page before taking a screenshot.
Default value of this property is 10
Navigation Wait Condition
waitUntil
EnumOptional
Specify when the navigation should be considered finished. Options are 'load' for when the load event is fired, or 'domcontentloaded' for when the DOM has been loaded.
Value options:
"load": string"domcontentloaded": string"networkidle0": string"networkidle2": string
Default value of this property is "networkidle0"
Enable Scrolling to Bottom
scrollToBottom
booleanOptional
Determines whether the page should be scrolled to the bottom before taking a screenshot.
Default value of this property is false