tpae
tpae

Reputation: 6346

Amazon Product API retrieving all products

I am trying to pull all products from Amazon Product API, but as far as I know, that's impossible to do unless they give you access to Bulk Data Feeds.

Am I correct?

Upvotes: 5

Views: 1992

Answers (3)

Udit
Udit

Reputation: 307

Amazon recently changed their affiliate policy regarding API access. They want you to have three affiliate link transactions within 180 days to be in good standing. They will need to conduct a review of your affiliate site. Until then, the API keys will only be good for generating product links.

Upvotes: 0

tpae
tpae

Reputation: 6346

It turns out Amazon product advertising API only allows 2000 API calls per hour.

Each call returns 10 products, so every hour I can call 20,000 products.

I used product_search call to make calls for each category, page by page, retrieve 20,000 products per hour. Within few days, I accumulated over 1 million products.

Anybody who's interested in how this is done, msg me!

Upvotes: 2

dqhendricks
dqhendricks

Reputation: 19251

last I checked, amazons web services limit the number of results you may retrieve.

Upvotes: 1

Related Questions