Google Books API
books.google.com
Google Books - listings, edition metadata, preview snippets, and author listings.
- Actions
- 8
- Category
- Research
- Login
- Not required
- Output
- JSON
Call the Google Books API
Submit a task, then poll the job until it settles. This example runs act_books_google_book_edition_detail_edition_id.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_books_google_book_edition_detail_edition_id",
"params": {
"edition_id": "yNsh0AEACAAJ",
"ved_token": "2ahUKEwjWpeL3wfSUAxX5T2cHHQ9sI7IQre8FegQICxAC",
"locale": "en"
}
}'8 actions on books.google.com
Read
Alternate Edition Details
act_books_google_book_edition_detail_edition_idread2 credits / callReturns metadata for a related book edition including title, author, and publisher.
- edition_id
- string · required
- ved_token
- string · required
- locale
- string · required
Author Search Autocomplete
act_books_google_search_autocomplete_inauthorread2 credits / callReturns autocomplete suggestions for an author search query.
- author_query
- string · required
- locale
- string · required
- psi_token
- string · required
Book Edition Details
act_books_google_book_edition_detailread2 credits / callReturns full book edition details including title, author, publisher, ISBNs, page count, and language.
- book_id
- string · required
- edition_slug
- string · required
- search_query
- string · required
- locale
- string · required
Book Preview Page
act_books_google_book_preview_pageread2 credits / callReturns a book's preview details including description and cover images.
- book_id
- string · required
- search_query
- string · required
- locale
- string · required
Book Preview Pages
act_books_google_book_preview_pagesread2 credits / callReturns scanned preview pages with page IDs and image URLs.
- book_id
- string · required
- page_id
- string · required
- search_query
- string · required
Books Homepage
act_books_google_books_homepageread1 credit / callReturns the books homepage with browse shelves and featured volumes.
- locale
- string · required
Search Autocomplete
act_books_google_search_autocompleteread2 credits / callReturns autocomplete suggestions for a book search query.
- search_query
- string · required
- locale
- string · required
- psi_token
- string · required
Search Autocomplete Modeless
act_books_google_search_autocomplete_modelessread2 credits / callReturns autocomplete suggestions for subject-browse queries.
- search_query
- string · required
- locale
- string · required
- psi_token
- string · required
Google Books API questions
- Is there an API for Google Books?
- Google Books does not offer a public data API for this, but Anakin Wire provides 8 maintained endpoints for books.google.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Google Books data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when books.google.com changes its markup, Anakin updates the action.
- Do I need a Google Books account?
- No. Every Google Books action listed here runs anonymously — no account and no credentials required.
- What does the Google Books API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Research APIs
ACS Publications
ACS Publications - chemistry articles, journals, abstracts, issues, and citations.
Archive Is
Archive.is - archived web content, snapshot listings, and archive item details.
Artificial Analysis
Artificial Analysis - AI model benchmarks and intelligence rankings across language models.
arXiv
arXiv - paper search by keyword, author, or category; metadata and new submissions.
BMJ
BMJ - medical article search, specialties, abstracts, and citation metadata.
Cairn
Cairn - French humanities and social sciences; disciplines, journals, articles, and metadata.