Amazon API and C#
-
I was wondering if anyone knows if the amazon api supports kindle book look. What I'm trying to do is take and make a database that stores the asins and then searchs amazon for recommended reads. Example if my database has Dan Brown = Lost Symbol I would hit search recommendations and then it would spit out a list Dan Brown = Angels and Demons Jeffery Deaver =Broken Window so on Just wondering if anyone knows how that might be done? Or a good tutorial of how to do it? I went to amazon's page but was lost. Not sure what api to download or which documentation to read. Sorry for the bother hopefully someone can shed some light on me.. thanks
-
I was wondering if anyone knows if the amazon api supports kindle book look. What I'm trying to do is take and make a database that stores the asins and then searchs amazon for recommended reads. Example if my database has Dan Brown = Lost Symbol I would hit search recommendations and then it would spit out a list Dan Brown = Angels and Demons Jeffery Deaver =Broken Window so on Just wondering if anyone knows how that might be done? Or a good tutorial of how to do it? I went to amazon's page but was lost. Not sure what api to download or which documentation to read. Sorry for the bother hopefully someone can shed some light on me.. thanks
-
Well what I was hoping to do is make a program in c# that would allow me to enter all my books that I have read kind of like the calibre program. However this program would do nothing more than take and parse amazon for similar books (recommendations) then check to see if the books i already in the database if it isn't then take and automatically used the amazon sample feature and send a sample of those books to the kindle.