For AI agents: a documentation index is available at /llms.txt
Skip to main content

HTMLOptions

Properties

PropertyTypeDescription
clean?CleanInputSpecifies conditions for "cleaning" HTML, useful for minimizing the amount of markup returned for cases like LLMs and more. See nested options for parameters.
rewrite?HTMLRewriteInputRewrites captured resource URLs to archive-relative paths before returning HTML.
selector?stringThe DOM selector of the given element you want to return the HTML of
timeout?numberThe maximum amount of time, in milliseconds, to wait for the selector to appear, overriding any defaults. Default timeout is 30 seconds, or 30000.
visible?booleanWhether or not to return the HTML content of the element only if it's visible Default false