stormy-gold
stormy-gold2y ago

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
stormy-gold
stormy-goldOP2y ago
Thank you!

Did you find this page helpful?