aggie-coding-club / GrocerEZ

GrocerEZ is a mobile app that uses a combination of web-scraping and crowd-sourcing to determine which store could fulfill your grocery list for the cheapest total
8 stars 0 forks source link

Add quantity scraping to HEB scraper #39

Open firejake308 opened 3 years ago

firejake308 commented 3 years ago

Currently, the HEB scraper parses the name, price, image, and rating of each item. The goal of this task is to also scrape the quantity of each item as well. The quantity should be represented in Python as 2 variables - 1 for the numerical amount and 1 for the units.

image image