Example Website Screenshot Crawler
No credit card required
Example Website Screenshot Crawler
No credit card required
Automated website screenshot crawler using Pyppeteer and Apify. This open-source actor captures screenshots from specified URLs, uploads them to the Apify Key-Value Store, and provides easy access to the results, making it ideal for monitoring website changes and archiving web content.
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
- 6 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Oct 2024
- Modified 25 days ago