Screenshot Taker avatar
Screenshot Taker
Try for free

No credit card required

View all Actors
Screenshot Taker

Screenshot Taker

jancurn/screenshot-taker
Try for free

No credit card required

Takes a screenshot of one or more web pages using the Chrome browser. The actor enables the setting of custom viewport size, page load timeout, delay, proxies, and output image format.

Page URLs

urlsarrayRequired

List of URLs of web pages to take the screenshot of.

Page load timeout

pageLoadTimeoutSecsintegerOptional

Timeout for the web page load, in seconds. If the web page does not load in this time frame, it is considered to have failed and will be retried, similarly as with other page load errors.

Default value of this property is 60

Page retry count

pageMaxRetryCountintegerOptional

How many times to retry to load the page on error or timeout.

Default value of this property is 2

Wait until

waitUntilEnumOptional

Indicates when to consider the navigation to the page as succeeded. For more details, see waitUntil parameter of Page.goto() function in Puppeteer documention.

Value options:

"load": string"domcontentloaded": string"networkidle0": string"networkidle2": string

Default value of this property is "load"

Viewport width

viewportWidthintegerOptional

Width of the browser window.

Default value of this property is 1200

Viewport height

viewportHeightintegerOptional

Height of the browser window.

Default value of this property is 900

Delay before screenshot

delaySecsintegerOptional

How long time to wait after loading the page before taking the screenshot.

Default value of this property is 0

Image type

imageTypeEnumOptional

Format of the image.

Value options:

"jpeg": string"png": string

Default value of this property is "jpeg"

Proxy configuration

proxyConfigurationobjectOptional

Specifies the type of proxy servers that will be used by the crawler in order to hide its origin.

Developer
Maintained by Community
Actor metrics
  • 19 monthly users
  • 100.0% runs succeeded
  • 45 days response time
  • Created in Jul 2019
  • Modified almost 3 years ago
Categories