class SitemapLoaderExtracts the text content from the loaded document using the selector
Fetches the web document from the webPath and loads it using Cheerio.
A static method that dynamically imports the Cheerio library and
Fetches web documents from the given array of URLs and loads them using Cheerio.
The size to chunk the sitemap URLs into for scraping.
The headers to use in the fetch request.
The selector to use to extract the text from the document. Defaults to "body".
The text decoder to use to decode the response. Defaults to UTF-8.
The timeout in milliseconds for the fetch request. Defaults to 10s.
Interface representing the parameters for initializing a SitemapLoader. SitemapLoaderParams