Google Play Games Store API
Our Google Play Games Store API allows you to scrape SERP results from Google Play Games Store. The API is accessed through the following endpoint: /search?engine=google_play_games
. A user may query the following: https://serpapi.com/search?engine=google_play_games
utilizing a GET request. Head to the playground for a live and interactive demo.
Three types of searches you can do are:
- Query Search: by using q parameter (Same Results with Google Play Apps Store)
- Category Search: by using games_category parameter
- Plain Search: without using q or games_category parameters (Same Results with games_category=GAME
Results)
API Parameters
Localization
gl
Optional
Parameter defines the country to use for the Google Play search. It's a two-letter country code. (e.g., us
(default) for the United States, uk
for United Kingdom, or fr
for France). You can find the full list of Google Play country availability here: Google Play Countries. Afterwards, head to the Google countries page page for a two-letter country code.
hl
Optional
Parameter defines the language to use for the Google Play search. It's a two-letter language code. (e.g., en
(default) for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Google Play Categories
games_category
Optional
Parameter defines the games store category. Head to the Google Play store Games Categories for a full list of supported Google Play Games store categories.
Pagination
next_page_token
Optional
Parameter defines the next page token. It is used for retrieving the next page results. It shouldn't be used with the section_page_token, see_more_token, and chart parameters.
section_page_token
Optional
Parameter defines the section page token used for retrieving the pagination results from individual sections. This parameter is a safer version of see_more_token, and is found in every row you can paginate into. It shouldn't be used with the next_page_token, see_more_token, and chart parameters
chart
Optional
Parameter is used for showing top charts. It can return up to 50
results. Each store contains different charts which require different values for retrieving results. To get the value of a specific chart you can use our Google Play Games Store API JSON output: chart_options[index].value
(e.g. chart=topselling_free
). It shouldn't be used with the section_page_token, see_more_token, and next_page_token parameters
Serpapi Parameters
no_cache
Optional
Parameter will force SerpApi to fetch the Google Play results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false
(default) to open an HTTP connection and keep it open until you got your search results, or true
to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
zero_trace
Optional
Enterprise only. Parameter enables ZeroTrace mode. It can be set to false
(default) or true
. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.
API Results
JSON Results
JSON output includes structured data for Games Store Organic Results, Chart Options, and Top Charts results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
Six types of result structures you can encounter are:
- Rows Results type Organic Results
- List Results type Organic Results
- Top Charts Results
- Chart Options Results
- Items Highlight Results
- App Highlight Results
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi. HTML output gives you the raw HTML results from Google.
This API does not have html response when using pagination, retrieving top charts, or retrieveing some games_category results. It is just a text. search_metadata.prettify_html_file
contains prettified version of the result. It is displayed in the playground.
API Examples
JSON structure overview for Rows Type Organic Results, Chart Options, and Items Highlight Results
{
...
"app_highlight": {
"title": "String - App Highlight Title (Ex: 'PUBG MOBILE')",
"link": "String - Link of the item in the app highlight block (Ex: 'https://play.google.com/store/apps/details?id=com.tencent.ig')",
"product_id": "String - Product Id of the item in the app highlight block (Ex: 'com.tencent.ig')",
"serpapi_link": "String - Thumbnail link of the item in app highlight block",
"rating": "Float - App Highlight Rating (Ex: 4.5)",
"reviews": "Integer - Number of Reviews (Ex: 13000)",
"content_rating": {
"text": "String - ESRB Rating of the App Highlight (Ex: 'Everyone')",
"thumbnail": "String - Thumbnail link of the ESRB Rating"
},
"downloads": "String - Number of downloads (Ex: '500K+')",
"author": "String - App Highlight developer (Ex: 'Level Infinite')",
"description": "String - App Highlight description",
"thumbnail": "String - App Highlight thumbnail link",
"images": [
"String - Image of App Highlight",
...
],
"offers": [
{
"text": "String - Offer text of App Higlight (Ex: 'Download')",
"link": "String - Offer link of the App Highlight"
}
]
},
"chart_options": [
{
"text": "String - Chart Option text (Ex: 'Top paid')",
"value": "String - Chart Option value (Ex: 'topselling_paid')"
}
],
"items_highlight": [
[
{
"title": "String - Title of the item in the highlighted block (Ex: 'EA SPORTS MLB TAP BASEBALL 23')",
"subtitle": "String - Subtitle of the item in the highlight block (Ex: 'Build your MLB dynasty and manage your all-star team')",
"link": "String - Link of the item in the highlight block (Ex: 'https://play.google.com/store/apps/details?id=com.ea.tsb')",
"product_id": "String - Product Id of the item in the highlight block (Ex: 'com.ea.tsb')",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id",
"thumbnail": "String - Thumbnail link of the item in highlight block"
},
...
],
...
],
"organic_results": [
{
"title": "String - Organic Result Row title (Ex: 'New & updated games')",
"subtitle": "String - Organic Result Row subtitle (Ex: 'Google Play Games on PC')"
"serpapi_section_pagination": {
"next": "String - SerpApi link for paginating into individual row sections",
"section_page_token": "String - Section Page Token for paginating into individual row sections"
},
"see_more_link": "String - Google Play link for paginating into individual row sections. This pagination is not always available.",
"see_more_token": "String - See More Token for paginating into individual row sections. This pagination is not always available.",
"serpapi_link": "String - SerpApi link for paginating into individual row sections. This pagination is not always available.",
"items": [
{
"title": "String - Organic Result title (Ex: 'Subway Surfers')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf')",
"product_id": "String - Organic Result product id (Ex: 'com.kiloo.subwaysurf')",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"author": "String - Organic Result developer (Ex: 'SYBO Games')",
"category": "String - Organic Result category (Ex: 'Arcade')",
"downlaods": "String - Number of downloads (Ex: '1,000,000,000+')"
"old_price": "String - Organic Result old price (Ex: '$8.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 8.99)",
"price": "String - Organic Result price (Ex: '$6.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 6.99)",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description",
"feature_image": "String - Featured Image Link of Organic Result",
"images": [
"String - Image link of Organic Result"
]
},
...
]
},
...
],
"serpapi_pagination": {
"next": "String - SerpApi link for paginating to next page of rows results",
"next_page_token": "String - Next Page Token for paginating to next page of rows results"
},
...
}
JSON structure overview for List Type Organic Results
{
...
"organic_results": [
{
"title": "String - Organic Result Row title (Ex: 'New & updated games')",
"items": [
{
"title": "String - Organic Result title (Ex: 'Subway Surfers')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf')",
"product_id": "String - Organic Result product id (Ex: 'com.kiloo.subwaysurf')",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"author": "String - Organic Result developer (Ex: 'SYBO Games')",
"category": "String - Organic Result category (Ex: 'Arcade')",
"downlaods": "String - Number of downloads (Ex: '1,000,000,000+')"
"old_price": "String - Organic Result old price (Ex: '$8.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 8.99)",
"price": "String - Organic Result price (Ex: '$6.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 6.99)",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description",
"feature_image": "String - Featured Image Link of Organic Result",
"images": [
"String - Image link of Organic Result"
]
},
...
]
},
...
],
"serpapi_pagination": {
"next": "String - SerpApi link for paginating to next page of list results",
"next_page_token": "String - Next Page Token for paginating to next page of list results"
},
...
}
JSON structure overview for Top Charts Results
{
...
"top_charts": [
{
"title": "String - Organic Result title (Ex: 'Subway Surfers')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf')",
"product_id": "String - Organic Result product id (Ex: 'com.kiloo.subwaysurf')",
"serpapi_link": "String - SerpApi Google Play Product API link with the product id.",
"rating": "Float - Organic Result rating (Ex: 4.5)",
"author": "String - Organic Result developer (Ex: 'SYBO Games')",
"category": "String - Organic Result category (Ex: 'Arcade')",
"downlaods": "String - Number of downloads (Ex: '1,000,000,000+')"
"old_price": "String - Organic Result old price (Ex: '$8.99')",
"extracted_old_price": "Float - Organic Result extracted old price (Ex: 8.99)",
"price": "String - Organic Result price (Ex: '$6.99')",
"extracted_price": "Float - Organic Result extracted price (Ex: 6.99)",
"thumbnail": "String - Organic Result thumbnail",
"description": "String - Organic Result description"
},
...
],
...
}
API Examples
Rows Type Organic results overview for Google Play Games (Plain Search)
{
"search_metadata": {
"id": "642aaa14914a8141bb7695aa",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ab2b5f8b4bcc4402/642aaa14914a8141bb7695aa.json",
"created_at": "2023-04-03 10:27:32 UTC",
"processed_at": "2023-04-03 10:27:32 UTC",
"google_play_games_url": "https://play.google.com/store/games?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/642aaa14914a8141bb7695aa.html",
"total_time_taken": 2.28
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us"
},
"items_highlight": [
[
{
"title": "EA SPORTS MLB TAP BASEBALL 23",
"subtitle": "Build your MLB dynasty and manage your all-star team",
"link": "https://play.google.com/store/apps/details?id=com.ea.tsb",
"product_id": "com.ea.tsb",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.ea.tsb&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/Ssxw8a6lSj-GADbA7ULZyfJgkM8usmJcN9dfASBCHbZPtpQeCF2yjv046NMQoyyeqdA=s64"
},
{
"title": "Mighty DOOM",
"subtitle": "Blast demon hordes",
"link": "https://play.google.com/store/apps/details?id=com.bethsoft.ubu",
"product_id": "com.bethsoft.ubu",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.bethsoft.ubu&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/-aLyPk9ebhSMPyhbLOHiKd7m5_8pfvRlb0wCITXgsKPZJF3Ga2wK6cQ2BcykzpuKgRsQ=s64"
}
]
],
"organic_results": [
{
"title": "Offline games",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en§ion_page_token=YnQSLAoCCAIQARoER0FNRSIWcmVjc190b3BpY18tMDRmQ3B4SjdWcyoCCAJCAggCSj8KPQgAEJfYgKYFEObe3qwEEPXJlKEGEJrWyW8Qm-L7nwoQ9aihjwQQuejGuwYQyLTziQYQuJ3o6gMQxtWr6wlQEPgBAA",
"section_page_token": "YnQSLAoCCAIQARoER0FNRSIWcmVjc190b3BpY18tMDRmQ3B4SjdWcyoCCAJCAggCSj8KPQgAEJfYgKYFEObe3qwEEPXJlKEGEJrWyW8Qm-L7nwoQ9aihjwQQuejGuwYQyLTziQYQuJ3o6gMQxtWr6wlQEPgBAA"
},
"items": [
{
"title": "Subway Surfers",
"link": "https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf",
"product_id": "com.kiloo.subwaysurf",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.kiloo.subwaysurf&store=apps",
"rating": 4.6,
"author": "SYBO Games",
"category": "Arcade",
"downloads": "1,000,000,000+",
"video": "https://www.youtube.com/embed/8luKEgYrncs?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/07LNgPwPMqTx-oSZqgi89vM3G3ZpsQkUH4M3jEmVyG3fapx2UdhN38BZlt9_yIt8Ii8=s64",
"description": "DASH as fast as you can! DODGE the oncoming trains! Help Jake, Tricky & Fresh escape from the grumpy Inspector and his dog. ★ Grind trains with your cool crew! ★ Colorful and vivid HD graphics! ★ Hoverboard Surfing! ★ Paint powered jetpack! ★ Lightning fast swipe acrobatics! ★ Challenge and help your friends! Join the most daring chase! A Universal App with HD optimized graphics.Originally co-developed by SYBO and Kiloo."
},
{
"title": "Coloring & Learn",
"link": "https://play.google.com/store/apps/details?id=com.orange.coloring.learn.kids",
"product_id": "com.orange.coloring.learn.kids",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.orange.coloring.learn.kids&store=apps",
"rating": 4.2,
"author": "Orange Studios Games",
"category": "Educational",
"downloads": "100,000,000+",
"video": "https://www.youtube.com/embed/GCJSa8gWQ0w?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/p7PG8fih_pKYrhUGUbflyihK8LmTqil066RhPNjOTt-TRr9YAYwvAK8OGEob76kEbWY=s64",
"description": "\"Coloring and Learn\" is an realistic coloring game with more than 250 pages with educational content and many more activities for all ages!. \"Free mode\": now you can freely draw, doodle, color and unleash your imagination.\"Glow coloring mode\": Create magic doodle artwork with neon paint!Explore the wonderful world of color!The whole family, parents and children will have hours of fun together!Can draw and coloring in the same way they do on paper using different tools.You can have fun coloring with your kids or do coloring contests with them. The possibilities are endless.They learn to write the alphabet and numbers. Count, Distinguish geometric figures, know the animals, transportation and more!Decorate your artworks with over 100 beautiful stickers.Promotes the development of imagination, the arts, and increases the ability of concentration and fine motor skills of children.Save your creations in the album and edit them at any time!Share your doodles with your family and friends via Facebook, Twitter, Instagram, WhatsApp, email, and more...The game is very fun, simple and educational for all ages.In addition, it contains other fun activities:• Drum: become a musician playing drums and creating beautiful songs. It's a fun way to learn music with this wonderful instrument.• Pop Balloons: have fun blowing balloons with your fingers and listening to the sounds of animals.• Magic Lines: create your own fireworks show.• Learn Colors: a nice didactic game to learn the colors.• Aviator: develop your imagination and creativity with this fascinating minigame to launch airplanes.• Sea: create a beautiful marine world with this wonderful game of fish.• Pixel Art : develop spatial recognition by drawing pixel by pixel and recreating fun characters.It works perfectly in all smartphones and tablets*** COLLECTIONS *** ★ ANIMALS (to learn the Name of Animals)★ VEHICLES (to learn the most common means of transport)★ ALPHABET (to learn Alphabets from A to Z)★ NUMBERS (to learn Numbers from 0 to 10)★ GEOMETRIC FIGURES (to learn basic Geometric Figures and Space)★ CONNECT POINTS (to learn to count,and improve motor skills)★ CHRISTMAS (Beautiful funny coloring drawings)★ HALLOWEEN (Funny characters that do not scare anyone)★ DINOSAURS (know our friends from prehistory)★ FREE MODE (unleash your imagination)*** FEATURES ***★ All content is 100% FREE★ Simple design and very intuitive for children.★ Different strokes of pencil and colors★ Colors with flash effect (dynamic random color for endless bright colors)★ Over 100 adorable stickers to decorate your paintings.★ Eraser function.★ “Undo” function and “Clear All” function.★ Save drawings in the album to then share or edit them.*** DO YOU LIKE OUR APP? ***Help us and take a few seconds to rate it and write your opinion on Google Play.Your contribution will enable us to improve and develop new free games."
},
{
"title": "Sonic Dash - Endless Running",
"link": "https://play.google.com/store/apps/details?id=com.sega.sonicdash",
"product_id": "com.sega.sonicdash",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.sega.sonicdash&store=apps",
"rating": 4.7,
"author": "SEGA",
"category": "Arcade",
"downloads": "100,000,000+",
"video": "https://www.youtube.com/embed/XuCHvxzaysY?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/4F-WwVKAs56rT6DGSfu1-9sW4MqSjenlIUqWS1K_8iB25ktsHKXXScAwJonvwo7DuMA=s64",
"description": "Sonic Dash is the original Sonic the Hedgehog endless running game from SEGA! Run and jump through fun 3D race courses as Sonic the Hedgehog, Knuckles, Tails and other Sonic friends and heroes in this racing & endless runner game. Run and race past challenging obstacles in this fast and frenzied endless running game by SEGA! Sonic Dash is a fun game for kids and adults alike!SONIC DASH ENDLESS RUNNING GAMES.Run fast with Sonic the Hedgehog in this exciting endless running game from SEGA! Use Sonic’s super speed & running powers to race and run faster! Unleash Sonic’s incredible speed and racing capabilities as you race and run through epic courses in this fun endless runner game.AMAZING RUNNING & RACING ABILITIES.Utilize Sonic’s super-fast running powers as you race on epic race courses to dodge hazards, jump over barriers and speed around loop de loops.STUNNING ENDLESS RUNNER GAME GRAPHICS.Sonic’s beautifully detailed classic world looks epic on your phone and tablet! Spend hours racing through endless incredible race courses in Sonic’s classic world.RACE AS SONIC AND HIS FRIENDS.Join forces with Sonic’s friends and play as awesome Sonic heroes including Tails, Shadow and Knuckles. Choose your favorite runner and blast your way through this super-fast endless runner game. If you’re a fan of Classic Sonic and Classic SEGA games, you’ll love Sonic Dash!EPIC RACING BOSS BATTLES.Run and race to battle against two of Sonic the Hedgehog's biggest rivals, Dr. Eggman and Zazz from Sonic Lost World! Race through fun levels and take down the villains, classic and new!KEEP ON RUNNING & RACINGGet more rewards the more you run and race with Sonic! Unlock additional characters, like Tails, Knuckles and Shadow! Endless running with Sonic is fun for kids and players of all ages!Privacy Policy: http://www.sega.com/mprivacy/Terms of Use: http://www.sega.com/Mobile_EULASEGA’s Sonic Dash is ad-supported and in-app purchases are not required to progress. Ad-free play is available with an in-app purchase.Other than for users known to be under 13, this game may include \"Interest Based Ads\" (please see http://www.sega.com/mprivacy#3IBADiscolure for more information) and may collect \"Precise Location Data\" (please see http://www.sega.com/mprivacy#5LocationDataDisclosure for more information).© SEGA. All rights reserved. SEGA, the SEGA logo, SONIC THE HEDGEHOG and SONIC DASH are registered trademarks or trademarks of SEGA CORPORATION."
},
{
"title": "Toca Life World: Build a Story",
"link": "https://play.google.com/store/apps/details?id=com.tocaboca.tocalifeworld",
"product_id": "com.tocaboca.tocalifeworld",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.tocaboca.tocalifeworld&store=apps",
"rating": 4.3,
"author": "Toca Boca",
"category": "Educational",
"downloads": "100,000,000+",
"video": "https://www.youtube.com/embed/08pQoYH-i9o?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/KaRymkcT-Q-ZV_lz7JjdyRHpke99nexr5QWjC9CB39dAtrPVxcGlyy2EFSwQmJovDkw=s64",
"description": "Create your own world and play out any story you like with Toca Life World. You’ll get all the fun of your other favorite Toca Life apps such as City, Vacation, Office, Hospital and more, all together in one place. INTRODUCING TOCA LIFE WORLDWant to give grandma a wild hairstyle? Bring a sloth to the Skate Park? Or just hang out with friends? If you thought it was fun to dive into a Toca Life app and do whatever you want then you were right. Anything is possible and the choices are all yours. Go even further by creating stories with your favorite characters in any location you want. Want to take a pet to School? Go for it. Take the doctor to the Salon and dye her hair green? Rock on. In Toca Life World you’re the boss and you create stories the way you want.WHY YOU’LL LOVE PLAYING TOCA LIFE WORLDFIRST 8 LOCATIONS & 39 CHARACTERS INCLUDEDYou can visit Bop City, a vibrant city area with 8 different locations for you to explore, like the hairdresser, the shopping mall and food court, or even an apartment. It’s a great place to start building your own World!KEEP THE TOCA LIFE APPS YOU ALREADY HAVEAre you already playing with apps in the Toca Life series? Great! When you download Toca Life World, we’ll help you bring all of that stuff into the mega-app. Then you can start mixing and matching locations and characters however you want.BUY NEW LOCATIONS AND CHARACTERSIf you want more locations, that’s cool. Toca Life World has a shop where more than 100 locations, 500 characters, and 500 pets are available for purchase. With different prices from small to big, you can decide to add a little or a lot. We’ll always be updating with more locations, characters and crazy things to do.GIFTS EVERY WEEKGuess what? You don’t need to make purchases in the shop to get new items to add to your world. Check back every week to get exclusive surprise gifts!About Us:At Toca Boca, we believe in the power of play to spark kids’ imaginations and help them learn about the world. We design our products from the kids' perspective to empower kids to be playful, to be creative and to be who they want to be. Our products include award-winning apps that have been downloaded more than 200 million times in 215 countries and offer fun, safe, open-ended play experiences. Learn more about Toca Boca and our products at tocaboca.com.Privacy is an issue that we take very seriously. To learn more about how we work with these matters, please read our privacy policy: https://tocaboca.com/privacy"
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&next_page_token=EAUapQEIBRC6l9GNDRDuqqitDBCDgr_OBxD86Kn2BxCI1q33Ahibka6vDxi33s2bDBjr8K2_DxihqZGEDBjM3pTyBhiPvZ_WDhinuvSjBBj4i-yEAxiIz5OcAxiW1--uARjz7qLYCxjhpdyZDBiqyPqLDRjKm7-xChjP0MVqGP6jnOcIGMTzhckFGOzsoOoLKhhGMW9pZXg0UXBrL3RmTE9PTGFXSkNnPT0",
"next_page_token": "EAUapQEIBRC6l9GNDRDuqqitDBCDgr_OBxD86Kn2BxCI1q33Ahibka6vDxi33s2bDBjr8K2_DxihqZGEDBjM3pTyBhiPvZ_WDhinuvSjBBj4i-yEAxiIz5OcAxiW1--uARjz7qLYCxjhpdyZDBiqyPqLDRjKm7-xChjP0MVqGP6jnOcIGMTzhckFGOzsoOoLKhhGMW9pZXg0UXBrL3RmTE9PTGFXSkNnPT0"
}
}
List Type Organic results overview for Google Play Games with section_page_token(Plain Search)
{
"search_metadata": {
"id": "64c91c8e40c4a965ad00fce4",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c91c8e40c4a965ad00fce4.json",
"created_at": "2023-08-01 14:54:06 UTC",
"processed_at": "2023-08-01 14:54:06 UTC",
"google_play_games_url": "https://play.google.com/store/games?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c91c8e40c4a965ad00fce4.html",
"prettify_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c91c8e40c4a965ad00fce4.prettify",
"total_time_taken": 3.96
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us",
"section_page_token": "YlsSFAoCCAIQARoER0FNRSoCCAFCAggBSj4KPAgUEO_zkoUPELuCjqQNENSwvnUQjcTi-QcQipyqwAQQw7eRMxCNp86jDRDV4re-DhChoIrEChChvLXvC1AU-AEA"
},
"organic_results": [
{
"title": "Discover recommended games",
"items": [
{
"title": "NBA LIVE Mobile Basketball",
"link": "https://play.google.com/store/apps/details?id=com.ea.gp.nbamobile",
"product_id": "com.ea.gp.nbamobile",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.ea.gp.nbamobile&sort_by=1&store=apps",
"description": "NBA LIVE MOBILE SEASON 7 brings you an enhanced gameplay experience with brand new audio, and an upgraded UI. Discover brand new players along with cool looking jerseys and courts, and update your dream NBA team today! Draft your team and select your lineup. Basketball legends are yours for the choosing. Increase your basketball teams' OVR throughout the season by completing sets and participating in LIVE Today and Limited Time Events. Play your way to the top and capture the spotlight to create your legacy, your way.Dunk and dribble your way to victory in real-time tournament games and casual 3v3 basketball tournaments and matchups. Compete to win PvP matches in PVP Mode, NBA LIVE’s multiplayer sports game. Showdown games and matchups unlock exclusive rewards. Win games to earn arena and showdown masters and climb the ranks to prove that you’ve built one of the strongest teams to date.NBA events and Campaigns are available to compete in all year long to keep your team at the top. Tournaments every week bring new content, stories, and events. Play hoops and score incredible bonuses in real-life PvP matchups and break ankles in every mode with both friends and foes.Download NBA LIVE Mobile and become a hoop master all day, every day.NBA LIVE FEATURES:LIVE TODAY- Events available in the LIVE Today map- Dunk on the competition by completing your daily objectives and win Live Events- Collect Position and Team Tokens to earn players from your favorite NBA basketball teamSPECIAL EVENTS- Each month, a new LIVE Pass and Monthly Master will be released along with multiple Limited Time Events- Participate in Limited Time Events and complete sets to earn the best players in the gameCAMPAIGNS- NBA LIVE allows you to compete in the NBA all year long with campaigns to keep your team on top- Defeat your opponents as you progress through each Campaign to earn exclusive players, courts, and more- Increase your OVR to unlock new CampaignsDRAFT YOUR TEAM- Draft classic NBA legends or recruit your favorite rising stars fresh out of college basketball- Create your team around your favorite basketball players and level them up to become all-star basketball legends- Draft games meet real world basketball with NBA superstars including Kevin Durant, Lebron James and Giannis AntetokounmpoTOURNAMENTS & EVENTS- Basketball tournaments every week bring new content, stories, and events- 3v3 basketball matchups and PvP campaigns - win to score incredible bonuses- Showdown matchups unlock exclusive rewards - scale the leaderboards todayDownload NBA LIVE today and play hoops for glory.This app: requires a persistent Internet connection (network fees may apply); Requires acceptance of EA’s Privacy & Cookie Policy and User Agreement; includes in-game advertising; collects data through third party analytics technology (see Privacy & Cookie Policy for details); contains direct links to the Internet and social networking sites intended for an audience over 13.*Facebook login required. Must be 13 years or older.Do Not Sell My Personal Information: https://tos.ea.com/legalapp/WEBPRIVACYCA/US/en/PC/",
"rating": 4.3,
"downloads": "100,000,000+",
"author": "ELECTRONIC ARTS",
"category": "Sports",
"video": "https://www.youtube.com/embed/aAEi6yY5wxI?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/UVus9SJLXNV3xS11WpFy5NhaZwC58H5z2mnri3Jhp074WfNVwCmwNnEkBP4SrZ4qFnM"
},
{
"title": "Sonic Forces - Running Battle",
"link": "https://play.google.com/store/apps/details?id=com.sega.sprint",
"product_id": "com.sega.sprint",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.sega.sprint&sort_by=1&store=apps",
"description": "Sonic the Hedgehog is back and running in this fast and cool casual multiplayer racing & battle game from SEGA! Run, race, and compete in multiplayer running games with real players from around the world for a true multiplayer experience! Beat other Sonic racers to become the multiplayer racing game champion! With fast-paced gameplay, stunning graphics, and tons of exciting levels to explore, Sonic Forces is the ultimate mobile gaming experience.Get ready to race and battle with your favorite characters in Sonic Forces, the ultimate multiplayer running game. Take control of Sonic the Hedgehog, Knuckles, Shadow, and other iconic characters as you compete in fast-paced races and epic battles through exciting Sonic worlds.Play multiplayer games to take on other players from around the world in thrilling races, dodging obstacles and attacking other racers as you sprint towards the finish line. This game is all about speed and strategy, so be sure to bring your A-game!RUN, RACE AND WIN MULTIPLAYER GAMES!- Run fast to win in epic casual multiplayer adventure battles and races!- Spin, jump and slide as your race your way to multiplayer racing victory with Sonic!- Complete multiplayer races to win trophies to unlock a variety of new and challenging tracks to run, race and play on- Join epic running and racing games with Sonic and his friends, dash to victory!PLAY RACING GAMES WITH SONIC & FRIENDS- Race as Sonic, Amy, Tails, Knuckles, Shadow, and more awesome Sonic heroes - Battle for Rings in every race to upgrade your runners and improve their racing skills- Run & race to the top of the PvP multiplayer racing leaderboards and become the best racer on the multiplayer leaderboard!If you're a fan of classic SEGA games, then you won't want to miss Sonic Forces. With fast-paced gameplay, stunning graphics, and tons of content to explore, this game is the ultimate mobile gaming experience. So what are you waiting for? Download Sonic Forces today and start your adventure with Sonic and his friends!Privacy Policy: https://privacy.sega.com/en/soa-ppTerms of Use: https://www.sega.com/EULASEGA games apps are ad-supported and no in-app purchases are required to progress; ad-free play option available with in-app purchase.Other than for users known to be under 13, this game may include \"Interest Based Ads\" and may collect \"Precise Location Data\". Please see our privacy policy for more information.The following permissions are required for downloading additional game files: READ_EXTERNAL_STORAGE & WRITE_EXTERNAL_STORAGE© SEGA All rights reserved. SEGA, the SEGA logo, SONIC THE HEDGEHOG and SONIC FORCES: SPEED BATTLE are registered trademarks or trademarks of SEGA CORPORATION or its affiliates.",
"rating": 4.5,
"downloads": "100,000,000+",
"author": "SEGA",
"category": "Adventure",
"video": "https://www.youtube.com/embed/uSMaOsVTMwo?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/LBX-_9S9QI80zpPXY91DbrpHPCWqzmLaDMxJBpympeo9aXCfQGYmvw3t9mulvE64izVx"
},
{
"title": "MLB 9 Innings 23",
"link": "https://play.google.com/store/apps/details?id=com.com2us.ninepb3d.normal.freefull.google.global.android.common",
"product_id": "com.com2us.ninepb3d.normal.freefull.google.global.android.common",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.com2us.ninepb3d.normal.freefull.google.global.android.common&sort_by=1&store=apps",
"description": "Enjoy a Major League Baseball game in the palm of your hands! An officially licensed MLB Mobile Game!◈ Game Features ◈#Baseball heroes of the past added!Hammerin' Hank: Hank Aaron,Trevor Time: Trevor Hoffman,The Big Train: Walter Johnson,Schmitty: Mike Schmidt,Booger: Larry Walker#City Connect uniforms to rep your team's history!Accomplish achievements to collect City Connect uniforms!#More realistic gameplay with the Dynamic Camera!Experience thrilling gameplay in every angle!#Power Ranking Tournament added!A battle to win 1st place!Also, enjoy the pick'em Tournament and win accumulated rewards!#Enjoy Major League Baseball on mobile!For the 2023 season, we have fully updated the latest team logos, uniforms, stadiums, etc. Approximately 2,000 MLB star players and 600 types of hitting & pitching forms, all perfectly implemented in realistic, full 3D graphics.The 26-man roster and DH Rule have been applied to the National League.#OVR Analysis Room added!Utilize the OVR Analysis Room to create the ultimate teamTry out various Lineups and conduct simulations to create the most optimal team#Career Mode added!Select a batter from your league lineup to compete in records!Play records and rankings will be updated in real time.Major League Baseball trademarks and copyrights are used with the permission of Major League Baseball. Visit MLB.com for more details.Officially Licensed Product of MLB Players, Inc.MLB Players, Inc. trademarks, copyrighted works, and other intellectual property rights are owned and/or held by MLB Players, Inc. and may not be used without the written consent of MLB Players, Inc.Visit www.MLBPLAYERS.com and check the Players Choice.* Access permission notice for gameplay· STORAGE: The permission is required to store game data and will not access personal files such as photos.· PHONE: The authority is required to collect mobile phone numbers for sending event SMS▶Removing Access PermissionYou can change or remove access permissions through the following method.[OS above 6.0]Settings > Application > MLB 9 Innings App > Permissions > Agree or deny access permission[OS below 6.0]Update your OS to remove access permission or delete the app※ You'll be able to enjoy the service except features related to above authorities even if you don't give permission to the above.Consumer Information:• Language support: 한국어, English, 日本語, 中文简体, 中文繁體, Español.• Items are available for purchase in this game. Some paid items may not be refundable depending on the type of item. • For Com2uS Mobile Game Terms of Service, visit http://www.withhive.com/.- Terms of Service : http://terms.withhive.com/terms/policy/view/M9/T1- Privacy Policy : http://terms.withhive.com/terms/policy/view/M9/T3• For questions or customer support, please contact our Customer Support by visiting http://www.withhive.com/help/inquire",
"rating": 4.4,
"downloads": "10,000,000+",
"author": "Com2uS",
"category": "Sports",
"video": "https://www.youtube.com/embed/eNSWSSt6pTA?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/07fV64SLmcQrM-rYb4IZK5HtB4WbUFLl7tmRIqHIHHHbCnFAAZtc5uZUOe2Y-BAf5A"
},
...
]
}
]
}
Rows Type Organic results overview for Google Play Games with next_page_token(Plain Search)
{
"search_metadata": {
"id": "64c9255140c4a965af11723b",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c9255140c4a965af11723b.json",
"created_at": "2023-08-01 15:31:29 UTC",
"processed_at": "2023-08-01 15:31:29 UTC",
"google_play_games_url": "https://play.google.com/store/games?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c9255140c4a965af11723b.html",
"prettify_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c9255140c4a965af11723b.prettify",
"total_time_taken": 4.31
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us",
"next_page_token": "EAUangEIBRDg-tChARDuqqitDBD86Kn2BxCDgr_OBxCI1q33Ahjzwd3oDhiC2LayDhi704ttGKe69KMEGMqbv7EKGL3zhpQHGPiL7IQDGPPuotgLGIDfxOcLGJbX764BGM_QxWoYxbz-1wsYv5mhxwMY4aXcmQwYiM-TnAMY_qOc5wgY7Oyg6gsqGGVHWDd3WHJ3eEJyUFFhQ3RYaW03M2c9PQ"
},
"organic_results": [
{
"title": "Sandbox games",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en§ion_page_token=YkUSLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggBShAKDggAELDMuswKEPXJlKEGUAL4AQA",
"section_page_token": "YkUSLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggBShAKDggAELDMuswKEPXJlKEGUAL4AQA"
},
"see_more_link": "https://play.google.com/store/games/collection/cluster?&gsr=SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggB-AEA:S:ANO1ljLhluc",
"see_more_token": "SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggB-AEA:S:ANO1ljLhluc",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&see_more_token=SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggB-AEA%3AS%3AANO1ljLhluc",
"items": [
{
"title": "Minecraft",
"link": "https://play.google.comhttps://play.google.com/store/apps/details?id=com.mojang.minecraftpe",
"product_id": "com.mojang.minecraftpe",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.mojang.minecraftpe&sort_by=1&store=apps",
"description": "Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite, randomly generated world filled with blocks to mine, biomes to explore and mobs to befriend (or fight). The choice is yours in Minecraft – so play your way! EXPAND YOUR GAME: Minecraft Marketplace - Discover the latest community creations in the marketplace! Get unique worlds, skins, and texture packs from your favorite creators. Slash commands - Tweak how the game plays: you can give items away, summon mobs, change the time of day, and more. Add-Ons - Customize your experience even further with free Add-Ons! If you're more tech-inclined, you can modify data-driven behaviors in the game to create new resource packs. MULTIPLAYER Realms and Realms Plus - Play with up to 10 friends cross-platform, anytime, anywhere on Realms, your own private server that we host for you. With Realms Plus, get instant access to over 150 Marketplace items with new additions each month. Share with friends on your own private Realms server. Try a free 30-day trial in-app.Multiplayer - Play with up to 4 friends with a free Xbox Live account online. Servers - Join free massive multiplayer servers and play with thousands of others! Discover gigantic community-run worlds, compete in unique mini-games and socialize in lobbies full of new friends! SUPPORT: https://www.minecraft.net/help LEARN MORE: https://www.minecraft.net/ MINIMUM RECOMMENDED SPECIFICATION To check the requirements for your device visit: https://help.minecraft.net/hc/en-us/articles/4409172223501",
"rating": 4.5,
"category": "Arcade",
"downloads": "10,000,000+",
"author": "Mojang",
"price": "$6.99",
"extracted_price": 6.99,
"thumbnail": "https://play-lh.googleusercontent.com/VSwHQjcAttxsLE47RuS4PqpC4LT7lCoSjE7Hx5AW_yCxtDvcnsHHvm5CTuL5BPN-uRTP",
"video": "https://play.google.com/video/lava/web/player/yt:movie:BLtLrFNRE-E?autoplay=1&embed=play"
},
{
"title": "Block Craft 3D:Building Game",
"link": "https://play.google.comhttps://play.google.com/store/apps/details?id=com.fungames.blockcraft",
"product_id": "com.fungames.blockcraft",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.fungames.blockcraft&sort_by=1&store=apps",
"description": "Ready? Block? Go! Craft and grow your own village or build freely in an unlimited open world!Features:• Fun building game: Lots of different constructions. Build a house, a castle, a mine or even a spaceship and the Eiffel Tower!• Simulate the best life it's a fun simulator game! • Lots of pixels: enjoy the special pixel graphics.• Choose your character!• Animals adopt and play with animals! It's fun!Highlights: Amazing buildings in 3DPlay now one of the best construction games!Lots of Pets and free explorationPlay with pets! Adopt a dog, a cat or even an elephant! Unlike other block games, there are no monsters in Block Craft 3D: you can focus on constructing the best buildings or exploring the world.Multiplayer game: visit your friendsStart the exploration! You can visit the city built by your friends (or foes) and help them finish their construction. Multiplayer is so much fun!Create and sellIn Block Craft, no need for mods, launchers, or PE. You can create custom blocks, craft special furniture, or complete a blueprint of a building! And even better: sell those and receive lots of gems!Not so creative?In Block Craft 3D, no need for maps, just visit the village of your friends to get new ideas and follow the blueprints and guides to easily build fantastic constructions.Try this simulator now and have fun building your city!Block Craft 3D: Free Building is brought to you by Fun Games for Free, creator of the 100+ Million downloads games Flight Pilot Simulator, Sniper 3D, and Sniper Shooter.",
"rating": 4.3,
"category": "Arcade",
"downloads": "100,000,000+",
"author": "Fun Games For Free",
"thumbnail": "https://play-lh.googleusercontent.com/YOtXpivwnbn07ufEnrcX6W--s4FOK6qVMmxvhKkYZhQZzgjxAzy10DgvwlHhYzbHaF1Q",
"video": "https://play.google.com/video/lava/web/player/yt:movie:LUxToXmxMcQ?autoplay=1&embed=play"
}
]
},
{
"title": "Strategy games",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en§ion_page_token=YnUSLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY19mRW93TVpJcTdscyoCCAJCAggBSkAKPggAEKiz-KMOEJzUmbEKEOyR5KQLEIv58ZIBEOzo-IkMEIKCxN0PENaup9UDEK2TnPQIEM66lsYFEJzCpMULUBD4AQA",
"section_page_token": "YnUSLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY19mRW93TVpJcTdscyoCCAJCAggBSkAKPggAEKiz-KMOEJzUmbEKEOyR5KQLEIv58ZIBEOzo-IkMEIKCxN0PENaup9UDEK2TnPQIEM66lsYFEJzCpMULUBD4AQA"
},
"see_more_link": "https://play.google.com/store/games/collection/cluster?&gsr=SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY19mRW93TVpJcTdscyoCCAJCAggB-AEA:S:ANO1ljJ2bDs",
"see_more_token": "SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY19mRW93TVpJcTdscyoCCAJCAggB-AEA:S:ANO1ljJ2bDs",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&see_more_token=SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY19mRW93TVpJcTdscyoCCAJCAggB-AEA%3AS%3AANO1ljJ2bDs",
"items": [
{
"title": "Evony: The King's Return",
"link": "https://play.google.comhttps://play.google.com/store/apps/details?id=com.topgamesinc.evony",
"product_id": "com.topgamesinc.evony",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.topgamesinc.evony&sort_by=1&store=apps",
"description": "Experience various puzzle levels. Build your cities. Train your troops. Expand your empire. Be the King of 7 kingdoms! All in Evony: The king's Return, the hot real-time strategy MMO of 2023! Multiple Gameplays:◆ Various types of puzzles◆ 1000+ puzzle levels to challenge◆ Brain burning puzzles, challenge your IQ◆ Interesting and varied puzzle scenes Build your own empire THE EXCEPTIONALLY RICH AND AMAZING SET OF FEATURES: ◆ Choose from 7 civilizations to customize your game’s architectural style: American, Chinese, European, Russian, Korean, Arabia and Japanese! ◆ YOU ARE THE DIPLOMAT! Join a strong Alliance where you can make friends, communicate in real-time via voice and text with auto-translations so you can improve strategies and win epic battles. ◆ YOU ARE THE WARLORD! With over four types of troops to select and train from ground-pounding infantry to massive siege engines; fight against your enemies and see the battles happen all around you in real-time on the stunningly animated World Map. ◆ YOU ARE THE GOVERNOR! Administrate your cities in your Empire and use your leadership skills in managing resources and research improvements to gain strategic advantages. ◆ YOU ARE THE MONARCH! Recruit famous Generals of history to help with battles and city development. Abraham Lincoln, George Washington, King Arthur, Charles the Great, Julius Caesar, Genghis Khan, Oda Nobunaga, Yi Sun-sin, and more await you to explore. See them battle across the world of Evony in real-time, capture enemy generals and use them against their own leaders! Facebook fan page: https://www.facebook.com/Evony.The.Kings.Return/ NOTICE: Evony: The King’s Return is a completely free-to-play game, however there are some game items that can also be purchased for real money. If you don’t want to use this feature, please disable in-app purchases in your device’s settings. Also under our Terms of Service and Privacy Policy, you must be at least 13 years of age to play or download Evony: The King’s Return. Do you want to be the king of 7 kingdoms? Join now with your friends in the highly addictive RTS/SLG game NOW!\"",
"rating": 3.4,
"category": "Strategy",
"downloads": "100,000,000+",
"author": "TG Inc.",
"thumbnail": "https://play-lh.googleusercontent.com/PCJRDtIDpSmKPn0SCRVa2KXKMzlFYP8Z__p5o3hRerLwza8zCoExm-Btl-Z26EtOpKU",
"video": "https://play.google.com/video/lava/web/player/yt:movie:wyCg_q_d3iE?autoplay=1&embed=play"
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&next_page_token=EA8a0QEIDxDP_NaBChCSmeqaBBCRoY2YCRChq7u0BhCDrsLkDhD7pNmWBRC224LpCBDrjcaBCxDKgJW-DRCi24H8CRi-sJKvAhiwzo5dGOCVr5IOGKqj64oOGMKbrK0GGJ_67swFGJvzyagPGNPZ4rECGIjT9soEGICspc0CGKGpkYQMGPTezdoOGMrl3cIHGLSsrYsLGMWvjJ4BGOnh--kIGLbUsYwHGKChsd4DGNCcgvoHGNfZi6wGKhhlR1g3d1hyd3hCclBRYUN0WGltNzNnPT0yAA",
"next_page_token": "EA8a0QEIDxDP_NaBChCSmeqaBBCRoY2YCRChq7u0BhCDrsLkDhD7pNmWBRC224LpCBDrjcaBCxDKgJW-DRCi24H8CRi-sJKvAhiwzo5dGOCVr5IOGKqj64oOGMKbrK0GGJ_67swFGJvzyagPGNPZ4rECGIjT9soEGICspc0CGKGpkYQMGPTezdoOGMrl3cIHGLSsrYsLGMWvjJ4BGOnh--kIGLbUsYwHGKChsd4DGNCcgvoHGNfZi6wGKhhlR1g3d1hyd3hCclBRYUN0WGltNzNnPT0yAA"
}
}
List Type Organic results overview for Google Play Games with see_more_token(Plain Search)
{
"search_metadata": {
"id": "64c92a4c40c4a965ae8b48d0",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/04376c9c447787d4/64c92a4c40c4a965ae8b48d0.json",
"created_at": "2023-08-01 15:52:44 UTC",
"processed_at": "2023-08-01 15:52:45 UTC",
"google_play_games_url": "https://play.google.com/store/apps/collection/cluster?hl=en&gl=us&gsr=SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggB-AEA:S:ANO1ljLhluc",
"raw_html_file": "https://serpapi.com/searches/04376c9c447787d4/64c92a4c40c4a965ae8b48d0.html",
"total_time_taken": 5.67
},
"search_parameters": {
"engine": "google_play_games",
"see_more_token": "SjESLAoCCAIQOxoER0FNRSIWcmVjc190b3BpY181Q1FXSDA0OWR5RSoCCAJCAggB-AEA:S:ANO1ljLhluc",
"hl": "en",
"gl": "us"
},
"organic_results": [
{
"title": "Sandbox games",
"items": [
{
"title": "Roblox",
"link": "https://play.google.com/store/apps/details?id=com.roblox.client",
"product_id": "com.roblox.client",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.roblox.client&sort_by=1&store=apps",
"rating": 4.4,
"author": "Roblox Corporation",
"category": "Adventure",
"downloads": "500,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:HsiMDb-mn5s?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/WNWZaxi9RdJKe2GQM3vqXIAkk69mnIl4Cc8EyZcir2SKlVOxeUv9tZGfNTmNaLC717Ht=s64-rw",
"description": "Roblox is the ultimate virtual universe that lets you create, share experiences with friends, and be anything you can imagine. Join millions of people and discover an infinite variety of immersive experiences created by a global community!Already have an account? Log in with your existing Roblox account and explore the infinite metaverse of Roblox.MILLIONS OF EXPERIENCESIn the mood for an epic adventure? Want to compete against rivals worldwide? Or do you just want to hang out and chat with your friends online? A growing library of experiences created by the community means there’s always something new and exciting for you every day.EXPLORE TOGETHER ANYTIME, ANYWHERETake the fun on the go. Roblox features full cross-platform support, meaning you can join your friends and millions of other people on their computers, mobile devices, Xbox One, or VR headsets.BE ANYTHING YOU CAN IMAGINEBe creative and show off your unique style! Customize your avatar with tons of hats, shirts, faces, gear, and more. With an ever-expanding catalog of items, there’s no limit to the looks you can create.CHAT WITH FRIENDSHang out with friends around the world using chat features, private messages, and groups!CREATE YOUR OWN EXPERIENCES: https://www.roblox.com/developSUPPORT: https://en.help.roblox.com/hc/en-usCONTACT: https://corp.roblox.com/contact/PRIVACY POLICY: https://www.roblox.com/info/privacyPARENT’S GUIDE: https://corp.roblox.com/parents/TERMS OF USE: https://en.help.roblox.com/hc/en-us/articles/115004647846PLEASE NOTE: A network connection is required to join. Roblox works best over Wi-Fi."
},
{
"title": "Minecraft",
"link": "https://play.google.com/store/apps/details?id=com.mojang.minecraftpe",
"product_id": "com.mojang.minecraftpe",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.mojang.minecraftpe&sort_by=1&store=apps",
"rating": 4.5,
"author": "Mojang",
"category": "Arcade",
"downloads": "10,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:BLtLrFNRE-E?autoplay=1&embed=play",
"price": "$6.99",
"extracted_price": 6.99,
"thumbnail": "https://play-lh.googleusercontent.com/VSwHQjcAttxsLE47RuS4PqpC4LT7lCoSjE7Hx5AW_yCxtDvcnsHHvm5CTuL5BPN-uRTP=s64-rw",
"description": "Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite, randomly generated world filled with blocks to mine, biomes to explore and mobs to befriend (or fight). The choice is yours in Minecraft – so play your way! EXPAND YOUR GAME: Minecraft Marketplace - Discover the latest community creations in the marketplace! Get unique worlds, skins, and texture packs from your favorite creators. Slash commands - Tweak how the game plays: you can give items away, summon mobs, change the time of day, and more. Add-Ons - Customize your experience even further with free Add-Ons! If you're more tech-inclined, you can modify data-driven behaviors in the game to create new resource packs. MULTIPLAYER Realms and Realms Plus - Play with up to 10 friends cross-platform, anytime, anywhere on Realms, your own private server that we host for you. With Realms Plus, get instant access to over 150 Marketplace items with new additions each month. Share with friends on your own private Realms server. Try a free 30-day trial in-app.Multiplayer - Play with up to 4 friends with a free Xbox Live account online. Servers - Join free massive multiplayer servers and play with thousands of others! Discover gigantic community-run worlds, compete in unique mini-games and socialize in lobbies full of new friends! SUPPORT: https://www.minecraft.net/help LEARN MORE: https://www.minecraft.net/ MINIMUM RECOMMENDED SPECIFICATION To check the requirements for your device visit: https://help.minecraft.net/hc/en-us/articles/4409172223501"
},
{
"title": "Block Craft 3D:Building Game",
"link": "https://play.google.com/store/apps/details?id=com.fungames.blockcraft",
"product_id": "com.fungames.blockcraft",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.fungames.blockcraft&sort_by=1&store=apps",
"rating": 4.3,
"author": "Fun Games For Free",
"category": "Arcade",
"downloads": "100,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:LUxToXmxMcQ?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/YOtXpivwnbn07ufEnrcX6W--s4FOK6qVMmxvhKkYZhQZzgjxAzy10DgvwlHhYzbHaF1Q=s64-rw",
"description": "Ready? Block? Go! Craft and grow your own village or build freely in an unlimited open world!Features:• Fun building game: Lots of different constructions. Build a house, a castle, a mine or even a spaceship and the Eiffel Tower!• Simulate the best life it's a fun simulator game! • Lots of pixels: enjoy the special pixel graphics.• Choose your character!• Animals adopt and play with animals! It's fun!Highlights: Amazing buildings in 3DPlay now one of the best construction games!Lots of Pets and free explorationPlay with pets! Adopt a dog, a cat or even an elephant! Unlike other block games, there are no monsters in Block Craft 3D: you can focus on constructing the best buildings or exploring the world.Multiplayer game: visit your friendsStart the exploration! You can visit the city built by your friends (or foes) and help them finish their construction. Multiplayer is so much fun!Create and sellIn Block Craft, no need for mods, launchers, or PE. You can create custom blocks, craft special furniture, or complete a blueprint of a building! And even better: sell those and receive lots of gems!Not so creative?In Block Craft 3D, no need for maps, just visit the village of your friends to get new ideas and follow the blueprints and guides to easily build fantastic constructions.Try this simulator now and have fun building your city!Block Craft 3D: Free Building is brought to you by Fun Games for Free, creator of the 100+ Million downloads games Flight Pilot Simulator, Sniper 3D, and Sniper Shooter."
}
]
}
]
}
Top Charts results overview for Google Play Games with chart(Plain Search)
{
"search_metadata": {
"id": "64c921c540c4a965ae8b48cd",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c921c540c4a965ae8b48cd.json",
"created_at": "2023-08-01 15:16:21 UTC",
"processed_at": "2023-08-01 15:16:21 UTC",
"google_play_games_url": "https://play.google.com/store/games?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c921c540c4a965ae8b48cd.html",
"prettify_html_file": "https://serpapi.com/searches/ab2b5f8b4bcc4402/64c921c540c4a965ae8b48cd.prettify",
"total_time_taken": 3.66
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us",
"chart": "topselling_paid"
},
"top_charts": [
{
"title": "Minecraft",
"link": "https://play.google.com/store/apps/details?id=com.mojang.minecraftpe",
"product_id": "com.mojang.minecraftpe",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.mojang.minecraftpe&sort_by=1&store=apps",
"description": "Minecraft is a game made from blocks that you can transform into whatever you can imagine. Play in Creative mode with unlimited resources, or hunt for tools to fend off danger in Survival mode. With seamless cross-platform play on Minecraft: Bedrock Edition you can adventure solo or with friends, and discover an infinite, randomly generated world filled with blocks to mine, biomes to explore and mobs to befriend (or fight). The choice is yours in Minecraft – so play your way! EXPAND YOUR GAME: Minecraft Marketplace - Discover the latest community creations in the marketplace! Get unique worlds, skins, and texture packs from your favorite creators. Slash commands - Tweak how the game plays: you can give items away, summon mobs, change the time of day, and more. Add-Ons - Customize your experience even further with free Add-Ons! If you're more tech-inclined, you can modify data-driven behaviors in the game to create new resource packs. MULTIPLAYER Realms and Realms Plus - Play with up to 10 friends cross-platform, anytime, anywhere on Realms, your own private server that we host for you. With Realms Plus, get instant access to over 150 Marketplace items with new additions each month. Share with friends on your own private Realms server. Try a free 30-day trial in-app.Multiplayer - Play with up to 4 friends with a free Xbox Live account online. Servers - Join free massive multiplayer servers and play with thousands of others! Discover gigantic community-run worlds, compete in unique mini-games and socialize in lobbies full of new friends! SUPPORT: https://www.minecraft.net/help LEARN MORE: https://www.minecraft.net/ MINIMUM RECOMMENDED SPECIFICATION To check the requirements for your device visit: https://help.minecraft.net/hc/en-us/articles/4409172223501",
"rating": 4.5,
"category": "Arcade",
"author": "Mojang",
"downloads": "10,000,000+",
"price": "$6.99",
"extracted_price": 6.99,
"video": "https://www.youtube.com/embed/BLtLrFNRE-E?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/VSwHQjcAttxsLE47RuS4PqpC4LT7lCoSjE7Hx5AW_yCxtDvcnsHHvm5CTuL5BPN-uRTP"
},
{
"title": "Bloons TD 6",
"link": "https://play.google.com/store/apps/details?id=com.ninjakiwi.bloonstd6",
"product_id": "com.ninjakiwi.bloonstd6",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.ninjakiwi.bloonstd6&sort_by=1&store=apps",
"description": "Craft your perfect defense from a combination of powerful Monkey Towers and awesome Heroes, then pop every last invading Bloon!Over a decade of tower defense pedigree and regular massive updates makes Bloons TD 6 a favorite game for millions of players. Enjoy endless hours of strategy gaming with Bloons TD 6!HUGE CONTENT!* Regular updates! We release several updates every year with new characters, features, and gameplay.* Boss Events! Fearsome Boss Bloons will challenge even the strongest defenses.* Odysseys! Battle through a series of maps connected by their theme, rules, and rewards.* Contested Territory! Join forces with other players and battle for territory against five other teams. Capture tiles on a shared map and compete on the leaderboards.* Quests! Delve into what makes the Monkeys tick with Quests, crafted to tell tales and share knowledge.* Trophy Store! Earn Trophies to unlock dozens of cosmetic items that let you customize your Monkeys, Bloons, animations, music, and more.* Content Browser! Create your own Challenges and Odysseys, then share them with other players and check out the most liked and played community content.EPIC MONKEY TOWERS & HEROES!* 23 powerful Monkey Towers, each with 3 upgrade paths and unique activated abilities.* Paragons! Explore the incredible power of the newest Paragon upgrades.* 14 diverse Heroes, with 20 signature upgrades and 2 special abilities. Plus, unlockable skins and voiceovers!ENDLESS AWESOMENESS!* 4-Player Co-Op! Play every map and mode with up to 3 other players in public or private games.* Play anywhere - single player offline works even when your WiFi doesn’t!* 68 handcrafted maps, with more added every update.* Monkey Knowledge! Over 100 meta-upgrades to add power where you need it.* Powers and Insta Monkeys! Earned through gameplay, events, and achievements. Instantly add power for tricky maps and modes.We pack as much content and polish into each update as possible, and we’ll continue to add new features, content, and challenges in regular updates.We truly respect your time and support, and we hope Bloons TD 6 will be the best strategy game you’ve ever played. If it’s not, please contact us at https://support.ninjakiwi.com and tell us what we can do better!Now those Bloons aren't going to pop themselves... sharpen your darts and go play Bloons TD 6!**********Ninja Kiwi Notes: Please review our Terms of Service and Privacy Policy. You will be prompted in-game to accept these terms in order to cloud save and protect your game progress:https://ninjakiwi.com/termshttps://ninjakiwi.com/privacy_policyBloons TD 6 contains in-game items that can be purchased with real money. You can disable in-app purchases in your device's settings, or reach us at https://support.ninjakiwi.com for help. Your purchases fund our development updates and new games, and we sincerely appreciate every vote of confidence you give us with your purchases. Ninja Kiwi Community:We love hearing from our players, so please get in touch with any feedback, positive or negative, at https://support.ninjakiwi.com.Streamers and Video Creators: Ninja Kiwi is actively promoting channel creators on YouTube and Twitch! If you are not already working with us, keep making videos and tell us about your channel at streamers@ninjakiwi.com.",
"rating": 4.8,
"category": "Strategy",
"author": "ninja kiwi",
"downloads": "1,000,000+",
"price": "$6.99",
"extracted_price": 6.99,
"video": "https://www.youtube.com/embed/HKuWpSK1eCs?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/89zbP4TcARlTccGiSeoUEEgZtkQB-FJW60LuBb3_MN_fii6_fu1ioCXlxBZYQie50r8"
},
{
"title": "MONOPOLY - Classic Board Game",
"link": "https://play.google.com/store/apps/details?id=com.marmalade.monopoly",
"product_id": "com.marmalade.monopoly",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.marmalade.monopoly&sort_by=1&store=apps",
"description": "MONOPOLY now includes multiplayer video chat. Create a free, private account, add your friends, start a game from your group chats, and move automatically to video chat when it begins.“Monopoly on mobile includes cross-platform online multiplayer, which means you can open up a lobby, have your friends join your games, and all play together in perfect harmony. Beautiful, right?” Dave Aubrey - PocketGamerThis is a fully immersive board game experience with amazing graphics and animations. The whole classic game is available with no ads, so you get the fun of the Monopoly board game without distractions. Invite your friends and family to game night with one of the Play Stores favorite top paid games.POPULAR FEATURESHouse rulesPut the official Hasbro rule book down and play with your favorite house rulesQuick modeRoll the dice, risk it all, and get paid - finish the board game faster than everSingle playerPlay against our challenging AI - no need for family and friends Offline multiplayer Pass a single device between up to 4 players for an offline wifi-free experienceOnline multiplayer Distance doesn’t interrupt play when you connect with fans around the world or invite friends and family to a private gameFull, ad-free gamePlay the complete classic game with no pay-to-win or ad pop-ups. Roll the dice and risk it all to become the wealthiest landlord tycoon on the board!The Complete Collection Be the top landlord tycoon on new themed boards, exclusive to the mobile game. With 10 boards, no 2 games are the same! Risk it all in the L.A. Monstropolis alternate universe. Be spooked in Transylvania. See the future in New York 2121, or travel back in time to Victorian London, Historic Tokyo, Belle Époque era Paris and 1930s Atlantic City! Unlock new player pieces, properties, and chance cards with each theme!HOW TO PLAYChoose your player modePlay this classic Hasbro board game in a variety of online and offline player modes. Put your landlord skills to the test against our challenging AI opponents and be a property tycoon in single player mode. Compete with friends and family wherever you are in online multiplayer. Play WiFi-free when you pass & play one device around a group of players. The choice is yours as you buy up the board!Select your rulesIf you’re one of the many people who have never actually read the rules of Monopoly, you can still play the game exactly how you like! Play without auctions, add cash to Free Parking, or pay $400 for landing directly on GO! Choose to stick to the classic Hasbro rule book, get a fixed selection of the most popular house rules, or customize your rules to suit your own preferences! Choose your pieceChoose from the modern and classic player pieces, including: scottie, cat, T-rex, rubber duck, the car, the top hat, and the battleship!Enter the boardExperience the thrill of bankrupting your family and friends and becoming the wealthiest landlord tycoon on the board! It’s just as you remember, plus fun animations and an AI banker who’s on everyone’s side!Build your property empireRoll the dice, take investment risks, bid for properties in auctions, make your way around the board and BUY real estate, COLLECT rent, and BUILD hotels to become a property tycoon.Play Marmalade Game Studio’s multiplayer games with friends and family wherever you are! Our online games with friends include Clue/Cluedo, The Game of Life, The Game of Life 2, The Game of Life Vacations, and Battleship.",
"rating": 4.4,
"category": "Board",
"author": "Marmalade Game Studio",
"downloads": "1,000,000+",
"price": "$3.99",
"extracted_price": 3.99,
"video": "https://www.youtube.com/embed/oqOrojiKN7k?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/rVxM0J4UJ7wUyRE16-HYm3lxBU9BSNw1MAY1yLADATTZ-jkUn5l5hWfCrASN30n_5lAV"
},
...
]
}
Rows Type Organic results overview for Google Play Games with games_category(Category Search)
{
"search_metadata": {
"id": "642ab728914a814bfa654d2b",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4435a84bc0166ba1/642ab728914a814bfa654d2b.json",
"created_at": "2023-04-03 11:23:20 UTC",
"processed_at": "2023-04-03 11:23:20 UTC",
"google_play_games_url": "https://play.google.com/store/apps/category/GAME_ACTION?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4435a84bc0166ba1/642ab728914a814bfa654d2b.html",
"total_time_taken": 5.49
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us",
"games_category": "GAME_ACTION"
},
"chart_options": [
{
"text": "Top free",
"value": "topselling_free"
},
{
"text": "Top grossing",
"value": "topgrossing"
},
{
"text": "Top paid",
"value": "topselling_paid"
}
],
"organic_results": [
{
"title": "Top-rated games",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&games_category=GAME_ACTION&gl=us&hl=en§ion_page_token=Yl8SFwoCCAcQCRoLR0FNRV9BQ1RJT04qAggBSj8KPQgUEMKs1P4PEK6moI8IEOjXny4Qi8rxvAsQ-IPnkQ8QqvX50wMQyYjSjA0Qmqj6pQ4Qpbmf9QUQk9KDhQhQFPgBAA",
"section_page_token": "Yl8SFwoCCAcQCRoLR0FNRV9BQ1RJT04qAggBSj8KPQgUEMKs1P4PEK6moI8IEOjXny4Qi8rxvAsQ-IPnkQ8QqvX50wMQyYjSjA0Qmqj6pQ4Qpbmf9QUQk9KDhQhQFPgBAA"
},
"items": [
{
"title": "Spider Fighter 3",
"link": "https://play.google.com/store/apps/details?id=com.starplay.spider.fighter.openworld",
"product_id": "com.starplay.spider.fighter.openworld",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.starplay.spider.fighter.openworld&store=apps",
"rating": 4.6,
"author": "Starplay DMCC",
"category": "Action",
"downloads": "100,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:PMMP5_pS7KY?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/YIUFBT3AODliAjIYFULVh9wghD2WKhrThQESZaRBkOcOJFAYnW8ZrX1CftYBOYL39-TZ=s256-rw",
"description": "Are you ready to become the ultimate spider hero and take on the fight for justice in the game of the highly anticipated movie? As Peter, you'll step into the shoes of the iconic spider hero and battle against notorious city gangs and nefarious villains to save the city from destruction.With this game, you'll experience the rush of hero action as you use your spider abilities to swing through the streets, dodge obstacles, and defeat enemies in epic battles. The game boasts stunning graphics and an immersive storyline that brings the world of the spider hero to life like never before. Explore iconic locations from the movie and comics, such as Oscorp and Times Square, and come face-to-face with various villains.As you progress through the game, you'll unlock new abilities and suits, each with their own unique powers and abilities. From the classic suit to the advanced iron suit, you'll have the power to take on any challenge the city gangs throws at you.The game also features an open-world sandbox mode, where you can swing around the city, complete side missions, and challenge yourself with different challenges, all while discovering hidden secrets and collectibles. It's a perfect way to explore the city and take a break from the main storyline.This is more than just a game, it's an epic spider hero experience. It's the perfect opportunity for fans of the comics, movies, and action-packed games to immerse themselves in the world of the spider hero, become a part of the legend and fight like a true superhero. With its engaging gameplay, stunning graphics, and an epic storyline, it's the ultimate spider hero experience. Download now and join the fight to save the city as the ultimate spider hero!"
},
{
"title": "Mario Kart Tour",
"link": "https://play.google.com/store/apps/details?id=com.nintendo.zaka",
"product_id": "com.nintendo.zaka",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.nintendo.zaka&store=apps",
"rating": 4.3,
"author": "Nintendo Co., Ltd.",
"category": "Action",
"downloads": "100,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:ZwEalAfEbYw?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/Nhdcc77MHYfXR9LoVhhkpnKbhwpZpCLKfl8dUwVhyqgflBQ5ROBtLsn_2fIongMYeoo6=s256-rw",
"description": "■Challenge players worldwide in multiplayer!You can race against up to seven other players, whether they're registered as in-game friends, nearby, or scattered around the world.Multiplayer races can be customized with a variety of rules, such as individual or team races, kart speed, and number of item slots. You can play however you want!■ Mario Kart takes a world tour!Mario and friends go global in this new Mario Kart as they race around courses inspired by real-world cities in addition to classic Mario Kart courses! These destinations will be featured in tours that rotate every two weeks! In addition to courses based on iconic locales, some of your favorite Mario Kart characters will get variations that incorporate the local flavor of cities featured in the game!■ Endless Mario Kart fun at your fingertips!The Mario Kart series known and loved by many is ready to take the world by storm – one smart device at a time! With just one finger, you can steer and drift with ease and sling devastating items as you go for the gold in cups filled with new and classic Mario Kart courses.■ Nab 1st place with items and Frenzy mode!In Mario Kart Tour you have access to an arsenal of powerful items that can mix things up on the racetrack! Turn up the heat by activating the new Frenzy mode, which gives an unlimited supply of a certain item and makes you invincible! Make the most of the ensuing chaos, as Frenzy mode only lasts a short time!■ Collect drivers, karts, badges, and more!Earn Grand Stars by racing or fire off the featured pipe to receive more drivers, karts, and gliders! You can also proudly display badges, earned by completing certain challenges, next to your in-game name!■ Bonus challenge courses put a twist on traditional races!In certain races, 1st place isn't always the goal. With names like \"Vs. Mega Bowser\" and \"Goomba Takedown,\" these bonus challenge courses demand a different approach to gameplay and strategy!■ Race to increase your online rank!Boost with the best of 'em! Your high scores will determine how you compare to other players all over the world. Keep practicing and trying out different combinations of drivers, karts, and gliders to increase your score and rise to the top!Note: A Nintendo Account is required to play Mario Kart Tour.* Free-to-start; optional in-game purchases available. Persistent Internet, compatible smartphone, and Nintendo Account required. Data charges may apply.* For information about our ads, please see the “How we use your information” section of the Nintendo Privacy Policy.* May include advertising.User Agreement:https://support.mariokarttour.com/application_eula© 2019 NintendoMario Kart is a trademark of Nintendo."
},
{
"title": "Tomb of the Mask",
"link": "https://play.google.com/store/apps/details?id=com.playgendary.tom",
"product_id": "com.playgendary.tom",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.playgendary.tom&store=apps",
"rating": 4.5,
"author": "Playgendary Limited",
"category": "Action",
"downloads": "100,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:6MI2KYJwYyk?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/V3M-ZVyu4NCOR8oxeHEQSrt5LJhu44xlDtIx-d3YnrPCMEvV-lxPJDyWoJkxsS1Soxsx=s256-rw",
"description": "Tomb of the Mask is an arcade game with an infinite procedurally generated vertical labyrinth. Seeking for adventure you get into a tomb where you find a strange mask. You put it on and suddenly realize that you can now climb walls - easily and promptly. And that's when all the fun begins. You'll face a variety of traps, enemies, game mechanics and power-ups. And as far as time doesn't wait, get a grip and up you go."
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&games_category=GAME_ACTION&gl=us&hl=en&next_page_token=EAUamgEIBRDuqqitDBDL873zAhCHh8WaBhDI1YKTBxCAk4jEBBj14OjCBhiPvZ_WDhiQoczUBBj6ipPwDBjM3pTyBhiule3JARi33s2bDBiSpJHaDxjmxIyCAxiDlcTgAhj-4eKeCxiZlbDCCBj_77mIChj79-j7BhjwtPeDDRj4kfnqASoYWmtTekdRZjJZSVM2UUFrSldTUUozUT09",
"next_page_token": "EAUamgEIBRDuqqitDBDL873zAhCHh8WaBhDI1YKTBxCAk4jEBBj14OjCBhiPvZ_WDhiQoczUBBj6ipPwDBjM3pTyBhiule3JARi33s2bDBiSpJHaDxjmxIyCAxiDlcTgAhj-4eKeCxiZlbDCCBj_77mIChj79-j7BhjwtPeDDRj4kfnqASoYWmtTekdRZjJZSVM2UUFrSldTUUozUT09"
}
}
Top Charts results overview for Google Play Games with games_category(Category Search)
{
"search_metadata": {
"id": "642ab75f914a814bfa654d2c",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/44beb559ff008985/642ab75f914a814bfa654d2c.json",
"created_at": "2023-04-03 11:24:15 UTC",
"processed_at": "2023-04-03 11:24:15 UTC",
"google_play_games_url": "https://play.google.com/store/apps/category/GAME_CASINO?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/44beb559ff008985/642ab75f914a814bfa654d2c.html",
"prettify_html_file": "https://serpapi.com/searches/44beb559ff008985/642ab75f914a814bfa654d2c.prettify",
"total_time_taken": 9.27
},
"search_parameters": {
"engine": "google_play_games",
"hl": "en",
"gl": "us",
"games_category": "GAME_CASINO"
},
"top_charts": [
{
"title": "The Price Is Right: Bingo!",
"link": "https://play.google.com/store/apps/details?id=com.clipwiregames.tpirbingo",
"product_id": "com.clipwiregames.tpirbingo",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.clipwiregames.tpirbingo&store=apps",
"description": "Come on down for a game of bingo, because guess what, you’re the next contestant on the show!The Price Is Right! Bingo! is so much more than just daubing numbers. Enjoy the thrilling The Price Is Right game show experience paired with an authentic bingo game, and play fun and iconic games like Plinko, Cliff Hangers, and more. The best part of this is that it’s absolutely free!Join us for a wild game of Bingo suited for everyone! Blitz the competition and bash live contestants in a real-time, friendly competition. Play bingo at home and release your bingo frenzy — get ready to daub away in various dreamy vacation destinations!🏝️ PLAY BINGO IN EXOTIC VACATION DESTINATIONSDid somebody say Honolulu, Tokyo, Havana, and even… Sydney? Our host Drew Carey sure did! Travel your way through 35 glamorous destinations by playing Bingo to complete puzzles to unlock your next vacation destination!🥇 BEAT THE COMPETITION BY GETTING THE FIRST BINGOYour bingo caller is waiting! Play on up to 4 cards at the same time and climb the leaderboard by getting the first Bingo to earn even bigger rewards!✨ PLAY BOOSTED GAMES AND EARN SPECIAL ITEMSUp your game by using boosters on your bingo card to increase your bet and collect even more special items like puzzle pieces, pickaxes, chests, and Plinko tickets!👯♂️ COMBINE FORCES AND PLAY IN TEAMSCreate or join a team of up to 30 members! Play Bingo to generate Plinko chips and drop them in to get a jackpot and help your team progress! Team members can trade symbols, chat between themselves, and more. There will always be a friendly face to help you complete community goals along the way!🖌️ PLAY IN 6 DIFFERENT PRICING GAME ROOMS TO WIN CUSTOMIZATIONSLooking for fun new takes on classic bingo? This is it! Play in Safe Crackers, Lucky 7, 3 Strikes, Cliff Hangers, Master Key, and Pocket Change to win Drew Bucks and exchange them to progress through Showcase and win beautiful Avatar Frames to customize your profile.🎲 COLLECT DAILY REWARDSLike to win money? Spin the legendary The Price Is Right Big Wheel every single day for a chance to win the jackpot of 25,000 tokens._____________________If you enjoy playing games like yahtzee, jeopardy, or monopoly, you will love this game! So put on your name tag, come on down for this wild ride, and start playing The Price Is Right: Bingo! today.Follow The Price Is Right: Bingo! on Facebook for exclusive offers and bonuses!Facebook: https://www.facebook.com/ThePriceIsRightBingo/Terms of Service: https://www.clipwiregames.com/tosPrivacy Policy: https://www.clipwiregames.com/privacy-policy",
"rating": 4.8,
"category": "Casino",
"author": "Clipwire Games Inc",
"downloads": "100,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:Uix5UH_C4Ok?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/ip1jUmWvt2DUbVWo82B_r9Nx30c1O26dxW7-g8gVWngH_q105u7W8F8FA4nSHSvC_58"
},
{
"title": "Cash Frenzy™ - Casino Slots",
"link": "https://play.google.com/store/apps/details?id=slots.pcg.casino.games.free.android",
"product_id": "slots.pcg.casino.games.free.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=slots.pcg.casino.games.free.android&store=apps",
"description": "⭐Keep spinning, keep fun going! ⭐ Ready to enjoy the excitement now?🎉So easy to HIT the coins JACKPOTS!🎉All your favorite Vegas slot games🎉Creative features beyond imagination🎉Stunning art you’ve never seen beforeEverything you want is in the Cash Frenzy! TOP FREE casino slots games 2023 will give you the luckiest experience. Download now and start your frenzy journey!Want to know more about what Cash Frenzy can give you?💎Free coins won't stop!💎At Cash Frenzy, there is always an opportunity to get more free coins. Instant Reward every 15 minutes! Turbo Reward every 3 hours! And Slot of Cash every day! Free coins everywhere and at any time. And daily task, Megaball also can get huge free coins. Keep playing, keep hitting Jackpot and keep the fun going!🎰Vegas slots at your fingertips!🎰Cash Frenzy features the most popular collection of Vegas free casino slot games, straight from the slots you love! Portrait mode gives you an immersive Las Vegas experience! 100+ free slot casino games for you to choose from.【Bingo Meow】 Easily get 24 free spins! Complete a line to get the bingo feature! 【Super Wicked Blast】5X5 symbol-sized bubbles make you hit big rewards again and again!【Fortune Train】 Wild Multiplier, Remove Symbols, Random Wilds…Create your own feature!【Rising Medusa】 Expand the reels, multiply the prizes…CASH UNLEASHED feature makes the bonus go on and on in Respin!【Regal Tiger】 Enjoy the real Vegas casino slot games in Classic Epic Link feature!…🔥More than you want!🔥 In addition to new premium slot machines every week, there are many more awesome activities waiting for you to challenge.⭐ Mansion Quest. Keep spinning to renovate and decorate rooms in the mansion. Make yourself at home!⭐ Amazing Stamp. Complete the album to get over 50,000,000,000 coins!⭐ Cooking Frenzy. Keep spinning to cook delicious food!…More exciting activities are waiting for you to explore.💎Easy to join the Diamond Lounge, everything is free!💎Get the club benefits by playing casino games for free! Provides an exclusive VIP experience in Diamond Lounge. More and more free slot games await you!🤩Get ready for the thrill of free casino games from Cash Frenzy!100+ awesome free slots with amazing graphics, exclusive features, interesting events, and much more bonuses! Chance to get 10,000,000,000+ of world free casino slot games Jackpots!Classic Las Vegas 777 slots and hottest casino games for free together in one online slot machines app!Cash Frenzy could give you the ultimate social casino playground! Get the best casino games for free fun today! Enjoy a breathtaking selection of casino games for free in Cash Frenzy. And we are always bringing new free slots & casino games to you!🔔 Note:* Cash Frenzy does not offer real money gambling. It is intended for an adult audience for entertainment purposes only. * Practice or success at social casino gaming does not imply future success at real money gambling and gaming. * “Coins” and “Bonus” mentioned above are game currency, not real money. And you can only get game currency if you win in this game.If you want to know more about Cash Frenzy™ Casino – Free Slots Games, please visit our Fans Page. We're always excited to hear your feedback:🔗 Like us on Facebook: https://www.facebook.com/CashFrenzyCasinoNetmarble🔗 Join us on Facebook Groups: https://www.facebook.com/groups/cashfrenzysupergroup/?source_id=321286471735579🔗 Follow us on Twitter: https://twitter.com/cash_frenzy🔗 Experience new free casino slots on YouTube: https://www.youtube.com/channel/UCpUS-orluFasNYbLo4DZGRA?view_as=subscriber",
"rating": 4.4,
"category": "Casino",
"author": "SpinX Games Limited",
"downloads": "10,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:4iu4Mb3XQtE?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/sp7Z4rOmD4DS70knJXqOG-XCIYnoVzhXodeJs31sJIaJPTnVlOc1HEp1G7x9WqYEGI2j"
},
{
"title": "Cash Master - Carnival Prizes",
"link": "https://play.google.com/store/apps/details?id=free.prizes.cash.carnival.coin.dozer.pusher",
"product_id": "free.prizes.cash.carnival.coin.dozer.pusher",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=free.prizes.cash.carnival.coin.dozer.pusher&store=apps",
"description": "Cash Master the Brand-New Vegas Coin Pusher Game. Play and Win Big Jackpot!✪Breaking news! The incredible Cash Master - Carnival Prizes is HERE! Offering you a real casino experience in a brand-new way! Become the MASTER of the coin pusher machine in Cash Master! Try not to be too addictive because the fun will be totally beyond your imagination! ✪Cash Master is a classic coin dozer pusher game, with endless coin supply, all you need is drop the coins! Extra slots feature will lead you into a surprising coin-pushing exploration! Download and start the Vegas casino coin pusher journey right away!Hold on to your smart phone! The classic arcade coin pusher machine is in your hands! Drop the coins, use the power-ups wisely to maximize your rewards! With the special slots feature, you can even win more! Join millions of players on the best dozer game on the store!What kinds of unique features makes Cash Master a special coin dozer pusher game?★Unbelievable winning rate slots and huge jackpot!★Lifelike 3D graphics and mind-blowing coin effects!★Solve the puzzles to collect prizes and special rewards, and additional rewards from coin pushers!★Entertaining mini games, such as The Fortune Wheel, Scratch Cards, in which you will win HUGE rewards!★10+ different styles of dozer machines from real casino!★Winning the massive jackpot through the slot machine when you collect the slot machine coins!★Start your lucky day with awesome daily and hourly bonuses at Cash Master - Carnival Prizes!Unique power-up coins with different abilities will boost you up!✪Silver Coins are just like normal coin but they will add double the amount to your coin balance and of course double the experience to help you level up faster!✪Chips are the second important game currency, they will help you to purchase in-game boosts, mini games and even extra bonuses!✪Powerups are special in-game effects to help you. You can either collect them by pushing them off the table, or by purchasing them in the Boosts menu!✪Coin Walls protect items on board from falling down on both sides of the coin pusher!✪Coin Shower will trigger the coin rain bonus with a massive coin drop.✪Pusher Attack allows your pusher to move much further on the platform, resulting in more coins collected.✪Giant Coin drops to splash everything on board, it falls from the sky like a meteor making the platform shake after a powerful hit and pushing, even more coins over the front edge.✪Prize Coin brings super rare prizes waiting for you to collect and receive a huge number of coins! Once you solve a puzzle, the next one unlocks for you on a coin pusher.Head into Cash Master now! Stunning experience and huge winnings won't let you down!",
"rating": 4.8,
"category": "Casino",
"author": "Chivalry Technology Co., Limited",
"downloads": "100,000+",
"thumbnail": "https://play-lh.googleusercontent.com/rkEGn3cGa4OHS8BeRP5HoEh9UpAZmVlmpwIvfB-6Ffg-EtddjEKYaNEPEW69bCog9g4"
},
...
]
}
Rows Type Organic results overview for Google Play Games with q(Query Search)
{
"search_metadata": {
"id": "642ab83d914a814bfa654d2e",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/15550b1d233ed9bf/642ab83d914a814bfa654d2e.json",
"created_at": "2023-04-03 11:27:57 UTC",
"processed_at": "2023-04-03 11:27:57 UTC",
"google_play_games_url": "https://play.google.com/store/search?q=Action+Games&c=apps&hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/15550b1d233ed9bf/642ab83d914a814bfa654d2e.html",
"total_time_taken": 1.77
},
"search_parameters": {
"engine": "google_play_games",
"q": "Action Games",
"hl": "en",
"gl": "us"
},
"organic_results": [
{
"title": "Recommended for you",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&q=Action+Games§ion_page_token=YoABSj8KPQgUEJiSyKcNEJLs2KEHEO-u3vkJEP7JrZwNEIapzsEJEI701L0KEPTSmroMEJur1OsFELnoxrsGEKPb1XFQFIoEOgoCCAoQARoWcmVjc190b3BpY19rLW1BNU9DdXBQZyoER0FNRTICCAU6EAoMQWN0aW9uIEdhbWVzEAA",
"section_page_token": "YoABSj8KPQgUEJiSyKcNEJLs2KEHEO-u3vkJEP7JrZwNEIapzsEJEI701L0KEPTSmroMEJur1OsFELnoxrsGEKPb1XFQFIoEOgoCCAoQARoWcmVjc190b3BpY19rLW1BNU9DdXBQZyoER0FNRTICCAU6EAoMQWN0aW9uIEdhbWVzEAA"
},
"items": [
{
"title": "Subway Surfers",
"link": "https://play.google.com/store/apps/details?id=com.kiloo.subwaysurf",
"product_id": "com.kiloo.subwaysurf",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.kiloo.subwaysurf&store=apps",
"rating": 4.6,
"author": "SYBO Games",
"category": "Arcade",
"downloads": "1,000,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:8luKEgYrncs?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/07LNgPwPMqTx-oSZqgi89vM3G3ZpsQkUH4M3jEmVyG3fapx2UdhN38BZlt9_yIt8Ii8=s256-rw",
"description": "DASH as fast as you can! DODGE the oncoming trains! Help Jake, Tricky & Fresh escape from the grumpy Inspector and his dog. ★ Grind trains with your cool crew! ★ Colorful and vivid HD graphics! ★ Hoverboard Surfing! ★ Paint powered jetpack! ★ Lightning fast swipe acrobatics! ★ Challenge and help your friends! Join the most daring chase! A Universal App with HD optimized graphics.Originally co-developed by SYBO and Kiloo."
},
{
"title": "Talking Tom Gold Run",
"link": "https://play.google.com/store/apps/details?id=com.outfit7.talkingtomgoldrun",
"product_id": "com.outfit7.talkingtomgoldrun",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.outfit7.talkingtomgoldrun&store=apps",
"rating": 4.3,
"author": "Outfit7 Limited",
"category": "Action",
"downloads": "500,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/gXHJLOPxbvDkx6pD8VYxwDpqiOsfQKq-kJOCdRiaBdmX0CaAARy_WV4fJjQKT7KG0uI=s256-rw",
"description": "Somebody stop Roy Rakoon!This pesky raccoon nabbed all the gold. Now players must help Talking Tom speed, slide and dodge through wild worlds to snatch the treasure and catch up to Roy.- Thrilling chases- Action-packed time trials- Exciting worlds- Awesome power ups- Friends to unlock- Fun new outfitsPlayers can unlock Talking Angela, Ginger, Ben and Hank as they go!From Outfit7, creators of My Talking Tom, My Talking Angela, My Talking Tom Friends and Talking Tom Hero Dash.This app is certified by PRIVO, an FTC Children’s Online Privacy Protection Act (COPPA) Safe Harbor.This app contains:- Promotion of Outfit7's products and advertising;- Links that direct customers to Outfit7’s websites and other apps;- Personalization of content to encourage users to play the app again;- YouTube integration to allow users to watch videos of Outfit7's animated characters;- The option to make in-app purchases;- Items to purchase (available in different prices) using virtual currency, depending on the player’s progress; and- Alternative options to access all functionalities of the app without making any in-app purchases using real money.Terms of use: https://talkingtomandfriends.com/eula/en/EEA privacy policy: https://talkingtomandfriends.com/eea/en/US privacy policy: https://talkingtomandfriends.com/privacy/en/Brazil privacy policy: https://talkingtomandfriends.com/privacy-brazil/en/Rest of the world privacy policy: https://talkingtomandfriends.com/privacy/en/Customer support: support@outfit7.com"
},
{
"title": "Red Ball 4",
"link": "https://play.google.com/store/apps/details?id=com.FDGEntertainment.redball4.gp",
"product_id": "com.FDGEntertainment.redball4.gp",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.FDGEntertainment.redball4.gp&store=apps",
"rating": 4.5,
"author": "FDG Entertainment GmbH & Co.KG",
"category": "Arcade",
"downloads": "100,000,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:6adrDgBDMQI?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/_2RsmTzfPHkBeSmDVOzgKaSQGLNqYep9mRsuYErzIcQslzAt_0hQDgoP4wJCwvMJkizT=s256-rw",
"description": "Red Alert! Evil minions want to squeeze the planet into a square shape. Who's got the balls to save the world ? Oh yeah, that's right!Red Ball to the rescue! Roll, jump and bounce through 75 exciting levels full of adventure.Make your way through tricky traps and defeat all monsters. Features: - All-New Red Ball Adventure - 75 Levels - Epic Boss Battles - Cloud Support - Exciting Physics Elements - Groovy Soundtrack - HID Controller Support"
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&next_page_token=EAIaPggCEIjYusYFEN-Q2p4IGP7h4p4LGPGG_twJGOvwrb8PGK2wrrsKGMqbv7EKGJqxz8QJGP_vuYgKGP6jnOcI&q=Action+Games",
"next_page_token": "EAIaPggCEIjYusYFEN-Q2p4IGP7h4p4LGPGG_twJGOvwrb8PGK2wrrsKGMqbv7EKGJqxz8QJGP_vuYgKGP6jnOcI"
}
}
List Type Organic results overview for Google Play Games with q(Query Search)
{
"search_metadata": {
"id": "64c9329d40c4a965af117240",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/f2c308232faa3f3e/64c9329d40c4a965af117240.json",
"created_at": "2023-08-01 16:28:13 UTC",
"processed_at": "2023-08-01 16:28:13 UTC",
"google_play_games_url": "https://play.google.com/store/search?q=Coffee&c=apps&hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/f2c308232faa3f3e/64c9329d40c4a965af117240.html",
"total_time_taken": 1.7
},
"search_parameters": {
"engine": "google_play_games",
"q": "Coffee",
"hl": "en",
"gl": "us"
},
"organic_results": [
{
"items": [
{
"title": "Coffee Stack",
"link": "https://play.google.com/store/apps/details?id=markergame.coffeestack",
"product_id": "markergame.coffeestack",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=markergame.coffeestack&sort_by=1&store=apps",
"rating": 4.5,
"author": "Rollic Games",
"category": "Racing",
"downloads": "10,000,000+",
"video": "https://www.youtube.com/embed/N2XgqfC9L9g?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/Em3pMOBIvfp4WfPCJjyCBU8KnyjK7khnR2lCAHpwfLnKsGQJ46gFtePGjisBh2yOtA=s64",
"description": "Who doesn't start a day without a cup of coffee? Coffee Stack is a cup stacking game with runner Coffee Shop elements for extra fun! In this fantastic cup of coffee, you have a chance to collect all the stacks and pack coffee, fill them in different flavors, stack them and sell them to customers and earn cash rewards.Start with a coffee cup & Collect coffee cups stack them in a long queue. Upgrade your line to turn your coffees into delicious drinks, sweet cappuccinos, lattes, and frappuccinos! Add the beautiful sleeves, put on cute lids, and voila! You have an art piece of coffee cups! Gameplay• 3D Cup Stack Game with coffee themes.• Fun cup game where kids learn to serve and make coffee.• Choose your favorite barista hand and learn how to make the best drinks.• Easy to use stacking controls for kids to play.• Make hot or cold, tasty drinks for customers on your runway cafe.• Upgrade your cups of coffee; try not to give them for free!More Features• Design and upgrade your COFFEE SHOP! • Decorate your Coffee Shop as in your caffeine stimulated dreams, improve your coffee corp and turn it into an empire as you earn money!If you like coffee games, you will love this game! What are you waiting for? Open your shop, and invite in your first customers!Recommended to users who are 13 years and over."
},
{
"title": "Perfect Coffee 3D",
"link": "https://play.google.com/store/apps/details?id=com.blazedays.perfectcoffee",
"product_id": "com.blazedays.perfectcoffee",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.blazedays.perfectcoffee&sort_by=1&store=apps",
"rating": 4.3,
"author": "Kwalee",
"category": "Casual",
"downloads": "5,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/BWXqcEXBuYxOpqFeuNgsNetYyaqia9k7oI3yvX5qBbPAdX8uxziTmvgrgQF0LOTMfA=s64",
"feature_image": "https://play-lh.googleusercontent.com/Eu5-6tDT40PuEuCwX7idEoO2kxPATkiIOiGUEu289b4EFz63NhIthhSpnMZhlzRecms=w416-h235",
"description": "Put your barista cap on and run the best coffee shop in town!Pour a satisfying cup of coffee by adding all the delicious ingredients like cream, berry milk, syrup, and more. But satisfying coffee lovers isn’t easy; you need to be an expert! There are flavors to experiment with; choose the right one for your customer before they change their barista! Do you think you can handle VIPs? They would like special ingredients in their unique cup, add the rainbow boba and gold flake ice to impress them! Make the perfect coffee to get large tips in the jar! Perfect Coffee 3D Features:-Pouring and mixing ingredients -See VIP customers at each level-Surprise them with new flavorsSUBSCRIBE TO PERFECT COFFEE 3D Subscribe to Perfect Coffee 3D for all of the following benefits:* No Ads* x2 Earnings* Cats!* Exclusive Glasses* Exclusive IngredientsSUBSCRIPTIONS INFORMATION: Perfect Coffee 3D VIP Membership access offers two membership options:1) A weekly subscription costing $5.49 per week after a 3 day FREE trial period.2) A monthly subscription costing $14.49 per month.After buying this subscription, you will unlock exclusive cats for your cafe, exclusive glasses and ingredients to use in your cafe, remove non-optional ads, and x2 earning from your customers. This is an auto-renewable subscription. The payment is charged to your account after confirmation. The subscription is renewed unless you unsubscribe 24 hours before the period ends. Your account will also be charged for renewalThe prices notes are for United States customers. Pricing in other countries may change and actual charges may be converted to local currency.End of trial and subscription renewal:- The payment is charged to your iTunes account after a confirmation of purchase- The subscription is renewed unless you unsubscribe 24 hours before the end of the current period- The account will be charged for renewal 24 hours before the end of the current period at the standard cost of the weekly subscription- The user may manage the subscription and auto-renewal by accessing the user's account settings after purchase in the store- No cancellation of the current subscription is permitted during the active subscription period- Any unused portion of the free trial period will be forfeited when the subscription is purchasedCancelling a trial or subscription:- In order to cancel a subscription during the free trial period you need to cancel it through your account in the Store. This must be done at least 24 hours before the end of the free trial period to avoid being charged.\"-Surprise them with new flavorshttp://privacy.servers.kwalee.com/privacy/PerfectCoffee3DEULA.html"
},
{
"title": "Coffee Break - Cafe Simulation",
"link": "https://play.google.com/store/apps/details?id=io.supercent.coffeebreak",
"product_id": "io.supercent.coffeebreak",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=io.supercent.coffeebreak&sort_by=1&store=apps",
"rating": 4.6,
"author": "Supercent",
"category": "Simulation",
"downloads": "5,000,000+",
"video": "https://www.youtube.com/embed/YGMkf9y6mbM?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/oDqxjCIRqIEuhlQvCbmzLGMHbUFqTyZB_bRXgZvwp-49hFCYfzZ-1m641fkd9g21P0GE=s64",
"description": "The BEST Coffee Shop Simulation Game.😍Build your own Coffee Empire in this coffee shop tycoon.Sell a variety of drinks, keep your store clean and make your customers satisfied. Expanding your coffee shop allows you to hire employees, buy new tables, and attract more customers!This simple and fun game lets you experience everything about a coffee shop.KEY POINTS✨🙌 Make coffee and Serve!Become a barista and make the drinks for your customer. Not only do you make drinks, but you also need to manage the store. Some of guests just want to carry out and some want to dine in. Always keep your table clean to get more customers.🏣 Hire & Manage more employees!If you are too busy to handle all customers, hire employees. They will clean the table and make coffee for you. Become the boss and run your business efficiently.🚘 Build a Drive-Thru You can also open up a drive thru for customers in the car. Attract and serve more customers by opening the drive thru. 🎉 Unlock new branches with various themes!After expanding your first cafe to its full potential, it's time to consider opening a second branch. Unlock the new branches to meet our various themes! How much bigger can your coffee shop be?If you are looking for a simple to play coffee simulation game for your spare time, this is the perfect game for you. Download Coffee Break and get down to business t!"
},
...
]
}
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play_games&gl=us&hl=en&next_page_token=SECT_Yl5KPwo9CBQQtNG4hQQQ-rHAPBDDyLedBRCD8NiLChDb-6myChCt1vO9DxCM-prFDhDvkY6BChC7paKIDRCMgej8DlAU8gMYEgQIABAeQhBaDgoGQ29mZmVlGAEgASoA&q=Coffee",
"next_page_token": "SECT_Yl5KPwo9CBQQtNG4hQQQ-rHAPBDDyLedBRCD8NiLChDb-6myChCt1vO9DxCM-prFDhDvkY6BChC7paKIDRCMgej8DlAU8gMYEgQIABAeQhBaDgoGQ29mZmVlGAEgASoA"
}
}
Items highlights overview
{
...
"items_highlight": [
[
{
"title": "8 Ball Pool",
"subtitle": "Throw down for the Ultimate Rumble Quest",
"link": "https://play.google.com/store/apps/details?id=com.miniclip.eightballpool",
"product_id": "com.miniclip.eightballpool",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.miniclip.eightballpool&sort_by=1&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/bPz1guJ6FHF3oIOEy3KqwpaDDKO-hLRaZoyzmM8bLFLN8fWm6L0_EuUnkwv9iqPo3Ag=s64"
},
{
"title": "Homescapes",
"subtitle": "Help William & Austin clear obstacles to reach Butler's Peak",
"link": "https://play.google.com/store/apps/details?id=com.playrix.homescapes",
"product_id": "com.playrix.homescapes",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.playrix.homescapes&sort_by=1&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/gSjFqN95LD5aX2zksiuZda21c-HKJpePUTp54C3_niK8mx1jEzpgut4u72d_P94YTRo=s64"
},
{
"title": "Cooking Fever: Restaurant Game",
"subtitle": "Immerse yourself in the vibrant world of Korean cuisine with the new update!",
"link": "https://play.google.com/store/apps/details?id=com.nordcurrent.canteenhd",
"product_id": "com.nordcurrent.canteenhd",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.nordcurrent.canteenhd&sort_by=1&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/YrCNaDzpHFs4VO6gQmFFjFCMWi3UWBC1qWuhMe4rlb4e1JjhGtzpCb1VDS5eQ4Rl8W4=s64"
},
...
],
...
],
...
}
App highlight overview
Some searches can contain the app_highlight
. This block will usualy show up when searching for a specific game.
{
...
"app_highlight": {
"title": "PUBG MOBILE",
"link": "https://play.google.com/store/apps/details?id=com.tencent.ig",
"product_id": "com.tencent.ig",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.tencent.ig&sort_by=1&store=apps",
"rating": 4.2,
"reviews": 44700000,
"content_rating": {
"text": "Teen",
"thumbnail": "https://play-lh.googleusercontent.com/mw_NfsvKM8m6RPv8Fz2GQawCOsqWv010saMnc7zbWalMxuaA9IY8h7E0VMieLxSxAFB98NFeYqbFrXXq=w48-h16"
},
"downloads": "500M+",
"author": "Level Infinite",
"description": "Choice of Over 1 Billion Players! Ultimate Battle Royale On Mobile!",
"video": "https://www.youtube.com/embed/MpIngg8qf7s?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/yqVgz686uMJ1hwxEBW9D0ym-QLpVZ2JEJphcRm7Dz7NdXma0gRLtK5roTLbEz2LfFQk=s64",
"images": [
"https://play-lh.googleusercontent.com/THbzuhTW4zgkc5TkdLoxxB7XGu9Mijy-nkc3zk4fBzsMK3LFNLhFQkea0Q75-d-0BCxM=w720-h405",
"https://play-lh.googleusercontent.com/61g5iT38mCkQWbcTsV9EVb6MQGY2gWjPZKw39JGjXzKD1SekhPrw9sbuT9_0ybp7u41-=w526-h296",
"https://play-lh.googleusercontent.com/EZGbtdIC4AkOkmmZhVJUOx0dkyV8Tt5Z-huatpoRM74SLgIPJX-rmdhtLdP0FgurHig=w526-h296",
...
],
"offers": [
{
"text": "Install",
"link": "https://play.google.com/store/apps/details?id=com.tencent.ig&rdid=com.tencent.ig&feature=md&offerId"
}
]
},
...
}