Amazon Advertising APIを利用して、ISBNで商品を検索する


書籍を簡単に検索したい人へ

  • Google Books APIを利用する方が簡単です
  • 一部の書籍が検索に引っかからなかったり、作成しようとしているアプリの要件を満たせないため、Amazon Advertising APIを利用しました

手順

  1. リクエストに必要なAccess Key IDSecret Access Keyを取得
  2. リクエストに必要なAssociate Tagを取得
  3. 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