Product price checker

GRATIS
Door consumerstore | Bijgewerkt 2๋‹ฌ ์ „ | Data
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}

Volgers: 0
Bronnen:
Productwebsite
API maker:
C
consumerstore
consumerstore
Log in om API te beoordelen
Beoordeling: 5 - Stemmen: 1