hurt-tomatoH
Apify & Crawlee3y ago
12 replies
hurt-tomato

Mix Cheerio and Playwright same crawler

Hi, i need to crawl a website that have only a certain type of page that need JS to be scraped.
So for speed and resource reasons i'm using cheerio to scrape all the possible data, and enqueue every links, including links to the pages requiring JS. After the cheerio scrape ends, i launch a playwright scrape but how can i get playwright to get the requestqueue from the first crawl, and scrape data from specific label.
Was this page helpful?