7
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

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

Last updated at Posted at 2017-06-06

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

  • 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

7
15
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
15

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?