Git Product home page Git Product logo

darazpk-api's Introduction

Daraz.PK Product Information API

Product Information JSON API for Daraz.PK built with ๐Ÿ Python and ๐Ÿบ Flask and deployed using ๐Ÿ”ผ Vercel.

๐Ÿ“ข Note: This is a Free and Open Public API.

โœ”๏ธ No authentication or keys needed!

API Usage

This section gives you a brief introduction to the Daraz.PK API

The web API is hosted at https://daraz-abdulalikhan.vercel.app/

To query the information for a product listed on Daraz.pk

The API will respond with the following attributes for the queried product in JSON format:

  • Product Name (name)
  • Product Price (price)
  • Seller Name (seller)
  • Product Category (category)
  • Product Image (image)
  • Discount (discount)

In this case, the API responds with the following JSON data

{
   "category":[
      "Pet Supplies",
      "Dog",
      "Dog Food",
      "Dog Dry Food"
   ],
   "discount":"",
   "image":"https://static-01.daraz.pk/p/89cf667382e734d6522ce72eedc1eed2.jpg",
   "name":"WOOF PUPPY FOOD 3KG",
   "price":"Rs. 1,200",
   "seller":"Be Happy Pets"
}

darazpk-api's People

Contributors

abdulalikhan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.