Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natashalekh authored Aug 25, 2023
1 parent d4af10f commit 485e18c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions templates/js-bootstrap-cheerio-crawler/README.md
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

0 comments on commit 485e18c

Please sign in to comment.