Google Books
GB
Google Books
/search

Search volumes

Search books by keyword, author (inauthor:) or ISBN (isbn:).

liveverifieddegraded · 142ms
bookssearch
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run google-books /search for me.

Input

FieldTypeDescription
query*stringQuery
limitnumberMax results (max 40) default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"google-books","endpoint":"/search","input":{"query":"...","limit":10}}'
cli
npx cracked-ai run -p google-books -e /search -i '{"query":"...","limit":10}'
mcp
run_tool({ provider: "google-books", endpoint: "/search", input: {"query":"...","limit":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.