changedInput schema / properties / excludeTags / description
Previous value: -"CSS selectors to exclude from output"New value: +"CSS selectors to exclude"
changedInput schema / properties / formats / description
Previous value: -"Output formats (default: [\"markdown\"])"New value: +"Output formats (default [\"markdown\"])"
changedInput schema / properties / includeTags / description
Previous value: -"CSS selectors to include (only content matching these selectors)"New value: +"CSS selectors to include"
addedInput schema / properties / maxLength
Added value: +{
+ "description": "Max chars per content field; 0 = unbounded (default ~15000)",
+ "minimum": 0,
+ "type": "integer"
+}
changedInput schema / properties / onlyMainContent / description
Previous value: -"Extract only the main content, removing nav/footer/etc (default: true)"New value: +"Strip nav/footer; main content only (default true)"
changedInput schema / properties / renderJs / description
Previous value: -"Render JavaScript before extracting (true = force JS, false = HTTP only, omit = auto-detect or use the server's render_js_default)"New value: +"Force JS render (true), HTTP-only (false), omit = auto"
changedInput schema / properties / renderer / description
Previous value: -"Pin this request to a specific renderer. \"auto\" (default if omitted) uses the configured fallback chain. Other values hard-pin to a single renderer with no fallback. Pinning a non-auto value implies renderJs:true unless renderJs:false is set explicitly."New value: +"Pin renderer; non-auto hard-pins and implies renderJs:true (default auto)"
changedInput schema / properties / url / description
Previous value: -"The URL to scrape"New value: +"URL to scrape"
changedInput schema / properties / waitFor / description
Previous value: -"Milliseconds to wait after JS rendering for late content/XHRs"New value: +"Ms to wait after JS render for late content"