From 4248c68f5abc171f6e04f0e42e6ca0769a82a539 Mon Sep 17 00:00:00 2001 From: ad-angelo <110667843+ad-angelo@users.noreply.github.com> Date: Wed, 20 Nov 2024 21:14:49 +0100 Subject: [PATCH] Add Mobile Scraping https://www.firecrawl.dev/blog/launch-week-ii-day-6-introducing-mobile-scraping --- 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 3ea9d9e1..e6824dcb 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.ts @@ -86,6 +86,7 @@ export interface CrawlScrapeOptions { country?: string; languages?: string[]; }; + mobile?: boolean; skipTlsVerification?: boolean; removeBase64Images?: boolean; }