📄️ Accept user input
This example accepts and logs user input:
📄️ Add data to dataset
This example saves data to the default dataset. If the dataset doesn't exist, it will be created.
📄️ Basic crawler
This is the most bare-bones example of the Apify SDK, which demonstrates some of its building blocks such as the
📄️ Call actor
This example demonstrates how to start an Apify actor using
📄️ Capture a screenshot
To run this example on the Apify Platform, select the apify/actor-node-puppeteer-chrome image for your Dockerfile.
📄️ Cheerio crawler
This example demonstrates how to use CheerioCrawler
📄️ Crawl all links on a website
This example uses the Apify.enqueueLinks() method to add new links to the RequestQueue as the crawler navigates
📄️ Crawl multiple URLs
This example crawls the specified list of URLs.