Google Play Books Store API
When a Google Play Books store contains organic results, they are parsed and exist within the organic_results
array in the JSON output. Organic results can contain: title
, link
, see_more_token
, and items
. Items can contain: title
, link
, description
, rating
, extension
, price
, thumbnail
, and more.
To scrape Google Play Books store with SerpApi, create a search with these parameters:
API Examples
Organic results overview

{
...
"organic_results": [
"organic_results": [
{
"title": "New releases",
"items": [
{
"title": "Sparring Partners",
"link": "https://play.google.com/store/books/details/John_Grisham_Sparring_Partners?id=gE9ZEAAAQBAJ",
"product_id": "gE9ZEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=gE9ZEAAAQBAJ&store=books",
"rating": 4.2,
"price": "$14.99",
"extracted_price": 14.99,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/gE9ZEAAAQBAJ?fife=w256-h256"
},
{
"title": "Tom Clancy Zero Hour",
"link": "https://play.google.com/store/books/details/Don_Bentley_Tom_Clancy_Zero_Hour?id=NLtBEAAAQBAJ",
"product_id": "NLtBEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=NLtBEAAAQBAJ&store=books",
"rating": 4.5,
"extension": {
"name": "Book 9"
},
"price": "$14.99",
"extracted_price": 14.99,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/NLtBEAAAQBAJ?fife=w256-h256"
},
{
"title": "Gwendy's Final Task",
"link": "https://play.google.com/store/books/details/Stephen_King_Gwendy_s_Final_Task?id=4N9IEAAAQBAJ",
"product_id": "4N9IEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=4N9IEAAAQBAJ&store=books",
"rating": 3.8,
"extension": {
"name": "Book 3"
},
"price": "$13.99",
"extracted_price": 13.99,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/4N9IEAAAQBAJ?fife=w256-h256"
},
...
]
},
{
"title": "Reese's monthly picks",
"subtitle": "Read with the club",
"items": [
{
"title": "The Christie Affair: A Novel",
"link": "https://play.google.com/store/books/details/Nina_de_Gramont_The_Christie_Affair?id=wxUqEAAAQBAJ",
"product_id": "wxUqEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=wxUqEAAAQBAJ&store=books",
"rating": 4.1,
"price": "$14.99",
"extracted_price": 14.99,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/wxUqEAAAQBAJ?fife=w256-h256"
},
{
"title": "Honor",
"link": "https://play.google.com/store/books/details/Thrity_Umrigar_Honor?id=XLUdEAAAQBAJ",
"product_id": "XLUdEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=XLUdEAAAQBAJ&store=books",
"rating": 4.5,
"original_price": "$19.95",
"extracted_original_price": 19.95,
"price": "$9.18",
"extracted_price": 9.18,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/XLUdEAAAQBAJ?fife=w256-h256"
},
{
"title": "Anatomy: A Love Story",
"link": "https://play.google.com/store/books/details/Dana_Schwartz_Anatomy_A_Love_Story?id=LTArEAAAQBAJ",
"product_id": "LTArEAAAQBAJ",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=LTArEAAAQBAJ&store=books",
"rating": 4.1,
"price": "$10.99",
"extracted_price": 10.99,
"thumbnail": "https://books.google.com/books/publisher/content/images/frontcover/LTArEAAAQBAJ?fife=w256-h256"
},
...
]
},
...
],
...
}