From 18cc417ca2fefc98ed988d9f6bef6bfc22a6e2cb Mon Sep 17 00:00:00 2001 From: Vineet Agarwal <91052168+VineeTagarwaL-code@users.noreply.github.com> Date: Sat, 14 Feb 2026 04:39:31 +0530 Subject: [PATCH] update: scroll param --- jigsawstack/web.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jigsawstack/web.py b/jigsawstack/web.py index c6ffe4d..84a0aad 100644 --- a/jigsawstack/web.py +++ b/jigsawstack/web.py @@ -110,6 +110,7 @@ class BYOProxy(TypedDict): class BaseAIScrapeParams(TypedDict): url: NotRequired[str] html: NotRequired[str] + scroll: NotRequired[bool] http_headers: NotRequired[Dict[str, Any]] reject_request_pattern: NotRequired[List[str]] goto_options: NotRequired[GotoOptions]