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:
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. Thank you.
Use an existing ASINYou can search for ASINs in Amazon's Add a Product' tool within your Seller Central account by entering the product name, model number, and UPC or EAN. After you have selected the listing that you wish to sell your products, click “Sell yours”. You can then add your price, quantity, and condition.
What is the Product Pricing API? The Selling Partner API for Product Pricing (Product Pricing API) programmatically retrieves product pricing and offer information for Amazon Marketplace products.
What is an ASIN number? Amazon Standard Identification Number (ASIN) is a ten-digit alphanumeric code that identifies products on Amazon. It's unique for each product and is assigned when you create a new product in Amazon's catalog.
ASIN (Amazon Standard Identification Number) is one of the unique product identifiers used for managing the Amazon product catalog. In a technical sense, it's a 10-digit code made up of numbers and letters.
Your view on Amazon MWS is correct: It is an API that lets merchants sell stuff on Amazon, so unless the specific seller you are looking for is in fact your own company, MWS won't be an option.
What you are looking for is now part of the Amazon Product Advertising API (the name may be a bit misleading). This API lets you query for information that is accessible for everyone.
You will need to call ItemLookup with the following parameters:
You will have to do this for one ASIN at a time (technically, you could do up to 10 at a time, but results may not be what you'd expect)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With