mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 00:39:03 +08:00
feat(js-sdk): support scrapeOptions in ExtractParams
This commit is contained in:
parent
5c47e97db2
commit
4fd26a3baa
@ -264,6 +264,7 @@ export interface ExtractParams<LLMSchema extends zt.ZodSchema = any> {
|
||||
includeSubdomains?: boolean;
|
||||
origin?: string;
|
||||
showSources?: boolean;
|
||||
scrapeOptions?: CrawlScrapeOptions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user