Skip to content

Side project that scrapes a store's website for dynamic prices of products (i.e Liquor store) and calculates best deal & stores in Supabase DB.

Notifications You must be signed in to change notification settings

chaituprakash06/price-web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. git clone https://github.com/chaituprakash06/price-web-scraper.git

  2. cd price-web-scraper/

  3. npm install

  4. Update env variables with Groq and Supabase keys

  5. Command or control F "await page.goto('https://www.liquorland.com.au" - line 58. Replace number at end with page you want to scrape (there are 60 results per page, 10 pages total)

  6. npm start

Script does not duplicate records, only add news ones and updates old ones. Product id taken from HTML tag on site.

About

Side project that scrapes a store's website for dynamic prices of products (i.e Liquor store) and calculates best deal & stores in Supabase DB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published