Is there any way on how we can get the price for a specific product (or item) in amazon using ASIN and for a specific seller?
I have seen Amazon Marketplace Web Service (Amazon MWS) but I think it's for sellers who want to develop an application to access their product. It doesn't allow me to create an account so I can get MWS
keys because it asks for Amazon Seller Account
and to which I don't need a seller's account since I'm only interested for the prices of the product and I'm not a seller.
I have a list of ASIN which I need to get their prices for a specific seller (specifically from AMAZON only). I already know how to create AWS keys. What will I do next? I'm looking for a function or method which asks for ASIN
and returns prices offered by a specific seller.
Here's the articles I read:
- Amazon Marketplace API
- amazon product advertising api - item lookup request working example
- How to get ASIN and price from AMAZON
- Amazon Product Advertising API: Get Product Detail URL from ASIN
- is there an API that querys an amazon like site (or amazon) and gets the market price of an item?
I'm very new with this stuff and it's very advance for me. Hope somebody will give me a good guide that will be able to fulfill my needs.