How can I get all amazon products from an existing category?
With the API, I can browse 10 pages and get for each page 10 products.
The category has 502348 products, and I would like to get them all.
Here is my code:
Amazon Product Advertising API <?php ?>
$params = array(
'Operation' => 'ItemSearch',
'SearchIndex'=>'Electronics',
//'BrowseNode'=>'281052',
'ResponseGroup'=>'small',
//'MerchantId' => 'All',
//'Condition'=>'New',
'ItemPage'=>'1471',
From your inventory, click on a listing. When it opens up at Amazon.com, in the upper left along the toolbar, it will give you the category.
Amazon has 36 product categories within which sellers can sell their products to their target audience. If you want to find success on Amazon, it's important to choose the right category to sell in.
It's no surprise that the Home & Kitchen category is the most popular among sellers; everyone uses some type of home or kitchen product in their everyday lives.
Maybe you should try to add two additional search parameters in your query - MinimumPrice and MaximumPrice - in combination with the keywords, of course. Then, whenever you get more than 10 pages for your search criteria, you should correct your min/mix price values.
That's how I was able to "avoid" that unreasonable limit that amazon set.
Use the Sitemaps from the Amazon Robots.txt:
http://www.amazon.com/sitemaps.US_detail_page_sitemap_desktop_index.xml.gz
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With