-
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
626bd0d
commit 9ee3b13
Showing
1 changed file
with
12 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,11 +1,18 @@ | ||
# PlaywrightCrawler Actor template | ||
# PlaywrightCrawler template | ||
|
||
This template is a production ready boilerplate for developing with `PlaywrightCrawler`. Use this to bootstrap your projects using the most up-to-date code. | ||
This template is a production-ready boilerplate for developing an [Actor](https://apify.com/actors) with `PlaywrightCrawler`. Use this to bootstrap your projects using the most up-to-date code. | ||
|
||
> We decided to split Apify SDK into two libraries, [Crawlee](https://crawlee.dev) and [Apify SDK v3](https://docs.apify.com/sdk/js). Crawlee will retain all the crawling and scraping-related tools and will always strive to be the best web scraping library for its community. At the same time, Apify SDK will continue to exist, but keep only the Apify-specific features related to building actors on the Apify platform. Read the [upgrading guide](https://docs.apify.com/sdk/js/docs/upgrading/upgrading-to-v3) to learn about the changes. | ||
> We decided to split Apify SDK into two libraries, Crawlee and Apify SDK v3. Crawlee will retain all the crawling and scraping-related tools and will always strive to be the best [web scraping](https://apify.com/web-scraping) library for its community. At the same time, Apify SDK will continue to exist, but keep only the Apify-specific features related to building actors on the Apify platform. Read the upgrading guide to learn about the changes. | ||
> | ||
## Resources | ||
|
||
If you're looking for examples or want to learn more visit: | ||
|
||
- [Crawlee + Apify Platform guide](https://crawlee.dev/docs/guides/apify-platform) | ||
- [Documentation](https://crawlee.dev/api/playwright-crawler/class/PlaywrightCrawler) | ||
- [Examples](https://crawlee.dev/docs/examples/playwright-crawler) | ||
- [Documentation](https://crawlee.dev/api/playwright-crawler/class/PlaywrightCrawler) and [examples](https://crawlee.dev/docs/examples/playwright-crawler) | ||
- [Node.js tutorials](https://docs.apify.com/academy/node-js) in Academy | ||
- [Scraping single-page applications with Playwright](https://blog.apify.com/scraping-single-page-applications-with-playwright/) | ||
- [How to scale Puppeteer and Playwright](https://blog.apify.com/how-to-scale-puppeteer-and-playwright/) | ||
- [Integration with Zapier](https://apify.com/integrations), Make, GitHub, Google Drive and other apps | ||
- [Video guide on getting data using Apify API](https://www.youtube.com/watch?v=ViYYDHSBAKM) |