Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RequestThrottled: You are submitting requests too quickly. Please retry your requests at a slower rate

I submit this request:

from amazonproduct import API
api = API(locale='us')
result = api.item_search('Furniture', Keywords = 'sofa', Availability='Available')

and get back the error

RequestThrottled: AWS Access Key ID: XXXXXXXXXXXXXXXX. You are submitting requests too quickly. Please retry your requests at a slower rate.

I know this question was already asked 2 years ago here. But I only submit one request.

Also, a similar question was asked here more than a year ago. The answer posted 25 days ago was:

Solved adding the domain in request: domain: 'webservices.amazon.es'

However, 'domain' doesn't appear to be a parameter of amazon's ItemSearch API.

Any suggestions are greatly appreciated.

like image 211
David Makovoz Avatar asked Dec 21 '25 09:12

David Makovoz


1 Answers

Amazon deactivated our account because we didn't produce enough revenue.

like image 149
David Makovoz Avatar answered Dec 24 '25 10:12

David Makovoz