ducktapekiller714 downloadsSearch for books in Google Books, Goodreads, Open Library and local Calibre libraries to create notes.

Global Book Search is an advanced metadata aggregation plugin for Obsidian. It facilitates the creation of comprehensive book notes by consolidating data from multiple international sources, scraping dynamic web content, and applying automated enrichment pipelines.
The plugin is designed around a multi-stage extraction engine that prioritizes data integrity and depth. Unlike standard plugins that rely on a single API, Global Book Search uses a hybrid approach:
Consolidates results from all configured services into a single unified view.
Allows for targeted searching within a specific provider (e.g., searching only your local Calibre library or only StoryGraph).
A high-resilience engine designed to bypass common scraping blocks.
The industry standard for social book metadata.
Reliable fallbacks for ISBN validation and categorized genre data.
When a book is selected, the plugin initiates a sequential enrichment process:
The plugin utilizes a Handlebars-based template system.
The plugin provides localized default templates. Below is the English structure:
---
Title: "{{title}}"
Original title: "{{originalTitle}}"
Author: "{{author}}"
Translator: "{{translator}}"
Prologue: ""
Description: "{{description}}"
Total Pages: "{{totalPage}}"
Publisher: {{publisher}}
Categories: {{categories}}
isbn 10: "{{isbn10}}"
isbn 13: "{{isbn13}}"
Asin: {{asin}}
Published: {{publishDate}}
Date read:
Cover: "{{localCoverImage}}"
Link: {{link}}
Tags: {{tags}}
Read: false
---
[!] Default Language: The plugin initializes with the Spanish template by default. [i] Customization: You can choose and restore default templates for any of the following 11 languages directly from the settings menu:
When using the {{tags}} variable in YAML, it must be wrapped in quotes to remain valid during the transformation process:
tags: "{{tags}}"
The plugin will automatically convert this into a proper YAML list format upon note creation.
{{title}}: Current edition title.{{originalTitle}}: Original work title.{{author}}: Primary author.{{translator}}: Book translator (StoryGraph/Goodreads).{{description}}: Full summary.{{totalPage}}: Page count.{{publisher}}: Publishing house.{{publishDate}}: Publication date.{{isbn13}} / {{isbn10}}: Industry identifiers.{{asin}}: Amazon identification number.{{link}}: Direct link to the source book page.{{categories}}: List of genres and categories.{{localCoverImage}}: Path to the locally saved cover file.{{tags}}: Automated author/name and libros/title tags.To maintain vault organization, the plugin includes an automated safeguard:
To integrate with a local Calibre library, the Calibre Content Server must be active:
The interface has been specifically hardened for the Obsidian Mobile application (iOS/Android):
<vault>/.obsidian/plugins/.global-book-search.global-book-search folder:main.jsmanifest.jsonstyles.css