Add Mobile Scraping
https://www.firecrawl.dev/blog/launch-week-ii-day-6-introducing-mobile-scraping
This commit is contained in:
@@ -86,6 +86,7 @@ export interface CrawlScrapeOptions {
|
|||||||
country?: string;
|
country?: string;
|
||||||
languages?: string[];
|
languages?: string[];
|
||||||
};
|
};
|
||||||
|
mobile?: boolean;
|
||||||
skipTlsVerification?: boolean;
|
skipTlsVerification?: boolean;
|
||||||
removeBase64Images?: boolean;
|
removeBase64Images?: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user