Marketplace methods

marketplace.product

The method “marketplace.product” returns an overview of all the possible product methods for the SISTRIX Marketplace-API. The returned data will list all the possible methods together with the corresponding URL and description. This API call does not cost any API credits.

Required Parameters: api_key, asin, country

https://api.sistrix.com/marketplace.product?api_key=$key&asin=B002G47GE6&country=de

marketplace.product.overview

The method “marketplace.product.overview” shows the most important information about a product. You will need to specify the ASIN and the country as parameters. Each call costs one API credit.

Required Parameters: api_key, asin, country

https://api.sistrix.com/marketplace.product.overview?api_key=$key&asin=B002G47GE6&country=de

marketplace.product.price

The “marketplace.product.price” method returns data about the price development for a specific product. The API will return the hightest as well as the lowest price (as well as the date for each entry) and the price development of the product. This method costs 1 API credit for the initial transmition of the overview data, as well as one credit for each change in price.

By using the “num” parameter you are able to restrict the history to the last x values. The “offset” parameter lets you return more price changes than the most recent 100 changes.

Required Parameters: api_key, asin, country
Optional Parameters: num, offset

https://api.sistrix.com/marketplace.product.price?api_key=$key&asin=B002G47GE6&country=de&num=3

marketplace.product.reviews

With the “marketplace.product.reviews” method you can return the customer reviews for a specific product. Besides an overview of the amount of reviews, as well as the average star rating, this function will return the last reviews in descending order, by date. This method costs 1 API credit for the overview data as well as one credit for each review.

By using the “num” parameter you are able to restrict the number of reviews to x. The “offset” parameter lets you return more reviews than the most recent 100.

Required Parameters: api_key, asin, country
Optional Parameters: num, offset

https://api.sistrix.com/marketplace.product.reviews?api_key=$key&asin=B002G47GE6&country=de&num=5

marketplace.product.keywords

You can get the keywords for which a specific product can be found in the Amazon search through the “marketplace.product.keywords” method. Aside from the keyword we will also return the ranking (search position) as well as a traffic value between 0 and 100. Each keyword costs 1 API credit.

By using the “num” parameter you are able to restrict the number of keywords to x. The “offset” parameter lets you return more than 100 results.

Required Parameters: api_key, asin, country
Optional Parameters: num, offset

https://api.sistrix.com/marketplace.product.keywords?api_key=$key&asin=B002G47GE6&country=de&num=25

02.07.2019