/turkish-online-supermarkets-search

This Python script can search any product on four big supermarkets in Turkey and saving results in Excel file (supermarket, product, price). Supermarkets are A101, CarrefourSA, Migros and Şok Market.

Primary LanguagePython

Bu Python scripti Türkiye'nin dört büyük süper marketi üzerinde ürün araması yapıp sonuçları Excel dosyasına kayıt ediyor.

This Python script is searching any product on four big supermarkets in Turkey and saving results in Excel file.

Supermarkets: A101, CarrefourSA, Migros, Şok Market

Before start to using this Python app, you have to install Python and pip packages.
download and install Python 3.10 from https://www.python.org/downloads/
c:> pip install tabulate
c:> pip install pandas
c:> pip install beautifulsoup4
c:> pip install selenium
c:> pip install openpyxl

This command search nothing because you forget to use search parameter
c:> python search.py

This command search bread (ekmek) on four supermarkets
c:> python search.py -s ekmek

This command search 'coca cola' on four supermarkets
c:> python search.py -s 'coca cola'

Search product on online four Turkish supermarkets

When search finished Python script opens Excel file that include products

Search product on online four Turkish supermarkets and save in Excel file
This script shows the products that are on the first page yet.
When there is a product on more than one page, it cannot reach all of them.
In the future, I will solve this problem and add it to the script.

Aldin Romanov Aldinov