Amazon Affiliate API - match ASINs across countries?

Joined
Mar 17, 2009
Messages
41
Reaction score
28
Hey all,

quick question to anyone who went deep into the Amazon Affiliate API: Is there any way to much products across different geographies? I often see that the same product exists both in UK and US store of Amazon, but the ASIN is different. If I want to build a multi-geography Amazon affiliate business, I am loosing people from geographies if I feature a product but only have the US ASIN in there. Sure, you can go and check manually and copy/paste the product title from US store to UK store and take the ASIN from there but there must be a smarter way of doing that...

Maybe anybody on here encountered the same issue and has a solution.

Also, I would be very thankful for all Amazon Affiliate related discussions / threads on this board where something interesting has been discussed to learn... :)

Thanks,

GBH
 
I had a similar problem and found out no great solution. You could always search for the product name in the APIs and try to get ASINs that way, but as you probably know as a programmer, this often fails. The product names across different Amazons can vary so the script won't always work.

One way around this is to put Amazon search pages to affiliate links. For example, if your product is Philips Norelco 6948XL/41 (Amazon US ASIN B00CD1QU80), you would make your affiliate links like this:

US customers click here: www.amazon.com/dp/B00CD1QU80/?tag=yourtag-20
UK customers click here: http://www.amazon.co.uk/s/ref=?url=field-keywords=Philips Norelco 6948XL/41&tag=yourtag-21
German customers click here: http://www.amazon.de/s/ref=?url=field-keywords=Philips Norelco 6948XL/41&tag=yourtag-21

It's far from perfect but I've seen some guys use this kind of technique.
 
Back
Top