Dietly Data Scraper avatar

Dietly Data Scraper

Deprecated

Pricing

Pay per usage

Go to Apify Store
Dietly Data Scraper

Dietly Data Scraper

Deprecated

This project is built to scrape the current or next day's diet data from dietly.pl. It utilizes Selenium WebDriver to interact with the website, login, and extract the diet information displayed on the dashboard.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Michał Kiełtyka

Michał Kiełtyka

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

3 years ago

Last modified

Share

This project is built to scrape the current or next day's diet data from dietly.pl. It utilizes Selenium WebDriver to interact with the website, login, and extract the diet information displayed on the dashboard.

Output

The actor will output the scraped diet data to the default dataset on Apify.

Meal IndexMeal TitleMeal KcalBialkoBlonnikCukryTluszczWeglowodanyNKTSolIngredients
1Szakszuka z kurkami i koperkiem354 kcal / 1482 kJ25,4g6,0g7,8g22,3g12,6g2,3g2,3gJaja kurze (całe) (Jaja),
2Szakszuka z kurkami i koperkiem194 kcal / 812 kJ6,7g2,5g3,9g6,1g26,9g2,6g0,5gPomidor malinowy świeży,
3Szakszuka z kurkami i koperkiem606 kcal / 2537 kJ10,1g6,8g6,9g24,3g82,0g0,1g0,4gMleczko kokosowe,
4Szakszuka z kurkami i koperkiem247 kcal / 1034 kJ5,1g4,3g7,8g14,2g23,6g4,1g0,1gNapój ryżowy,
5Szakszuka z kurkami i koperkiem362 kcal / 1516 kJ63,9g0,7g1,6g10,1g3,7g1,6g0,5gFilet z piersi kurczaka.

Getting started

For complete information see this article. In short, you will:

  1. Build the Actor
  2. 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:

  1. Install apify-cli

    Using Homebrew

    brew install apify-cli

    Using NPM

    npm -g install apify-cli
  2. 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:

License

This project is licensed under the MIT License - see the LICENSE.md file for details.