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.
Is there a way to do item lookup without a query using a browse node and sorting by popularity?
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
TopSellerresponse 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?