DEV Community

Cover image for Turkish Food Recipe Scraper
İlyas Özkurt
İlyas Özkurt

Posted on

Turkish Food Recipe Scraper

Turkish Food Recipes

A scrapper allows you to scrape 20000+ Turkish food recipes and export them to JSON files.

How to install and use Scrapper?

  1. git clone https://github.com/ilyasozkurt/turkish-food-recipes && cd turkish-food-recipes/scrapper
  2. composer install
  3. php artisan scrape:recipes --force-download

The --force-download option downloads all sitemaps instead of reading from the cache.

How to use the dataset?

After you run the command php artisan scrape:recipes --force-download you'll be able to see /data/ directory at the root of the project.

The dataset is in JSON format.

Enjoy!

Top comments (0)