mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 06:48:59 +08:00
Add Mobile Scraping
https://www.firecrawl.dev/blog/launch-week-ii-day-6-introducing-mobile-scraping
This commit is contained in:
parent
b1eaecfdb0
commit
4248c68f5a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user