My Actor Playwright+Crawlee Template 4 NOVA OK
Pricing
Pay per event
My Actor Playwright+Crawlee Template 4 NOVA OK
My Actor Playwright+Crawlee Template 4 NOVA
Pricing
Pay per event
Rating
0.0
(0)
Developer

Michalis Paignigiannis
Actor stats
0
Bookmarked
3
Total users
3
Monthly active users
15 days ago
Last modified
Categories
Share
VERSION 2.7 2025.04.13 // diorthoseis me basi to sxima tou COGNOS BI 1 GBps --> 1000 Mbps για τα σταθερα και EON και στο upload + download a05price σκετος αριθμός με τελεία για υποδιαστολή χωρίς το σύμβολο του € ούτε και €/μήνα a08savings εβαλα την τιμή προ της εκπτωσης στο a09notes η εξηγηση πχ για την εκπτωση το data voucher α12f2gminutes ο τονος διπλα στα λεπτα εφυγε το a06details το καθαρισα απο html tags α21urllink προστεθηκε σε ολα α02company έγινε παντού NOVA αντί για nova.gr
VERSION 2.6 2025.03.8
// 2.6 Λύνει το πρόβλημα με τα F2G
// τo xhr για το f2g επιστρέφει νωρίτερα από ότι το περιμένει ο scraper με αποτέλεσμα να μην διαβάζεται ποτέ και να κάνει timeout - αυτό ήταν το προβλημα στη 2.5
// το integration με το google δουλεύει
// το integration με τη βαση επιστρεφει σφαλμα για διπλοεγγραφές το οποίο δεν ισχύει - είχα φτιαξει το current dataset παιρνάει σωστά στο actor της βασης
// θα το δω ξανα
======================================================================================
VERSION 2.5 2025.03.13
ΠΡΟΣΘΕΣΑΜΕ F2G περοβληματακια....
VERSION 2.5 2025.03.12 SCRAPES σταθερα συμβόλαια NOVA, Κινητά συμβόλαια, Συνδυαστικά συμβόλαια EON αποθηκεύει σε google drive και σε AIVEN DB
======================================================================================
PlaywrightCrawler template
This template is a production-ready boilerplate for developing an Actor 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 and Apify SDK v3. 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 to learn about the changes.
Resources
If you're looking for examples or want to learn more visit:
- Crawlee + Apify Platform guide
- Documentation and examples
- Node.js tutorials in Academy
- Scraping single-page applications with Playwright
- How to scale Puppeteer and Playwright
- Integration with Zapier, Make, GitHub, Google Drive and other apps
- Video guide on getting data using Apify API
- A short guide on how to create Actors using code templates:
Getting started
For complete information see this article. In short, you will:
- Build the Actor
- Run the Actor
Pull the Actor for local development
If you would like to develop locally, you can pull the existing Actor from Apify console using Apify CLI:
-
Install
apify-cliUsing Homebrew
$brew install apify-cliUsing NPM
$npm -g install apify-cli -
Pull the Actor by its unique
<ActorId>, which is one of the following:- unique name of the Actor to pull (e.g. "apify/hello-world")
- or ID of the Actor to pull (e.g. "E2jjCZBezvAZnX8Rb")
You can find both by clicking on the Actor title at the top of the page, which will open a modal containing both Actor unique name and Actor ID.
This command will copy the Actor into the current directory on your local machine.
$apify pull <ActorId>
Documentation reference
To learn more about Apify and Actors, take a look at the following resources:

