We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b354b5 + ae675ea commit d2610bdCopy full SHA for d2610bd
1 file changed
src/web/interfaces/scrape.ts
@@ -17,6 +17,7 @@ export interface BaseAIScrapeParams {
17
url?: string | null;
18
html?: string | null;
19
http_headers?: Record<string, string> | null;
20
+ scroll?: boolean;
21
reject_request_pattern?: string[] | null;
22
goto_options?: {
23
timeout?: number;
0 commit comments