开发者

How to get ISBN number from a book title and author programmatically? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_JS百科 Closed 9 years ago.

Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)?

Does Amazon provide web services for this? If so, how can one use it?


http://isbndb.com/data-intro.html

Someone has already written a python wrapper: http://code.google.com/p/isbndb-py/


You can take a look at this Amazon Product Advertising API (btw it demands you to have as AWS account), it provides possibility to look for book, probably in your case it will fit.

Alternatively you can read Amazon API: How To Get A Book’s Image - there is described how to get image of book, but together with that information you get ASIN, and as written in Wikipedia for 10 digits it is the same as ISBN. That example was written in PHP, but I'm sure you can port it to Python. On the other hand, Accessing Amazon’s Product Advertising API with Python gives you code sample to access AWS using Python (but without such a good description of what is going on there, as those articles about AWS+PHP, I advice you to read them for better understanding)

Here is a list of services you can try as alternative to Amazon API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜