Tagged Questions
The isbn tag has no wiki summary.
12
votes
4answers
8k views
What is the most complete (free) ISBN API?
I've been using the Open Library Books API, but it lacks many of the books I have. Which API has the best coverage (especially for non-English books)?
Edit: I'm particularly interested in APIs that ...
4
votes
2answers
812 views
How to get ISBN number from a book title and author programmatically?
Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)?
Does amazon provide web service for this? If so, how can one use it?
4
votes
3answers
287 views
Looking up Editions of a Book
Is there a way to look up the various editions of a book based on its ISBN using the Amazon Product Advertising API?
And, more generally, what are the various choices for looking up edition metadata ...
3
votes
4answers
123 views
correct way to model isbn number in j2ee app
I am trying out a web app using servlets and jsps and need to model isbn number of an item in my class as well as in hibernate mappings.
Which should be the type of an isbn number?Long or String? I ...
3
votes
2answers
271 views
How to automatically apply ISBN hyphenation?
I've got ISBN numbers (10-digits and 13 digits) without the dashes.
Now I'm looking for a way to add those dashes automatically.
I found some useful information here:
...
3
votes
3answers
394 views
Can a valid 13-digit ISBN have 'x as one of characters? [closed]
can a valid 13-digit ISBN have any character other then digit 0-9? i.e., can a valid 13-digit ISBN contain character 'X'?
2
votes
3answers
539 views
Regular expression for an ISBN 13
Hi all I'm trying all the time to make a regular expression for XML in my .xsd.
This expression should verify an ISBN-13 number but I couldn't get further than this:
ISBN (978|979)[ |-][0-9]{1,5}[ ...
2
votes
2answers
52 views
What is the technical term for the input used to calculate a checkdigit?
For example:
code = '7777-5';
input = code.substring(0, 4); // Returns '7777'
checkdigit = f(input); // f() produces a checkdigit
assert.areEqual(code, input + "-" + checkdigit)
Is ...
2
votes
4answers
197 views
ISBNs are used as primary key, now I want to add non-book things to the DB - should I migrate to EAN?
I built an inventory database where ISBN numbers are the primary keys for the items. This worked great for a while as the items were books. Now I want to add non-books. some of the non-books have EANs ...
2
votes
1answer
476 views
Bulk Convert List of Book Titles to Amazon ASINs?
I've got a list of several hundred book titles. Is there a way to batch convert them to Amazon.com ASIN codes? I realize I could do it manually one by one, but I don't have that kind of patience or ...
2
votes
1answer
2k views
Amazon AWS ItemLookup with 13 Digit ISBN
I used to be able to do 13 digit ISBN lookups, but now I can't.
Here is the query for the 13-digit ISBN: 9780073380957.
...
1
vote
2answers
58 views
API access to Book database?(python)
Is there any API or libraries out there who facilitate lookups on book title or isbn etc? is there a book database out There similar to IMDB?
1
vote
3answers
228 views
Excel VBA Macro to query Amazon Web Services for Book data
I have an .xcl with 500 books, title in one column, author in another.
I want to query amazon web services with a vba macro to pull back amazon's listing with title, author, isbn, and most importantly ...
1
vote
4answers
799 views
Given a ISBN/ASIN, how to get the list of all books by the same author (including kindle only books)?
Most kindle books don't have ISBN, just ASIN. Given a ISBN or ASIN, is it possible to get the list of all books by the same author (both paper and ebooks)? Does amazon have some kind of author ID, ...
1
vote
1answer
678 views
How to improve results of tesseract to recognize numbers
I am working on iPhone application that recognizes ISBN numbers (ISBN: 978-83-7380-900-0)
I use tesseract for this, but it is not working very well. I can see other applications, using same engine to ...
1
vote
1answer
63 views
Clubbing reprints of a book with different ISBNs
I am using Google Books API to let a user search for a particular book and display the results. The problem is that different editions of the same book have different ISBNs. Is there any way to club ...
1
vote
2answers
465 views
How can I replace the ISBN with the Google Books ID in a MARC file, using Perl?
I've got a file with some book data in MARC format, of which some lines are ISBNs. I'd like to replace these lines with the Google Books ID of that ISBN, if it exists. Here's the code so far, which ...
1
vote
3answers
2k views
What's the best resource to retrieve book cover art by ISBN?
I am working on an application for a bookstore, and I was wondering the best way to retrieve book cover art by ISBN. If any of you people know, I would really appreciate the tip. I'm using ...
0
votes
0answers
32 views
Get complete book details via ISBN using API
I am trying to provide an autocomplete feature for the website I am working on. One enters ISBN and clicks search button, after that book fields (title, author, publisher, edition, subject, language) ...
0
votes
1answer
89 views
How do I create a book catalogue database on MS Access through ISBN Lookup on VB?
This might be a complicated question that might not be answered, but here I go!
I am completely and utterly new to programming, and I have just created my first app with Visual Basic, called Picture ...
0
votes
2answers
299 views
Google books API searching by ISBN
I am trying to figure out how to search for a book by ISBN using the Google Books API. I need to write a program that searches for an ISBN then prints out the title, author, and edition. I tried using ...
0
votes
0answers
42 views
How to get the taxonomy of a book given its ISBN? [closed]
Possible Duplicate:
What is the most complete (free) ISBN API?
Can any one tell me how to get the taxonomy of a book using its ISBN?
For example, for a book with isbn 0195153448, I want to ...
0
votes
2answers
118 views
Looking up book title with 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 ...
0
votes
0answers
22 views
Validating ISBN-10 and ISBN-13 using Oracle functions?
Is there any nice clean example of Oracle functions that validate International Standard Book Numbers in the 10-digit and 13-digit forms. I'm hoping for something that will validate the format and ...
0
votes
1answer
136 views
isbn search in android
i wanna search book name using its isbn number..
how to impliment in android???
thnx in advance......
0
votes
1answer
96 views
How to use regular expression to determine if one file concluding ISBN series?
How to use regular expression to determine if one file concluding ISBN series? on linux/unix.
And how about using Perl?
Thanks
0
votes
1answer
185 views
Accessing Book information using a remote API in Excel
I am using a remote service that returns an XML result. I want to enter an ISBN and get back fields like author, title etc. As a concrete example, this link returns an XML for a book
...
0
votes
0answers
101 views
how to convert ISRC to ISBN
ISRC is used for audio and video, ISBN is used book, but sometimes you can see both of them on e-commerce website such as here, now i want to know if there is a way of converting isrc to isbn?
Thank ...
0
votes
1answer
235 views
Trying to incorporate crossdomain XML feed into jQuery app with proxy.php results in 406 error
Even just a simple <?php readfile($_GET['url']) ?> results in a not acceptable error.
Any thoughts?
0
votes
5answers
940 views
ISBN -> bookdata Lookup to fill in a database
Ok, I wanting to database a small library.
I've only had limited experience with databases, and none with querying from a webserver.
I'm going to want to retrieve information like title, Publisher, ...
0
votes
5answers
93 views
how to find what isbns are in use
I am trying to find a list of what ISBNs are in use. I guess I could scrape a website like Amazon but that would waste a lot of bandwidth. Is there a better (free) way?
-1
votes
1answer
32 views
adding page number to barcodes
I do genealogy research. I have books with information on many pages. Is there a way for me to use the book isbn and associate it with a particular page? I may find many references to different ...