Building Amazon Affiliates links - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T06:53:11Zhttp://stackoverflow.com/feeds/question/695303http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/695303/building-amazon-affiliates-links0Building Amazon Affiliates linksjrogi2009-03-29T20:21:12Z2009-03-30T03:32:45Z
<p>How can I generate an Amazon affiliates link (with my Tracking ID) from a regular link without using Amazon online tools ?</p>
http://stackoverflow.com/questions/695303/building-amazon-affiliates-links/695328#6953280Answer by Andrew Grant for Building Amazon Affiliates linksAndrew Grant2009-03-29T20:33:50Z2009-03-29T20:33:50Z<p>While I don't have an answer, a good start would be to compare the elements of the affiliate link from the tracking tool to the identifiers on the item page.</p>
<p>From what I recall every Amazon product has a unique identifier (ISBN for books) and this identifier, along with your tracking ID, is stored in the affiliate links.</p>
<p>It should be rather straightforward to reverse engineer the format.</p>
http://stackoverflow.com/questions/695303/building-amazon-affiliates-links/695912#6959122Answer by JeffH for Building Amazon Affiliates linksJeffH2009-03-30T03:21:54Z2009-03-30T03:32:45Z<p>Here's an <a href="http://www.askdavetaylor.com/how%5Fdo%5Fi%5Fquickly%5Fbuild%5Famazon%5Faffiliate%5Flinks%5Fon%5Fmy%5Fpages.html" rel="nofollow">easy tutorial</a> that should get you started. And <a href="https://affiliate-program.amazon.com/gp/associates/help/t5/a16" rel="nofollow">this page</a> at Amazon should fill in some gaps about ASINs, especially the section entitled: "Is there an automated way to create Associates links if I have the 13-digit ISBN?" Here's <a href="http://crazybob.org/2008/10/how-to-create-simple-amazon-affiliate.html" rel="nofollow">another relevant article</a>.</p>
<p>You are not very specific on how you want to generate them or how many you will be generating, but there's an <a href="http://www.erobillard.com/snippets/amazonlink.aspx" rel="nofollow">online tool</a> written by <a href="http://www.erobillard.com" rel="nofollow">Eri Robillard</a> that uses WebForms and XML Web Services. If it's a small number of links you want to make by hand, it looks like a good tool.<br/>
If you're looking to generate them programatically, you might be able to get permission from him to screenscrape his site, or maybe he'd provide you with source code. I can't find what restrictions (if any) he puts on its use.</p>