API to scrape search results and product details from Flipkart
Disclaimer: I am not affiliated or linked to flipkart in any way. This repository is an exploratory project and not meant for commercial use.
For documentation visit : Flipkart Scraper API
This API is being shipped only as a Docker image now and not as a hosted URL, due to over-exploitation of the API and lack of funds & free-tier limitations. The hosted API URL has been taken down. Check out Deployement using Docker
The API has been rewritten in Rust. With this process, a multitude of unexpected errors have been addressed with improved accuracy and better scraping mechanism. Refer issue #13 and Refer issue #12.
Supported Deployments
For information on Deployment, refer documentation.
- 
API does not require any client id/secret or any other authorisation unlike most of Flipkart API
 - 
Completely Open Source
 - 
Fetch search results from Flipkart
Response in JSON format including the following information :
- Product Name
 - Product Current Price
 - Product Original Price
 - Discount status (
trueorfalse) - Product Thumbnail
 
 - 
Fetch product result from URL of product
Response in JSON format including the following information about Product :
- Product Full Name
 - Current and Original Price
 - Discount status and Discount percentage
 - User Rating
 - Stock avalibility (
trueorfalse) - Flipkart Assured Product (
trueorfalse) - Share URL (More presentable URL)
 - Seller Information (Seller Name and Rating)
 - Product Thumbnails
 - Highlights
 - Available Offers / Bank Offers
 - Specifications
 
 - 
The API also removes all trackers & loggers in every link from flipkart giving an completely unbaised and cleaner output.
 
- This Project is Apache-2.0 Licensed
 - Copyright 2023 Vishal Das
 
