Website Screenshot avatar
Website Screenshot

Pricing

Pay per event

Go to Store
Website Screenshot

Website Screenshot

Developed by

Tawgesahnu

Tawgesahnu

Maintained by Community

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

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 [{"url":"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

Navigation Wait Condition

waitUntilEnumOptional

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"

Cookies

cookiesarrayOptional

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