Google Books

Google Books é o serviço abrangente do Google de descoberta de livros e metadados, com acesso a milhões de livros de editoras, bibliotecas e coleções digitalizadas em todo o mundo.

Com a integração do Google Books no Zoen, você pode:

  • Pesquisar livros: Encontrar volumes por título, autor, ISBN ou palavra-chave em todo o catálogo do Google Books
  • Recuperar detalhes do volume: Obter metadados detalhados de um livro específico, incluindo título, autores, descrição, avaliações e detalhes de publicação

No Zoen, a integração do Google Books permite que seus agentes pesquisem livros e recuperem detalhes de volumes como parte de fluxos de trabalho automatizados. Isso viabiliza casos de uso como pesquisa de conteúdo, curadoria de listas de leitura, enriquecimento de dados bibliográficos e coleta de conhecimento a partir de obras publicadas.

Usage Instructions

Search for books using the Google Books API. Find volumes by title, author, ISBN, or keywords, and retrieve detailed information about specific books including descriptions, ratings, and publication details.

Actions

Search for books using the Google Books API

Input

ParameterTypeRequiredDescription
apiKeystringYesGoogle Books API key
querystringYesSearch query. Supports special keywords: intitle:, inauthor:, inpublisher:, subject:, isbn:
filterstringNoFilter results by availability (partial, full, free-ebooks, paid-ebooks, ebooks)
printTypestringNoRestrict to print type (all, books, magazines)
orderBystringNoSort order (relevance, newest)
startIndexnumberNoIndex of the first result to return (for pagination)
maxResultsnumberNoMaximum number of results to return (1-40)
langRestrictstringNoRestrict results to a specific language (ISO 639-1 code)
pricingper_requestNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
totalItemsnumberTotal number of matching results
volumesarrayList of matching volumes
idstringVolume ID
titlestringBook title
subtitlestringBook subtitle
authorsarrayList of authors
publisherstringPublisher name
publishedDatestringPublication date
descriptionstringBook description
pageCountnumberNumber of pages
categoriesarrayBook categories
averageRatingnumberAverage rating (1-5)
ratingsCountnumberNumber of ratings
languagestringLanguage code
previewLinkstringLink to preview on Google Books
infoLinkstringLink to info page
thumbnailUrlstringBook cover thumbnail URL
isbn10stringISBN-10 identifier
isbn13stringISBN-13 identifier

google_books_volume_details

Get detailed information about a specific book volume

Input

ParameterTypeRequiredDescription
apiKeystringYesGoogle Books API key
volumeIdstringYesThe ID of the volume to retrieve
projectionstringNoProjection level (full, lite)
pricingper_requestNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
idstringVolume ID
titlestringBook title
subtitlestringBook subtitle
authorsarrayList of authors
publisherstringPublisher name
publishedDatestringPublication date
descriptionstringBook description
pageCountnumberNumber of pages
categoriesarrayBook categories
averageRatingnumberAverage rating (1-5)
ratingsCountnumberNumber of ratings
languagestringLanguage code
previewLinkstringLink to preview on Google Books
infoLinkstringLink to info page
thumbnailUrlstringBook cover thumbnail URL
isbn10stringISBN-10 identifier
isbn13stringISBN-13 identifier

On this page