Skip to content

alexandersotoc/supermarket-web-scrapping

Repository files navigation

Supermarket Web Scrapping Python 3.7.3

Description

Utility to scrap data of products from Plaza Vea supermarket and save it to .csv files. The program will try to extract the following information:

  • Name
  • Price (PEN)
  • Quantity
  • Unit (un, g, kg, ml, l)

Requirements

The requirements.txt file list all Python libraries that you need to run the program. The following script aims to install all the required libraries in your environment.

pip install -r requirements.txt

Usage

python products-to-csv.py