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

https://github.com/ekans111/aliexpress-scraper-without-api-free

Aliexpress products scraping.
https://github.com/ekans111/aliexpress-scraper-without-api-free

aliexpress aliexpress-scraper no-api no-api-key python recaptcha-solver scraping scraping-tool scrapping selenium

Last synced: over 1 year ago
JSON representation

Aliexpress products scraping.

Awesome Lists containing this project

README

          


animated

# Aliexpress-Scraping

## Description

This project is a web scraper built using Selenium to extract data from AliExpress website.

### Possible page to scrap

#### **`Product page`**, **`Store page`**

## Prerequisites

- Python 3.10.9
- Selenium
- Chrome WebDriver

## Installation

1. Clone this repository.
2. Install the required dependencies by running:

## Usage

1. 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`

2. Run the script.
Only Run the script to start scraping AliExpress data.

`py main.py`

3. Enter the _`NG` words_ divided by `,`
(it means the item that includs one of the `NG` word in its `name` you don't want to scrap.)

4. Click `開始` button.

5. When chrome browser is opened and delayed, you should change the currency to "JPY".
`It was designed only for japanese.`

6. Wait until message the process is done is displayed and click `終了` button.

7. Find the result from `登録.csv`.

Images can be found in `result` folder.

## Disclaimer

Please make sure to use this scraper responsibly and respect the website's terms of service.

## Author

Ekans111

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details