An open API service indexing awesome lists of open source software.

https://github.com/kaymen99/asos-scraper

Scraper for ASOS.com implemented using Selenium in Python
https://github.com/kaymen99/asos-scraper

flask python scraping selenium-python

Last synced: 4 months ago
JSON representation

Scraper for ASOS.com implemented using Selenium in Python

Awesome Lists containing this project

README

          

# 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