Skip to content
Cascading Labs QScrape VoidCrawl Yosoi

Page Policy

page controls how Yosoi acquires and cleans a page before the runtime decides what to do with it.

page:
fetcher_type: auto
timeout_seconds: 30.0
max_fetch_retries: 1
allow_redirects: true
clean_html: true
cleaner_profile: discovery
chrome_ws_urls: []

Fields

FieldTypeDefaultDescription
fetcher_typeenumautoauto, simple, headless, headful, or waterfall.
timeout_secondsnumber30.0Page fetch timeout.
max_fetch_retriesinteger1Retry attempts for page acquisition.
allow_redirectsbooleantrueWhether generic page fetches may follow redirects.
clean_htmlbooleantrueClean noisy HTML before discovery/extraction.
cleaner_profileenumdiscoverydiscovery or raw.
chrome_ws_urlslist[string][]Existing Chrome WebSocket endpoints for browser-backed fetchers.

page is shared. Scrape and crawl policies can still override page behavior for their specific runtime.