Single URL to extract text from (useful for quick tests). You can also use startUrls for multi-page runs. Leave empty if you only use startUrls.
Default value of this property is ""
URL List (Multiple URLs)
startUrlsarrayOptional
Liste d'URLs supplémentaires à traiter en masse dans un seul run (une URL par ligne). Les doublons et lignes vides sont ignorés. Utilisez ce champ pour traiter plusieurs pages en une seule exécution.
Default value of this property is []
Viewport Width
viewportWidthintegerOptional
Desktop viewport width in pixels (default: 1920)
Default value of this property is 1920
Viewport Height
viewportHeightintegerOptional
Desktop viewport height in pixels (default: 1080)
Default value of this property is 1080
Exclude Header
excludeHeaderbooleanOptional
Exclude header and navigation elements. Compatible with WordPress, Shopify, Webflow, Drupal, Joomla and most CMS platforms. If this doesn't work for your site, use Exclude Selectors manually.
Default value of this property is false
Exclude Footer
excludeFooterbooleanOptional
Exclude footer elements. Compatible with WordPress, Shopify, Webflow, Drupal, Joomla and most CMS platforms. If this doesn't work for your site, use Exclude Selectors manually.
Default value of this property is false
Exclude Cookie Banners
excludeCookiesbooleanOptional
Exclude cookie consent banners and GDPR notices. Compatible with Cookiebot, OneTrust, Iubenda and most cookie consent platforms.
Default value of this property is false
Exclude Selectors
excludeSelectorsarrayOptional
Additional CSS selectors for custom elements to exclude. Use this if Exclude Header/Footer options don't work for your site structure.
Default value of this property is []
Include Selectors
includeSelectorsarrayOptional
CSS selectors to specifically include. If empty, all visible text is extracted.
Default value of this property is []
Minimum Text Length
minTextLengthintegerOptional
Minimum character length for text blocks to be included (default: 3)
Default value of this property is 3
Deduplicate Text
deduplicatebooleanOptional
Remove duplicate text blocks (default: true)
Default value of this property is true
Wait For Selector
waitForSelectorstringOptional
Optional CSS selector to wait for before extraction (e.g., '.main-content')
Default value of this property is ""
Wait Timeout
waitTimeoutintegerOptional
Timeout in milliseconds for waiting for selector (default: 30000)
Default value of this property is 30000
Remove Empty Blocks
removeEmptyBlocksbooleanOptional
Remove empty or whitespace-only text blocks (default: true)