Website Screenshot
Pricing
$6.00 / 1,000 results
viewportWidthintegerOptional
Browser viewport width in pixels
Default value of this property is 1920
viewportHeightintegerOptional
Browser viewport height in pixels
Default value of this property is 1080
formatEnumOptional
Output image format
"png": string"jpeg": stringDefault value of this property is "png"
fullPagebooleanOptional
Capture the entire scrollable page (ignores viewport height)
Default value of this property is false
qualityintegerOptional
Quality for JPEG format (0-100, only applies to JPEG)
Default value of this property is 80
waitUntilEnumOptional
When to consider navigation successful
"load": string"domcontentloaded": string"networkidle": stringDefault value of this property is "load"
waitForSelectorstringOptional
Optional CSS selector to wait for before taking screenshot
delayintegerOptional
Additional delay in milliseconds before taking screenshot
Default value of this property is 0