Skip to content

piyushagru/flipkart_scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mobile-Scraper

This scraper can be used to scrap data from Flipkart, using this spider we can scrap Mobile name, their price and their rating.

Steps

To use this scraper clone this repo and run below commands in your command promt.

Command to store data in json format

scrapy crawl flipkart_spider -o mi_phone.json

Command to store data in csv format

scrapy crawl flipkart_spider -o mobile.csv

Requirements

pip install scrapy

About

Web scraper for Flipkart's Mobile pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages