Questions tagged [paapi]

10 questions
6
votes
1 answer

Amazon Product API - Error! TooManyRequests on AMS ScratchPad

I was approved for the Amazon Product API, and am doing a couple test calls in ScratchPad, and it continually comes back with the error: Error! TooManyRequests The request was denied due to request throttling. Please verify the number of requests…
gwalshington
  • 1,418
  • 2
  • 30
  • 60
4
votes
0 answers

Amazon Product Advertising API v5 - How to retrieving different type of books (hardcopy, paperback, kindle... ) with one API call

I’m a developer for a company where we’re using Amazon's great product advertising API (PA-API) for a many years for fetching book information. We’re currently using the Java SDK and API v5. Issue We provide our customers directly links with our…
wprogLK
  • 488
  • 5
  • 11
2
votes
0 answers

How to Call Amazon Product Advertising API 5 from R?

I want to call Amazon product advertising API from R. Given below is the quick guide of pa API 5. https://webservices.amazon.com/paapi5/documentation/quick-start/using-curl.html I tried to do the way it described here…
orjay
  • 21
  • 3
2
votes
2 answers

Amazon Product API error 429: how to optimize performance and reliability for batch requests?

I'm getting this annoying error 429 for too many requests while sending multiple requests. What's even more disgusting is it limits amount of product to 10 per request as it seems. So I have a code that breaks down my asin array into groups of 10s…
Anonymous
  • 4,692
  • 8
  • 61
  • 91
1
vote
0 answers

Amazon Product Advertising API "The ItemId is not accessible through the Product Advertising API" but the product is still on the site

I am writing a wordpress plugin to check the availability of Amazon products. I mostly do this through the use of their Product Advertising API (PAAPI5). I know that the API not returning any offers for an ASIN means that the product is currently…
1
vote
1 answer

Saving Amazon PA API response to JSON file using Python SDK

I am calling the Amazon Product Advertising API in Python to get data for certain products: https://webservices.amazon.com/paapi5/documentation/quick-start/using-sdk.html. I import the API with: from paapi5_python_sdk.api.default_api import…
B. Latif
  • 54
  • 7
0
votes
0 answers

C# and Amazon Products API

Has anyone been able to successfully implement the Amazon Products API in C#? This is a conversion of the PHP code sample on the scratchpad website. I get this…
0
votes
1 answer

Use Aws4RequestSigner to sign PAAPI 5 Request

I'm trying to use Aws4RequestSigner in a VS2015 form to sign a search request to Amazon PAAPI. https://www.nuget.org/packages/Aws4RequestSigner/ I get this response from the…
0
votes
1 answer

How to JSON Serialize a Python Class Object?

My goal is to write the response I get from a call to Amazon's Product Advertising API to a file in JSON format. I call the API using response = default_api.search_items(search_items_request) I attempt to write the results to a file using: with…
B. Latif
  • 54
  • 7
0
votes
1 answer

Available Node Package Module that supports amazon product api version 5.0

Amazon recently published its Amazon Product Advertising API v5.0 for Amazon Affiliate Program. From 31st October 2019, previous version 4.0 of API will be taken down and only v5.0 will be supported to access Amazon products programmatically. With…
Sachi
  • 1,286
  • 1
  • 10
  • 17