Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The Amazon Advertising API isn't <em>that</em> hard to use. Trying to figure out how to use the Google API would just be a waste of time. Here's the main site for the Amazon API:</p> <p><a href="https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html" rel="nofollow noreferrer">https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html</a></p> <p>This is the documentation for the Product Search:</p> <p><a href="http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html" rel="nofollow noreferrer">http://docs.aws.amazon.com/AWSECommerceService/latest/DG/ItemSearch.html</a></p> <p>This is the documentation for signing a Amazon API request:</p> <p><a href="http://docs.aws.amazon.com/AWSECommerceService/latest/DG/rest-signature.html" rel="nofollow noreferrer">http://docs.aws.amazon.com/AWSECommerceService/latest/DG/rest-signature.html</a></p> <p>Info on how to generate the hash for signing:</p> <p><a href="https://stackoverflow.com/questions/8458917/need-to-generate-hmac-sha256-hash-in-objective-c-as-in-java">Need to generate HMAC SHA256 hash in Objective C as in Java</a></p> <p>Unfortunately, Amazon will return XML. If you don't want to write an XML parser you can probably use existing code to just convert it to a dictionary (I haven't tried XMLDictionary, but it looks just fine):</p> <p><a href="https://github.com/nicklockwood/XMLDictionary" rel="nofollow noreferrer">https://github.com/nicklockwood/XMLDictionary</a></p> <p><strong>Edit:</strong> I typed up all this nice info before I did a search and discovered you need permission from Amazon in order to use the Advertising API on a mobile device. Who knows how you get that. I was just going to delete my answer, but I'll leave this all here.</p> <p><a href="https://affiliate-program.amazon.com/gp/advertising/api/detail/agreement.html" rel="nofollow noreferrer">https://affiliate-program.amazon.com/gp/advertising/api/detail/agreement.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload