Hassibayub / Aliexpress-product-scraper

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%