Skip to content
Cascading Labs QScrape VoidCrawl Yosoi

Scrape Policy

scrape controls one scrape execution.

scrape:
force: false
skip_verification: false
fetcher_type: auto
selector_level: 5
max_concurrency: null
cross_origin_dom: false

Fields

FieldTypeDefaultDescription
forcebooleanfalseForce rediscovery even if cached selectors exist.
skip_verificationbooleanfalseSkip selector verification after extraction. Faster, less safe.
fetcher_typeenumautoauto, simple, headless, headful, or waterfall.
selector_levelintegermax levelMaximum selector strategy level to use. CLI all maps to the max level.
max_concurrencyinteger or nullnullOptional URL worker cap.
cross_origin_dombooleanfalseDisable browser site-isolation protections for cross-origin iframe access. Explicit opt-in only.

When to set force

Use force: true when the website changed and you want to replace cached selectors.

scrape:
force: true

Cross-origin DOM warning

cross_origin_dom: true weakens the browser security posture for the session. Use it only for pages where Yosoi must inspect embedded cross-origin frames and you understand the risk.