feat(scrapeUrl/fire-engine): add blockAds flag (FIR-692) (#1106)

* feat(scrapeUrl/fire-engine): add blockAds flag

* feat(v1/scrape): blockAds test
This commit is contained in:
Gergő Móricz
2025-01-29 15:03:37 +01:00
committed by GitHub
parent 5733b82e9d
commit d09e0603f8
5 changed files with 28 additions and 2 deletions
+1
View File
@@ -93,6 +93,7 @@ export interface CrawlScrapeOptions {
mobile?: boolean;
skipTlsVerification?: boolean;
removeBase64Images?: boolean;
blockAds?: boolean;
}
export type Action = {