--- id: crawl-multiple-urls title: Crawl multiple URLs --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import RunnableCodeBlock from '@site/src/components/RunnableCodeBlock'; import CheerioSource from '!!raw-loader!roa-loader!./crawl_multiple_urls_cheerio.ts'; import PuppeteerSource from '!!raw-loader!roa-loader!./crawl_multiple_urls_puppeteer.ts'; import PlaywrightSource from '!!raw-loader!roa-loader!./crawl_multiple_urls_playwright.ts'; This example crawls the specified list of URLs. {CheerioSource} :::tip To run this example on the Apify Platform, select the `apify/actor-node-puppeteer-chrome` image for your Dockerfile. ::: {PuppeteerSource} :::tip To run this example on the Apify Platform, select the `apify/actor-node-playwright-chrome` image for your Dockerfile. ::: {PlaywrightSource}