A python based data mining tool for extracting information from Flipkart. It can loop through a product category and individual products, and fetch information.
- Name of the product.
- Price of the product. (selling price and the original price)
- Product Description.
- All the specifications along with the main heading.
- The average review given on a page.
- All the image links of the product listed by the seller.
- URL of the product page.
we can get the information in CSV or json format or both, configure it in the config.py file.
- search a category in Flipkart eg: “smart phones” and copy the URL.
- run the
flipksrapt.py
- paste the URL when prompted.
- choose the required output format. - 1 for csv only - 2 for json only - 3 for both csv and json.
- Wait... Seriously, you'll need to wait some time. [ depends on your internet speed ] License: FlipKsrapt is released under The MIT license (MIT)
- Extract Original images from product page. [currently extracting the thumbnails]