comprehensive-tomatoC

How can I use the Playwright Crawler and BeautifulSoup Crawler in the same Actor?

This is so that Playwright can fill in and submit a website search page which uses dynamic Javascript. When the results are shown I want to be able to use the BeautifulSoup crawler to open each product page and parse the information. If I use Playwright to open each product page, this takes a very long time. I cannot seem to run both Crawlers at the same time.
Was this page helpful?