Goodreads Developers discussion

1035 views
questions > get data into a database

Comments Showing 1-3 of 3 (3 new)    post a comment »
dateUp arrow    newest »

message 1: by Shreya (new)

Shreya Ghosh | 1 comments Hello,

I am using API's for the first time, so was wondering if someone could give an idea as to how I can use good read API to extract data(bookname, authorname, ISBN, etc) and store into a sql database

Thanks,
Shreya


message 2: by Ettore (new)

Ettore Pasquini I recommend that you read our Getting Started section:
https://www.goodreads.com/api/documen...

Then, to get book related data I recommend using the book#show api. You can find the documentation here:

https://www.goodreads.com/api#book.show

There are many helper libraries that can help you issuing API requests, depending on the platform you're working with (iOS, Android, Rails, etc). Our Getting Started section outlines a few.


message 3: by Shane (new)

Shane Phillips | 25 comments Shreya wrote: "Hello,

I am using API's for the first time, so was wondering if someone could give an idea as to how I can use good read API to extract data(bookname, authorname, ISBN, etc) and store into a sql ..."


I have same idea. did you get it working?


back to top