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