url URL | string | si | — https://target-site.com | URL della pagina da scrappare con stealth. |
endpoint Stealth endpoint | string | no | — https://stealth.miosito.com (vuoto = env FLOWFORGE_STEALTH_ENDPOINT) | Browserless con plugin stealth o managed Zeli. |
apiKey API Key | string (encrypted) | no | — | Bearer token endpoint stealth. |
fingerprintPreset Fingerprint preset | enumrandomdesktop-chrome-itdesktop-chrome-endesktop-firefox-itmobile-safari-itmobile-chrome-android
| no | random | Preset UA + viewport + locale + timezone. random = pesca diversa ogni call (raccomandato per evasione). desktop-chrome-it (Windows 1920x1080), desktop-chrome-en (macOS 1440x900), desktop-firefox-it (Linux 1680x1050), mobile-safari-it (iPhone 390x844), mobile-chrome-android (Pixel 412x915). |
waitFor Aspetta selettore CSS | string | no | — .product, [data-loaded] | Selector CSS da aspettare. Vuoto = domcontentloaded. |
waitTimeoutMs Timeout attesa (ms) | number | no | 25000 | Max 90s. Default 25s (anti-bot challenge richiede tempo). |
scrollLazy Auto-scroll lazy-load | boolean | no | false | Scrolla la pagina N volte per triggerare lazy-load (Infinite scroll, immagini lazy). |
scrollSteps Scroll steps | number | no | 5 | Quante volte scrolla. Default 5, max 30. |
scrollDelayMs Delay scroll (ms) | number | no | 800 | Pausa tra ogni scroll. Default 800ms (human-like). |
humanLike Human-like interactions | boolean | no | true | Mouse jitter, typing delay random, pause variabili. Disabilita per speed. |
captureHar Cattura HAR | boolean | no | false | Salva HTTP Archive completo (network requests). Utile per reverse-engineering API XHR. |
screenshot Screenshot | boolean | no | false | PNG base64 della pagina. |
fullPageScreenshot Screenshot full-page | boolean | no | false | Screenshot dell'intera pagina scrollata (non solo viewport). |
blockResources Blocca risorse | string | no | — image,font,media | Lista CSV: image,font,stylesheet,media,websocket. Speed-up se non servono. |
cookies Cookies iniziali | string (multiline) | no | — session=xyz; auth=abc | Cookies pre-navigate. |
extraHeaders Headers extra | key-value | no | — | Headers HTTP custom. |