📷 web scrapping in python using Scrapy
A scrapy spider to extract the number of products in each category from alibaba.com.
For Example:
git clone https:://github.com/udit1999/Web_Scrap_e-commerce.git
Install Python packages
pip install -r requirements.txt
To install Scrapy using conda, run:
conda install -c conda-forge scrapy
Note: Scrapy is pre-installed with conda. If it is not, then only do this step.
Alternatively, if you’re already familiar with installation of Python packages, you can install Scrapy and its dependencies from PyPI with:
pip install Scrapy
To run the crawler(spider):
scrapy crawl -o alibaba.csv product_crawler