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]