API to scrapes search result and product details from flipkart
For documentation visit : Flipkart Scraper API
API : flipkart.dvishal485.workers.dev/
Deploy your own API with Cloudflare Workers
-
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 (
true
orfalse
) - 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 (
true
orfalse
) - Flipkart Assured Product (
true
orfalse
) - Share URL (More presentable URL)
- Seller Information (Seller Name and Rating)
- Product Thumbnails
- Highlights
- Available Offers / Bank Offers
- Specifications
-
Different Mode with different output size as per requirement
- Fetch the product result without any specifications as well as with condensed form of specifications as per requirement.
- Search for some specific specification and only fetch those specs which meet the requirements.
-
The API also removes all trackers & loggers in every link from flipkart giving an completely unbaised and cleaner output.
- Make code Presentable and Readable
- Extend API for product details
- Optimize existing code
- Improve accuracy
- Get product details (price & stock) specific to individual's pincode
- Check out new repository flipkart-product-stock
- New Project : Telegram bot to notify about price drop alerts
- Check out @flipkartX_bot
- The bot can give you search result of any product and set price drop/rise alerts as well as stock availability alerts directly on Telegram.
- This Project is Apache-2.0 Licensed
- Copyright 2022 Vishal Das