Start a new web scraping project quickly and easily in TypeScript (Node.js) with our empty project template. It provides a basic structure for the Actor with Apify SDK and allows you to easily add your own functionality.
Insert your own code between await Actor.init()
and await Actor.exit()
. If you would like to use the Crawlee library simply uncomment its import import { CheerioCrawler } from 'crawlee';
.
- TypeScript vs. JavaScript: which to use for web scraping?
- Node.js tutorials in Academy
- Video guide on getting scraped data using Apify API
- Integration with Airbyte, Make, Zapier, Google Drive, and other apps
- A short guide on how to build web scrapers using code templates: