shuxiaokai / DarazPK-API

Product Information API for Daraz.PK built with Python and Flask and deployed using Vercel.

Home Page:https://daraz-abdulalikhan.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
}

About

Product Information API for Daraz.PK built with Python and Flask and deployed using Vercel.

https://daraz-abdulalikhan.vercel.app


Languages

Language:Python 100.0%