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
- Host: GitHub
- URL: https://github.com/kaymen99/asos-scraper
- Owner: kaymen99
- Created: 2021-09-15T16:10:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T19:44:59.000Z (over 3 years ago)
- Last Synced: 2025-06-04T07:05:26.037Z (4 months ago)
- Topics: flask, python, scraping, selenium-python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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