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.
- Host: GitHub
- URL: https://github.com/ekans111/aliexpress-scraper-without-api-free
- Owner: Ekans111
- License: mit
- Created: 2024-03-15T15:16:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T07:53:55.000Z (about 2 years ago)
- Last Synced: 2024-04-29T08:55:55.634Z (about 2 years ago)
- Topics: aliexpress, aliexpress-scraper, no-api, no-api-key, python, recaptcha-solver, scraping, scraping-tool, scrapping, selenium
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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