About information that can be obtained on amazon api

Asked 1 years ago, Updated 1 years ago, 125 views

I have a question about amazon api.
I am writing to ask you a question because I didn't really understand even after I looked it
Is it possible to obtain the following information about the product using api?
·Product name
·Manufacturer
·Price
·Product description
·Product image
Please let me know if you know more.Thank you for your cooperation.

php api amazon

2022-09-30 21:11

2 Answers

If you look at the official document, you can get the product name and manufacturer through ItemLookup.
"If you put it in the cart once with ""CartAdd"", you will be able to get the price."
However, if you look at it quickly, you won't be able to get the product description and the product image, so I think it would be better to scrap it directly from DetailPageURL, which can be obtained through ItemLookup.

Product Advertising API


2022-09-30 21:11

If you set ItemAttributes, Offers, Reviews in ResponseGroup in ItemLookup, you'll be back.
If you want more images, I will also add Images.

It's a good idea to make a program and try it out, but
If you have an account, you can select Lookup-itemLookup on the left side of the page below and view the actual data after entering the required information (Marketplace, associate Tag, etc.).
http://webservices.amazon.co.jp/scratchpad/index.html


2022-09-30 21:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.