Skip to content

Scraper for ASOS.com implemented using Selenium in Python

Notifications You must be signed in to change notification settings

kaymen99/Asos-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published