From 4fd26a3baace9524eaa899a58b70af768592a807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Wed, 19 Feb 2025 17:08:43 +0100 Subject: [PATCH] feat(js-sdk): support scrapeOptions in ExtractParams --- apps/js-sdk/firecrawl/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index f5b64948..08bd7fef 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -264,6 +264,7 @@ export interface ExtractParams { includeSubdomains?: boolean; origin?: string; showSources?: boolean; + scrapeOptions?: CrawlScrapeOptions; } /**