
Page Printer
Pricing
Pay per usage
Go to Apify Store

Page Printer
Performs screenshots or print web pages in PDF format.
0.0 (0)
Pricing
Pay per usage
3
55
7
Issues response
42 days
Last modified
6 months ago
Pricing
Pay per usage
Performs screenshots or print web pages in PDF format.
0.0 (0)
Pricing
Pay per usage
3
55
7
Issues response
42 days
Last modified
6 months ago
method
EnumRequired
Method for generating the page print.
"screenshot": string"pdf": string
Default value of this property is "screenshot"
width
integerOptional
The page width to apply: affects the screenshot.
Default value of this property is 1280
height
integerOptional
The page height to apply: can affect the screenshot.
Default value of this property is 800
loadCookiesExtension
booleanOptional
Hide cookies using browser extension "I don't care about cookies", version 3.5.1
loadPopupsExtension
booleanOptional
Hide popups using browser extension "PopUpOFF", version 2.1.3
waitForLoadState
EnumOptional
The state to load for before processing the page.
"load": string"domcontentloaded": string"networkidle": string
preFunction
stringOptional
Function to evaluate before printing the page. Can accept Playwright's 'page' object as input.
alwaysScreenshot
booleanOptional
Try to take a screenshot even if the pre-function crashed
screenshotFormat
EnumOptional
Which image format to use for the screenshot.
"jpeg": string"png": string
Default value of this property is "png"
screenshotQuality
integerOptional
The JPEG quality for the screenshot, which is always stored.
Default value of this property is 100
fullPageScreenshot
booleanOptional
Take a full page screenshot, increasing the LLM cost in "screenshot" mode. Can be turned off if all the information is in the viewport. Sending just the viewport, can also increase the LLM's success rate.
Default value of this property is true
pdfMedia
EnumOptional
Media for printing PDF. See: https://playwright.dev/docs/api/class-page#page-pdf.
"print": string"screen": string
Default value of this property is "print"
maxRequestRetries
integerOptional
Max number of retries before declaring a screenshot job failed.
waitForLoadStateTimeout
integerOptional
timeout for waitForLoadState event, in milliseconds
requestHandlerTimeoutSecs
integerOptional
Timeout in which the requestHandler function needs to finish, in seconds.