書籍を簡単に検索したい人へ
- Google Books APIを利用する方が簡単です
- 一部の書籍が検索に引っかからなかったり、作成しようとしているアプリの要件を満たせないため、Amazon Advertising APIを利用しました
手順
- リクエストに必要な
Access Key ID
・Secret Access Key
を取得 - リクエストに必要な
Associate Tag
を取得 - ItemLookUpオペレーションを利用して、必須パラメータを入力
最終的なリクエストはこんな感じ
http://webservices.amazon.co.jp/onca/xml?Service=AWSECommerceService&Operation=ItemLookup&SubscriptionId=[Access Key Id]&AssociateTag=[Associate Tag]&ItemId=[ISBN]&IdType=ISBN&ResponseGroup=Images,ItemAttributes,Offers&SearchIndex=All