-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e74549
commit 8dbec8f
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
# Empty JavaScript Actor template | ||
# Empty JavaScript template | ||
|
||
Start a new web scraping project quickly and easily in JavaScript (Node.js) with our empty project template. It provides a basic structure for the Actor with [Apify SDK](https://docs.apify.com/sdk/js/) and allows you to easily add your own functionality. | ||
Start a new [web scraping](https://apify.com/web-scraping) project quickly and easily in JavaScript (Node.js) with our empty project template. It provides a basic structure for building an Actor with [Apify SDK](https://docs.apify.com/sdk/js/) and allows you to easily add your own functionality. | ||
|
||
## Included features | ||
|
||
- **[Apify SDK](https://docs.apify.com/sdk/js/)** - toolkit for building Actors | ||
- **[Crawlee](https://crawlee.dev)** - web scraping and browser automation library | ||
- **[Apify SDK](https://docs.apify.com/sdk/js/)** - toolkit for building [Actors](https://apify.com/actors) | ||
- **[Crawlee](https://crawlee.dev/)** - web scraping and browser automation library | ||
|
||
## How it works | ||
|
||
This template is useful when you're already familiar with the [Apify SDK](https://docs.apify.com/sdk/js) and [Crawlee](https://crawlee.dev) and want to start with a clean slate. It does not include `puppeteer` or `playwright` so install them manually and update the Dockerfile if you need them. | ||
This template is useful when you're already familiar with the [Apify SDK](https://docs.apify.com/sdk/js) and [Crawlee](https://crawlee.dev/) and want to start with a clean slate. It does not include `puppeteer` or `playwright` so install them manually and update the Dockerfile if you need them. | ||
|
||
## Resources | ||
|
||
- [Node.js tutorials](https://docs.apify.com/academy/node-js) in Academy | ||
- [Video guide on getting data using Apify API](https://www.youtube.com/watch?v=ViYYDHSBAKM) | ||
- [Integration with Make](https://apify.com/integrations), GitHub, Zapier, Google Drive, and other apps |