/flipkart-scraper-api

API to scrapes search result and product details from Flipkart

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Flipkart Scraper API

API to scrapes search result and product details from flipkart

Flipkart API Banner

Version GitHub license GitHub issues Telegram Documentation

For documentation visit : Flipkart Scraper API

API : flipkart.dvishal485.workers.dev/


Deployment

Deploy your own API with Cloudflare Workers

Deploy to Cloudflare Workers


Features

  • 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 or false)
    • 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 or false)
    • Flipkart Assured Product (true or false)
    • 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.


ToDo

  • Make code Presentable and Readable

  • Extend API for product details

  • Optimize existing code

  • Support for newer deployment methods

  • Get product details (price & stock) specific to individual's pincode

  • 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.

License & Copyright