Skip to content

Web scraper extracting prices of second hand clothes from a given brand on different resale platforms

Notifications You must be signed in to change notification settings

NicolasF-N7/ISLA_clothes_price_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this repo on Glitch.com

Setup

  1. npm install
  2. puppeteer.launch({ headless: true , args: ['--no-sandbox']})

Run

  1. node app.js
  2. refresh (to see the data written to files, if any)
  3. Look into results/Prices_results.csv

Edit brand & clothes to search for

Inside config.json, add what you want to research under the attribute 'research_queries' with the synthax ["first term", "second term", "third term"].

About

Web scraper extracting prices of second hand clothes from a given brand on different resale platforms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published