Website Screenshot Crawler avatar
Website Screenshot Crawler

Pricing

Pay per usage

Go to Store
Website Screenshot Crawler

Website Screenshot Crawler

Developed by

dz_omar

dz_omar

Maintained by Community

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

fullPagebooleanOptional

Indicates whether the screenshot should capture the entire height of the page.

Default value of this property is false

link_urlsarrayRequired

A list of URLs to capture screenshots from.

Default value of this property is ["https://apify.com"]

Browser Window Width

window_WidthintegerOptional

The width of the browser window in pixels.

Default value of this property is 1920

Browser Window Height

window_HeightintegerOptional

The height of the browser window in pixels.

Default value of this property is 1080

Sleep Duration

SleepintegerOptional

The duration (in seconds) to wait after loading a page before taking a screenshot.

Default value of this property is 10

Navigation Wait Condition

waitUntilEnumOptional

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"

Cookies

cookiesarrayOptional

Cookies to be used for the browsing session, formatted as JSON objects.

Enable Scrolling to Bottom

scrollToBottombooleanOptional

Determines whether the page should be scrolled to the bottom before taking a screenshot.

Default value of this property is false

Scrolling Distance

distanceintegerOptional

The distance (in pixels) to scroll down the page during each scroll action. This controls how much content is revealed with each step.

Default value of this property is 100

Scrolling Delay

delayintegerOptional

The delay (in milliseconds) to wait after each scroll action. This can be adjusted based on how quickly content loads after scrolling.

Default value of this property is 100