Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
/ DarazPK-API Public archive

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

Notifications You must be signed in to change notification settings

abdulalikhan/DarazPK-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daraz.PK Product Information API

Product Information JSON API for Daraz.PK built with 🐍 Python and 🏺 Flask and deployed using 🔼 Vercel.

📢 Note: As of June 8, 2023, this project is no longer maintained and has been archived.

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": [
    "Fashion", 
    "Men", 
    "Clothing", 
    "Casual Tops", 
    "T-Shirts"
  ], 
  "discount": "-55%", 
  "image": "https://static-01.daraz.pk/p/444c65c97cc08a4df20ac04b32b39846.jpg", 
  "name": "Select by Daraz Basic Round Neck T-Shirt For Men", 
  "price": "Rs. 550", 
  "seller": "Select by Daraz"
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages