All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:21:42.788196+00:00",
"engine": "google",
"google_url": "https://www.googleapis.com/books/v1/volumes?q=best%20coffee%20makers&startIndex=0&maxResults=20&country=US"
},
"search_parameters": {
"engine": "google_books",
"q": "best coffee makers",
"page": 1
},
"search_information": {
"query_displayed": "best coffee makers"
},
"organic_results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/books/search1 credit / run VerifiedBooks Search
Search Google Books volumes (official API).
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search text; supports isbn:, intitle:, inauthor:. |
| Advanced filters | |||
| page | integer | no | Page number (20 per page). (default: 1) |
| lang | string | no | Restrict to a language, e.g. en. |