I want to know how to search the books on Amazon using a web URL resulting JSON or xml.
Many Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They used to have what was called “the advertising API” that would let you pull book and other listing data, but have since made it less accessible. Nowadays they encourage people to use their widgets rather than coding anything on top of the API.
Poke around http://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html
if you’re really determined.
Also keep in mind the business model of the API means that your app should directly drive purchases on amazon, anything else is gray area.