CA
extended-salmon
crawl local html pages
I have some html files stored locally that I want to crawl. any idea how I could use crawlee for that?
1 Reply
fair-rose•2y ago
You can use cheerio, jsdom, or even puppeteer for it. So basically, load the file from fs, then pass it to any of the libs above and traverse the DOM as desired.