Flipkart Cost Per Lifetime

FREE
By Sai Adarsh S | Updated hace 5 días | eCommerce
Health Check

N/A

README

GET STARTED

API Endpoint

    `http://costperlifetimeapi.herokuapp.com/result`
  • The CPL API when requested with the flipkart URL of the corresponding product, would fetch details like Cost of the Product, Warranty of the Product, Rating of the Product, Monthly Cost per Lifetime, Value for Money Aspects of the Product and stores it cloud for later retrieval.

GET CHARACTERS

# Here is a curl example

curl \
-X POST http://costperlifetimeapi.herokuapp.com/result \
-d "Name=flipkart_product_url"
  • To get characters you need to make a POST call to the following url :
  • http://costperlifetimeapi.herokuapp.com/result

Result example :

{
  "CPL":1333,
  "ceur":16.73,
  "cusd":18.65,
  "cyen":1975.84,
  "imgURL":"https://contextualwebsearch.com/api/thumbnail/get?value=8232441439331627443",
  "peur":200.8,
  "price":"15999",
  "pusd":223.86,
  "pyen":23714.57,
  "rating":"4.5",
  "title":"Realme 3 Pro (Lightning Purple, 128 GB)",
  "value":"4.3",
  "warranty":12
}

QUERY PARAMETERS

Field Type Description
secret_key String Your API key.
Name String (optional) A flipkart product URL to find CPL of a product

ERRORS

  • The CPL API uses the following error codes:

Error Code Meaning
{“warn”:“X001”} Enter a valid Flipkart URL"}
{“warn”:“X002”} Enter a valid Flipkart Product URL<

Followers: 0
Resources:
Product Website
API Creator:
Rapid account: Sai Adarsh S
Sai Adarsh S
Sai-Adarsh
Log In to Rate API
Rating: 5 - Votes: 1