This is Flipkart Product Web Scraper
build using scrapy
module of python
It extracts the following:
- Product Name
- Product Price
- Product highlights
- Product Specifications in detail
- Product Rating
- Product Url
run.bat
sh ./run.sh
scrapy crawl amazon_scraper -o ./data/data.json
It will create data.json
file inside the data
folder containing all the scraped data in JSON
format and all the images will be saved in data/img/full
folder.
Already fetched sample data is available in data
folder
If data.json
file doesn't generate in proper format then just delete data.json
file and img
folder.
Now you good to go ;)
- you have to install
scrapy
- you have to install
pillow
It is extracting only
gaming laptop details
into alaptop_data_.csv
file
[MIT]