Downloadlistofurloptions
how to crawl XML from the XML (nested)from there I have to collect links,any suggestions by using cheerio crawler it will useful for me to move on.#crawlee
3 Replies
complex-teal•3y ago
XML is normally parsed by CheerioCrawler you can work with it like with HTML.
rising-crimsonOP•3y ago
Is there any doc available.Thanks
wise-white•3y ago
I just did a quick work around for this (only two levels at the mo) - get the lists of urls. Loop through the urls and then run
downloadListOfUrls
on that one is we know it's xml. Then enqueue all of those links into the same requestQueue