The aim of this project is to develop a web application designed to scrape data from Amazon and eBay for comprehensive market analysis. The web-based nature of the application ensures accessibility from anywhere, eliminating the need for custom scripts, library installations, command executions, and manual maintenance.
- Visit ParseJet.
- Sign Up/Login to access the platform.
- Select the desired tool:
- Scrape Amazon Direct Product URLs
- Scrape eBay Direct Product URLs
- Comparison tools between Amazon and eBay marketplaces
- Input the data source and await completion of the job.
- Download the generated data.
- Install Python on your machine.
- Open Command Prompt and navigate to the project directory.
- Install the required dependencies using the following command:
pip install -r requirements.txt
- Start the Django server with the command:
python manage.py runserver
- Run Celery-Redis on Windows to handle background jobs:
celery -A crawler.cele worker --pool=solo -l info
- Submit the product URLs, and upon completion, you will receive an email with a link to download the generated CSV file.
Regards,
Eng Hussain