Search by Title
The following request uses the ItemSearch
operation to find items in the
Music
search index. The Title
parameter has the value,
Blue
.
Example Request
http://webservices.amazon.com/onca/xml? Service=AWSECommerceService &Operation=ItemSearch &ResponseGroup=Small &SearchIndex=Music &Title=Blue &AWSAccessKeyId=
[Your_AWSAccessKeyID]
&AssociateTag=[Your_AssociateTag]
&Timestamp=[YYYY-MM-DDThh:mm:ssZ]
&Signature=[Request_Signature]
Example Response
The following response returns two items.
<MoreSearchResultsUrl> https://www.amazon.com/gp/redirect.html? AWSAccessKeyId=
[Your_AWSAccessKeyID]
&ie=UTF8 &location=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fsearch%2F%3Fkeywords%3DBlue%26ie%3DUTF8%26url%3Dsearch-alias%253Dpopular &tag=[Your_AssociateTag]
&creative=386001 &camp=2025 &linkCode=xm2 </MoreSearchResultsUrl> <Item> <ASIN>B004LL1HM4</ASIN> <DetailPageURL> https://www.amazon.com/Helplessness-Blues-Fleet-Foxes/dp/B004LL1HM4%3FAWSAccessKeyId%[Your_AWSAccessKeyId]
%26tag%3D[Your_AssociateTag]
%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004LL1HM4 </DetailPageURL> <ItemAttributes> <Artist>Fleet Foxes</Artist> <Manufacturer>Sub Pop</Manufacturer> <ProductGroup>Music</ProductGroup> <Title>Helplessness Blues</Title> </ItemAttributes> </Item> <Item> <ASIN>B004AHNIGM</ASIN> <DetailPageURL> https://www.amazon.com/Low-Country-Blues-Gregg-Allman/dp/B004AHNIGM%3FAWSAccessKeyId%3D[Your_AWSAccessKeyId]
%26tag%3D[Your_AssociateTag]
%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB004AHNIGM </DetailPageURL> <ItemAttributes> <Artist>Gregg Allman</Artist> <Manufacturer>Rounder</Manufacturer> <ProductGroup>Music</ProductGroup> <Title>Low Country Blues</Title> </ItemAttributes> </Item>