This project is a web scraper built using Selenium to extract data from AliExpress website.
- Python 3.10.9
- Selenium
- Chrome WebDriver
- Clone this repository.
- Install the required dependencies by running:
-
Enter the urls you want to scrap scrape in the
URL.csv
file.https://ja.aliexpress.com/item/33060691049.html?spm=a2g0o.best.moretolove.17.440b1fd3hyIIjK&gatewayAdapt=glo2jpn
https://ja.aliexpress.com/store/4997284/pages/all-items.html?sortType=bestmatch_sort&shop_sortType=bestmatch_sort
-
Run the script. Only Run the script to start scraping AliExpress data.
py main.py
-
Enter the
NG
words divided by,
(it means the item that includs one of theNG
word in itsname
you don't want to scrap.) -
Click
開始
button. -
When chrome browser is opened and delayed, you should change the currency to "JPY".
It was designed only for japanese.
-
Wait until message the process is done is displayed and click
終了
button. -
Find the result from
登録.csv
.Images can be found in
result
folder.
Please make sure to use this scraper responsibly and respect the website's terms of service.
Ekans111
This project is licensed under the MIT License - see the LICENSE file for details