2016-04-30 44 views
1

使用ebay api(findItemsByKeywords操作)獲取項目詳細信息我發現只獲得分頁項目到第100頁,所以如果我需要來自第101頁的項目,我無法獲取它們。使用findItemsByKeywords操作獲取eBay API的有限結果

的findItemsByKeywords操作返回以下錯誤:

{"error":[{"errorId":["61"],"domain":["Marketplace"],"severity":["Error"],"category":["Request"],"message":["Page Limit exceeded. Items can be fetched only for the first 100 pages.."] 

的方法來解決這個問題呢?

回答

2

documentation中所述,您無法分頁超過100頁。您可能希望查看增加每頁返回的項目數(最多100項!)或使用item filtersaspect filters的組合來優化搜索並減少返回的項目數量。