Open blairanderson opened 7 years ago
Is this a limitation of the amazon API?
I would like to pull data similar to this page: https://www.amazon.com/Best-Sellers-Home-Improvement-Faucet-Parts/zgbs/hi/680334011/ref=zg_bs_unv_hi_3_6807173011_1
left hierarchy of categories(comes from browse_node_lookup) and top sellers
Looks like the TopSeller response group only returns 10 items and does not respond to ItemPage.
TopSeller
ItemPage
Is there a way to do item lookup without a query using a browse node and sorting by popularity?
cross posted to stackoverflow for visilibility. will update here if i get an answer
https://stackoverflow.com/questions/44769976/amazon-product-advertising-api-pagination-top-sellers
Is this a limitation of the amazon API?
I would like to pull data similar to this page: https://www.amazon.com/Best-Sellers-Home-Improvement-Faucet-Parts/zgbs/hi/680334011/ref=zg_bs_unv_hi_3_6807173011_1
left hierarchy of categories(comes from browse_node_lookup) and top sellers
Looks like the
TopSeller
response group only returns 10 items and does not respond toItemPage
.Is there a way to do item lookup without a query using a browse node and sorting by popularity?