-
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
d4af10f
commit 485e18c
Showing
1 changed file
with
11 additions
and
3 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,5 +1,13 @@ | ||
# Bootstrap CheerioCrawler Actor template | ||
# Bootstrap CheerioCrawler template | ||
|
||
This is a project skeleton to help you bootstrap `CheerioCrawler` projects in JavaScript faster. It will always use the most up-to-date configuration and include all the common files. It's made for developers already familiar with Apify SDK and Crawlee and doesn't include any guidance. | ||
This is a project skeleton to help you bootstrap `CheerioCrawler` [web scraping](https://apify.com/web-scraping) projects in JavaScript faster. It will always use the most up-to-date configuration and include all the common files. It's made for developers already familiar with [Apify SDK](https://docs.apify.com/sdk/js/) and [Crawlee](https://crawlee.dev/) libraries. | ||
|
||
If you're looking for examples or want to learn how to use Apify, Apify SDK or Crawlee, see the other templates. | ||
If you're looking for examples or want to learn how to use Apify, Apify SDK, or Crawlee, check out the [other templates](https://apify.com/templates/categories/javascript). | ||
|
||
## Resources | ||
|
||
- [Video tutorial](https://www.youtube.com/watch?v=yTRHomGg9uQ) on building a scraper using CheerioCrawler | ||
- [Written tutorial](https://docs.apify.com/academy/web-scraping-for-beginners/challenge) on building a scraper using CheerioCrawler | ||
- How to [scrape a dynamic page](https://blog.apify.com/what-is-a-dynamic-page/) using Cheerio | ||
- [Video guide on getting data using Apify API](https://www.youtube.com/watch?v=ViYYDHSBAKM) | ||
- [Integration with GitHub,](https://apify.com/integrations) Zapier, Make, Google Drive and others |