标签: amazon
res = amazon.BrowseNodeLookup(ResponseGroup="TopSellers", BrowseNodeId="2189603051") soup = BeautifulSoup(res,"lxml") print(soup.prettify())
我正在使用宽吻库调用amazonapi。 这段代码可以正确打印top10排名,但只有10个结果。 如何获得更多结果?尽管我在URL上设置了ItemPage = 2,但它不起作用。