Amazon Product Advertising API - How Can I Get Over 100 Results Using ItemSearch?

Does the ItemSearch operation have parameters such as offset? I need to get more than 100 results, I do not mind if I need to fulfill more requests.

The options I use are as follows:

'Service' => "AWSECommerceService",
'AssociateTag' => [TAG],
'AWSAccessKeyId' => [ID],
'Operation' => "ItemSearch",
'BrowseNode' => "2445220011",
'Condition' => "All",
'ItemPage' => $_GET["p"],
'Timestamp' => date("Y-m-d\TH:i:s.\\0\\0\\0\\Z"),
'ResponseGroup' => "ItemAttributes",
'SearchIndex' => "VideoGames"
+4
source share
3 answers

In the documentation:

ItemSearch returns up to ten search results per page.

The parameter ItemPageallows you to return the specified results page. The maximum ItemPage number that can be returned is 10.

This is apparently not possible, and your only option is likely to capture MoreSearchResultsURLfrom the answer:

MoreSearchResultsURL: URL-, . URL-, , , Amazon.com. Associate , , .

: http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html

+3

, MinPrice MaxPrice, , 100 . 100 .

.

+7

(Panasonic, Sony ..) API Amazon,

"" = > "AWSECommerceService",

'AssociateTag' = > [TAG],

'AWSAccessKeyId' = > [ID],

'Operation' = > "ItemSearch",

'BrowseNode' = > "2445220011",

'' = > "Panasonic",

'ItemPage' = > $_GET [ "p" ],

'Timestamp' = > date ( "Y-m-d\TH: i: s.\0\0\0\Z" ),

'ResponseGroup' = > "Large",

'SearchIndex' = > ""

0

All Articles