Google Books
Analytics & DataSearch and browse books and magazines through the Google Books catalog: look up volume metadata by ISBN, title, or author, run keyword searches, and read public users' bookshelves.
What This Integration Enables
The Google Books connector lets agents read the Google Books catalog inside a workflow. Agents fetch full bibliographic details for a volume ID, run keyword searches with title, author, publisher, subject, and ISBN qualifiers, and page through results with sorting, language, and print-type filters. Bookshelf actions read a public user's shelves and the volumes on each. Because the search is read-only, the connector never changes the catalog; it supplies clean metadata, and the surrounding flow decides what to store and when to ask a human.
Without FlowRunner
With FlowRunner
Use Case Scenarios
Reading-List Enrichment
A team maintains a reading list or library database. When a new title arrives, the agent calls Search Volumes with an `isbn:` qualifier to resolve the exact edition, then appends the title, authors, and page count to the list. Because ISBN search usually returns a single confident match, most records flow through untouched. When the match is uncertain, the agent holds the record for review instead of guessing.
Catalog Search in an App
A product embeds book search. The agent runs Search Volumes with pagination, sorting, and print-type filters to power the results, then calls Get Volume for full detail when a user selects a title. The connector's qualifiers let the agent narrow by author or subject without building its own search index.
Personal Library Entry
When someone shares a book in chat, the agent calls Search Volumes to find the top match and replies with the author, publisher, and cover thumbnail. If the person confirms, the agent calls Get Volume and writes a richly populated entry into a personal library database. The write only happens after the human confirms the match is right.
Human-in-Loop Highlight
Reading the catalog is safe. Writing an unverified record into your database is where a bad match quietly becomes a bad entry. The connector is read-only, so the agent can search all it wants, but the moment a lookup would create or update a catalog record on an uncertain match, it stops. When Search Volumes returns several plausible editions rather than one, the agent assembles the candidates and routes to the librarian through their channel: "Three editions match this title and author, with different publishers and page counts. Which one should I save, or should I skip it?" This is [human-in-the-loop](/concepts/human-in-the-loop/) at the seam where reference data becomes a record of record: the agent handles the lookup, and a person owns which version is true.
Agent Capabilities
5 actionsVolumes
2- Get Volume Fetch full bibliographic details for a single volume ID.
- Search Volumes Run a keyword search with title, author, publisher, subject, and ISBN qualifiers, plus paging and sorting. Use it to resolve a title or power catalog search.
Bookshelves
3- Get Public Bookshelf Retrieve a single public bookshelf for a Google user.
- List Bookshelf Volumes List the volumes on a public bookshelf.
- List Public Bookshelves Browse a Google user's public bookshelves.
Start building with Google Books
$100 in credits. No card required. Connect in minutes.