Fetches web documents from the given array of URLs and loads them using Cheerio. It returns an array of CheerioAPI instances.
scrapeAll(
urls: string[],
caller: AsyncCaller,
timeout: number | undefined,
textDecoder: TextDecoder,
options: CheerioOptions __type
): Promise<CheerioAPI[]>| Name | Type | Description |
|---|---|---|
urls* | string[] | An array of URLs to fetch and load. |
caller* | AsyncCaller | |
timeout* | number | undefined | |
textDecoder | TextDecoder | |
options | CheerioOptions & __type |