kaymen99 / Asos-scraper

Scraper for ASOS.com implemented using Selenium in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asos-scraper



Asos scraper is a simple web application that can run on your computer, it's used to collect products prices data from asos website, it's built using SELENIUM and Flask and provide the following informations in a csv file :
  • product name
  • product original price(before sales)
  • product current price
  • product url in asos website

How to run :

Clone this repo:

git clone https://github.com/Aymen1001/Asos-scraper.git

Install the required libraries:

pip install selenium pandas parsel flask

Excute the command in the terminal/cmd :

cd Asos-scraper/asos

And then:

python app.py


You will get a simple web page with 3 inputs:
  • product name : like shoes, shirts,...)
  • Gender : choose the product for men or women or unisex
  • number of pages : the number of pages to be collected from asos website

After you submit the data will be saved in csv format in the asos directory

About

Scraper for ASOS.com implemented using Selenium in Python


Languages

Language:Python 55.4%Language:HTML 44.6%