web services - Simple ISBN Bookup for Amazon -
i'm trying find simple way book titles isbn in amazon. i'm assisting kid's school in doing simple inventory. number of books in test set aren't found using other sources (tried google, worldcat , isbn db).
example isbn: 0153527692
i've read "product advertising api" seems overkill- there more basic i'm missing?
if search via amazon site comes why i'm thinking amazon- i'm open other ideas well...
you have multiple ways fetch book information isbn number.
you can use following services:
- amazon api (lookupbyisbn)
- google books api
- isbndb api
- worldcat search api
here can find an example (in french) source code in php.
hope helps,
guguss
Comments
Post a Comment