How to transfer data between playwrightcrawler and cheeriocrawler?

I want to scrape javascript generated HTML with playwrightcrawler and then parse it with cheeriocrawler: const selector = 'div[class="space-y-4 max-w-2xl mx-auto"]'; const htmlCode = await page.innerHTML(selector);
2 Replies
like-gold
like-gold2y ago
cloudy-cyan
cloudy-cyanOP2y ago
Thank you!

Did you find this page helpful?