Product price checker

FREE
By consumerstore | Updated a month ago | Data
Popularity

6.9 / 10

Latency

196ms

Service Level

100%

Health Check

N/A

README

Get the price of a product

Description
Get the price list of a given product in existing stores

API URL
https://www.consumerstore.com/api/

Petition
Make a GET or POST request to the API URL, with the following parameters:

  • apikey, include your API Key here
  • method=product.getprice
  • market, Country (uk, de, fr, it, es)
  • ean, Product EAN (13 dรญgitos)

Result

  • status, Possible values: OK, FAIL
  • error, Error code in case the request fails
  • result, price list:
    platform, Online Store name
    platform_url, Online Store url
    product, Product name in store
    product_url, Product url in store
    price, Last price found
    unix_timestamp, Date the price was found

Errores posibles
INCORRECT_METHOD, The indicated method does not exist.
INCORRECT_EAN, Wrong EAN or a product that does not exist in our catalog.
INCORRECT_MARKET, The market you have included does not exist.
INCORRECT_IP, Access IP is not allowed.
INCORRECT_APIKEY, The indicated API KEY does not exist.
LIMIT_REACHED, You have reached the limit of allowed requests.

GET petition Example
https://www.consumerstore.com/api/?apikey={APIKEY}&method=product.getprice&market={MARKET}&ean={EAN}

Followers: 0
Resources:
Product Website
API Creator:
C
consumerstore
consumerstore
Log In to Rate API
Rating: 5 - Votes: 1