requiresHtml property
Whether HTML content needs to be fetched from the URL.
If true (default), the scraper will fetch the HTML content from the URL.
If false, the scraper will skip HTML fetching and rely on pre-provided
HTML or URL-based data extraction only.
Implementation
bool requiresHtml;