Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking up book title with ISBN [closed]

Tags:

lookup

title

isbn

Is there a free way to look up the title of a book using its ISBN number? I know there is isbndb.com, but they limit you to 500 look ups per day. Also I noticed there is the Google Books API, is there a limit with Google Books?

like image 226
HighLife Avatar asked Aug 25 '11 21:08

HighLife


2 Answers

On the Google API's Console, it mentions a "Courtesy limit: 1,000 queries/day". There is nothing that states what happens if you go over.

like image 137
Mark S. Avatar answered Nov 23 '22 09:11

Mark S.


Take a look at https://sourceforge.net/projects/isbntools/files/latest/download.

Or if you are a developer at https://pypi.python.org/pypi/isbntools.

like image 27
AlexAtStack Avatar answered Nov 23 '22 08:11

AlexAtStack