mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 04:29:01 +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;
|
includeSubdomains?: boolean;
|
||||||
origin?: string;
|
origin?: string;
|
||||||
showSources?: boolean;
|
showSources?: boolean;
|
||||||
|
scrapeOptions?: CrawlScrapeOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user