# Extract book information

**URL:** https://community.glideapps.com/t/extract-book-information/15007
**Category:** Ask for Help
**Created:** [August 31, 2020, 1:34pm UTC](https://community.glideapps.com/t/extract-book-information/15007 "2020-08-31T13:34:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Raghavendra\_Srinivas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/raghavendra_srinivas/32/10788_2.png) [@Raghavendra\_Srinivas](https://community.glideapps.com/u/Raghavendra_Srinivas)
#### Post date: [August 31, 2020, 1:34pm UTC](https://community.glideapps.com/t/extract-book-information/15007/1 "2020-08-31T13:34:38Z")

</div>

I’ve a book club app where people upload the books they have and want to share some or all of them with other readers.

Issue is that they have to manually enter the book details.

Is there any workaround where they can enter book name or isbn number so that the app retrieves rest of the details from google (like, author, edition, cover image etc.)??

How can I achieve something like that in glide apps??

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [August 31, 2020, 2:36pm UTC](https://community.glideapps.com/t/extract-book-information/15007/2 "2020-08-31T14:36:13Z")

</div>

Well, i suppose you could import the data into google sheets by an api.

> **[APIs : Books data via ISBN](https://medium.com/@chanyamhung/apis-books-data-via-isbn-d29285572683)**
>
> API is so commonly available today. And you can virtually find an API for anything. I will cover two free API services for retrieving book…

[https://isbndb.com/apidocs/v2](https://isbndb.com/apidocs/v2)

[https://openlibrary.org/dev/docs/api/books](https://openlibrary.org/dev/docs/api/books)

And use importjson script in google sheets

> **[bradjasper/ImportJSON](https://github.com/bradjasper/ImportJSON)**
>
> Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet - bradjasper/ImportJSON

---

<div class="post-metadata">

### Author: ![Raghavendra\_Srinivas](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/raghavendra_srinivas/32/10788_2.png) [@Raghavendra\_Srinivas](https://community.glideapps.com/u/Raghavendra_Srinivas)
#### Post date: [August 31, 2020, 2:56pm UTC](https://community.glideapps.com/t/extract-book-information/15007/3 "2020-08-31T14:56:08Z")

</div>

Thank you for quick reply @Krivo I’ll look into those links today and will keep you posted.
