/Aliexpress-product-scraper

Web scraping Aliexpress product details and feedback using Python (Selenium).

Primary LanguagePythonMIT LicenseMIT

Aliexpress Scraper

Web scraping Aliexpress product details and feedback using Python (Selenium).

Introduction

This script allows you to scrape product details and feedback from Aliexpress.

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Install ChromeDriver:

    • Download ChromeDriver from here.
    • Extract and place the chromedriver executable in the project directory.

Usage

  1. Run the scraper:
    python main.py

Disclaimer

This project is for educational purposes only. Use responsibly.