Google Play Store API
Our Google Play Apps Store API allows you to scrape SERP results from Google Play Apps Store. The API is accessed through the following endpoint: /search?engine=google_play
. A user may query the following: https://serpapi.com/search?engine=google_play
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 Games Store)
- Category Search: by using apps_category parameter
- Plain Search: without using q or apps_category parameters
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
apps_category
Optional
Parameter defines the apps store category. Head to the Google Play store Apps Categories for a full list of supported Google Play Apps store categories.
Advanced Google Play Parameters
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 Apps 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 Apps 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.
Seven 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
- Related Searches
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 Play Store.
This API does not have html response when using pagination, retrieving top charts, or retrieveing some apps_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, Items Highlight Results, App Highlight, and Related Searches
{
...
"app_highlight": {
"title": "String - App Highlight Title (Ex: 'Stripe Dashboard')",
"link": "String - Link of the item in the app highlight block (Ex: 'https://play.google.com/store/apps/details?id=com.stripe.android.dashboard')",
"product_id": "String - Product Id of the item in the app highlight block (Ex: 'com.stripe.android.dashboard')",
"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: 'Stripe, Inc.')",
"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: 'A space for everyone')",
"subtitle": "String - Subtitle of the item in the highlight block (Ex: 'Together with Pride')",
"link": "String - Link of the item in the highlight block (Ex: 'https://play.google.com/store/apps/details?id=com.reddit.frontpage')",
"product_id": "String - Product Id of the item in the highlight block (Ex: 'com.reddit.frontpage')",
"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: 'Popular apps')",
"subtitle": "String - Organic Result Row subtitle (Ex: 'Video and messaging apps')"
"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: 'Instagram')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.instagram.android')",
"product_id": "String - Organic Result product id (Ex: 'com.instagram.android')",
"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: 'Facebook')",
"category": "String - Organic Result category (Ex: 'Communication')",
"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"
]
},
...
]
},
...
],
"related_searches": [
{
"query": "String - Query text (Ex: 'paynow for stripe')",
"link": "String - Qeury link (Ex: 'https://play.google.com/store/search?q=paynow+for+stripe&c=apps')",
"serpapi_link": "String - SerpApi Google Play API link with the query"
},
...
],
"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: 'Popular apps')",
"items": [
{
"title": "String - Organic Result title (Ex: 'Instagram')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.instagram.android')",
"product_id": "String - Organic Result product id (Ex: 'com.instagram.android')",
"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: 'Facebook')",
"category": "String - Organic Result category (Ex: 'Communication')",
"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: 'Instagram')",
"link": "String - Organic Result link (Ex: 'https://play.google.com/store/apps/details?id=com.instagram.android')",
"product_id": "String - Organic Result product id (Ex: 'com.instagram.android')",
"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: 'Facebook')",
"category": "String - Organic Result category (Ex: 'Communication')",
"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"
},
...
],
...
}
Rows Type Organic results overview for Google Play (Plain Search)
{
"search_metadata": {
"id": "64d0dacc40c4a966f4756be3",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4f75f238c066f0c6/64d0dacc40c4a966f4756be3.json",
"created_at": "2023-08-07 11:51:40 UTC",
"processed_at": "2023-08-07 11:51:41 UTC",
"google_play_url": "https://play.google.com/store/apps?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0dacc40c4a966f4756be3.html",
"total_time_taken": 3.82
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps"
},
...
"organic_results": [
{
"title": "Popular apps",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&store=apps",
"section_page_token": "Yl4SFwoCCAEQOxoLQVBQTElDQVRJT04qAggBSj4KPAgUEIzG5P8JEKKbgbsDEMOLqYoLEPenl5kCELnOy8QDEOKaiZgDEPf26K4KELvElRQQ5dfrQRDmyLG7AVAU-AEA"
},
"items": [
{
"title": "Instagram",
"link": "https://play.google.com/store/apps/details?id=com.instagram.android",
"product_id": "com.instagram.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.instagram.android&sort_by=1&store=apps",
"rating": 3.9,
"author": "Instagram",
"category": "Social",
"downloads": "1,000,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/VRMWkE5p3CkWhJs6nv-9ZsLAs1QOg5ob1_3qg-rckwYW7yp1fMrYZqnEFpk0IoVP4LM=s256",
"description": "Instagram (from Meta) allows you to create and share your photos, stories, reels and videos with the friends and followers you care about. Connect with friends, share what you're up to, or see what's new from others all over the world. Explore our community where you can feel free to be yourself and share everything from your daily moments to life's highlights.\n\nINSTA reels bring you a new way to create and discover entertaining short videos. You can watch, like, comment, and share reels videos in a dedicated space in the Reels tab.\n\n*Watch & create short clips up to 30 seconds long with INSTA Reels.\nAdd special effects, background music, face filters, emojis, and stickers to bring your reels and stories to life\nUpload your creative video clips and reels to expand your audience \nEnjoy millions of entertaining, funny, and informative videos and reels\nWatch & share any Instagram Reels video with your friends\n\n*Add photos and videos to your INSTA Story that disappear after 24 hours, and bring them to life with fun creative tools.\nStories allow you to easily share moments or posts from your day with text, music, stickers, and GIFs to bring your Stories to life\nShare memes privately with your friends and have conversations\nBoomerangs loop any moment you capture for a fun mini-video while Superzoom lets you add special effects as the camera automatically zooms in\nAdd polls to your Stories to get more interaction with friends and followers\nChoose specific Close Friends who can watch your video clips or make them public\nPin your favorite memories to your profile to keep your Stories alive as Highlights\n\n* Message your friends in Direct\nStart fun conversations with one or more friends about what you see on Feed, Stories, and INSTA Reels.\nVideo chat to connect no matter where you are\nLearn about what's trending from your favorite accounts and share them to friends\nSend messages to your friends, share posts privately, and receive chat notifications\n\n* Post photos, reels and videos to your INSTA Feed\nUpload photos and videos directly from your phone library\nShare content with your followers instantly\nPost photos and videos to your feed that you want to show on your profile\nPost short videos, reels or photo updates from moments in your life\nReceive notifications when someone likes or comments on your post\n\n*Search & Explore to Learn More About Your Interests\n* Follow your favorite bands, celebrities, actors, athletes, and singers for live updates\n* Watch skits, movie scenes, news updates, music performances, sports highlights, and more from your favorite pages\n* Check out IGTV for longer videos from your favorite INSTA creators.\n* Discover brands and connect with local small businesses\n* Shop for products that compliment your personal style."
},
{
"title": "Snapchat",
"link": "https://play.google.com/store/apps/details?id=com.snapchat.android",
"product_id": "com.snapchat.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.snapchat.android&sort_by=1&store=apps",
"rating": 4.1,
"author": "Snap Inc",
"category": "Communication",
"downloads": "1,000,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/KxeSAjPTKliCErbivNiXrd6cTwfbqUJcbSRPe_IBVK_YmwckfMRS1VIHz-5cgT09yMo=s256",
"description": "Snapchat is a fast and fun way to share the moment with your friends and family 👻\n\nSNAP \n• Snapchat opens right to the Camera — just tap to take a photo, or press and hold for video.\n• Express yourself with Lenses, Filters, Bitmoji and more! \n• Try out new Lenses daily created by the Snapchat community!\n\nCHAT \n• Stay in touch with friends through live messaging, or share your day with Group Stories.\n• Video Chat with up to 16 friends at once — you can even use Lenses and Filters when chatting!\n• Express yourself with Friendmojis — exclusive Bitmoji made just for you and a friend.\n\nSTORIES\n• Watch friends' Stories to see their day unfold.\n• See Stories from the Snapchat community that are based on your interests.\n• Discover breaking news and exclusive Original Shows.\n\nSPOTLIGHT\n• Spotlight showcases the best of Snapchat!\n• Submit your own Snaps or sit back, relax, and watch.\n• Pick your favorites and share them with friends.\n\nMAP \n• Share your location with your best friends or go off the grid with Ghost Mode.\n• See what your friends are up to on your most personal map when they share their location with you. \n• Explore live Stories from the community nearby or across the world!\n\nMEMORIES \n• Save unlimited photos and videos of all your favorite moments.\n• Edit and send old moments to friends or save them to your Camera Roll.\n• Create Stories from your favorite Memories to share with friends and family.\n\nFRIENDSHIP PROFILE \n• Every friendship has its own special profile to see the moments you’ve saved together.\n• Discover new things you have in common with Charms — see how long you’ve been friends, your astrological compatibility, your Bitmoji fashion sense, and more!\n• Friendship Profiles are just between you and a friend, so you can bond over what makes your friendship special.\n\nHappy Snapping!\n\n• • •\n\nPlease note: Snapchatters can always capture or save your messages by taking a screenshot, using a camera, or otherwise. Be mindful of what you Snap!\n\nFor a full description of our privacy practices, please see our Privacy Center."
},
{
"title": "Temu: Shop Like a Billionaire",
"link": "https://play.google.com/store/apps/details?id=com.einnovation.temu",
"product_id": "com.einnovation.temu",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.einnovation.temu&sort_by=1&store=apps",
"rating": 4.6,
"author": "Temu",
"category": "Shopping",
"downloads": "50,000,000+",
"video": "https://www.youtube.com/embed/RgNuwb9lpeg?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI=s256",
"description": "Shop on Temu for exclusive offers. Free delivery everywhere!\n\nNo matter what you're looking for, Temu has you covered, including fashion, home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more.\n\nDownload Temu today and enjoy incredible deals daily.\n\nWIDE SELECTION\nDiscover thousands of new products and shops.\n\nCONVENIENCE\nFast and secure checkout.\nFree shipping & returns within 90 days.\n*Other conditions may apply\n\nVisit temu.com or follow us on:\nInstagram: https://www.instagram.com/temu\nTikTok: https://tiktok.com/@shoptemu\nFacebook: https://www.facebook.com/shoptemu\nYoutube: https://www.youtube.com/@temu"
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&next_page_token=EA8a0QEIEBDHlb3EBBCywKatARDAo57wCBC3vdyYChC6y42cChC--Mm6DxC-vJ6OARCvhpPMDRDvybO5DhC-iJzcAxiIob0fGKvDrIwBGO7D68cKGObZrLsNGM79gqEDGIbW5aIJGPG0m-gEGI-QqZYIGNy0qcUCGMb4_P8KGJ_dz5cHGNyS3JcIGLKS-IECGICn1OgPGLzBgegDGLLFz5ALGLGGhoQGGMOf2_cHGMLwmrkJGIuQyNMIKhhqSnNjTTBGbU9TMXF0bGJvTEprWSt3PT0yAA&store=apps",
"next_page_token": "EA8a0QEIEBDHlb3EBBCywKatARDAo57wCBC3vdyYChC6y42cChC--Mm6DxC-vJ6OARCvhpPMDRDvybO5DhC-iJzcAxiIob0fGKvDrIwBGO7D68cKGObZrLsNGM79gqEDGIbW5aIJGPG0m-gEGI-QqZYIGNy0qcUCGMb4_P8KGJ_dz5cHGNyS3JcIGLKS-IECGICn1OgPGLzBgegDGLLFz5ALGLGGhoQGGMOf2_cHGMLwmrkJGIuQyNMIKhhqSnNjTTBGbU9TMXF0bGJvTEprWSt3PT0yAA"
}
}
List Type Organic results overview for Google Play with section_page_token(Plain Search)
{
"search_metadata": {
"id": "64d0e41140c4a966f7eeea16",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e41140c4a966f7eeea16.json",
"created_at": "2023-08-07 12:31:13 UTC",
"processed_at": "2023-08-07 12:31:13 UTC",
"google_play_url": "https://play.google.com/store/apps?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e41140c4a966f7eeea16.html",
"prettify_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e41140c4a966f7eeea16.prettify",
"total_time_taken": 1.72
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps",
"section_page_token": "Yl4SFwoCCAEQOxoLQVBQTElDQVRJT04qAggBSj4KPAgUEIzG5P8JEKKbgbsDEMOLqYoLEPenl5kCELnOy8QDEOKaiZgDEPf26K4KELvElRQQ5dfrQRDmyLG7AVAU-AEA"
},
"organic_results": [
{
"title": "Popular apps",
"items": [
{
"title": "Walmart: Shopping & Savings",
"link": "https://play.google.com/store/apps/details?id=com.walmart.android",
"product_id": "com.walmart.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.walmart.android&sort_by=1&store=apps",
"description": "Fast & Easy Pickup or Delivery.",
"rating": 4.7,
"author": "Walmart",
"thumbnail": "https://play-lh.googleusercontent.com/nckECUuaqv8rJllZ3CIvOJxxBnqe0TISPy_X-9B3U8nM4rst1Nr0eixKZlXW5fKyiTsf"
},
{
"title": "Amazon Shopping",
"link": "https://play.google.com/store/apps/details?id=com.amazon.mShop.android.shopping",
"product_id": "com.amazon.mShop.android.shopping",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.amazon.mShop.android.shopping&sort_by=1&store=apps",
"description": "Browse, search & buy millions of products right from your Android device.",
"rating": 4.2,
"author": "Amazon Mobile LLC",
"thumbnail": "https://play-lh.googleusercontent.com/7nPCXIJ5I2KZCPdPH12SFIoYM6GF_tIGy3bIEGPB6kC8NV03MkaOzBaPIb6wesANuls"
},
{
"title": "CapCut - Video Editor",
"link": "https://play.google.com/store/apps/details?id=com.lemon.lvoverseas",
"product_id": "com.lemon.lvoverseas",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.lemon.lvoverseas&sort_by=1&store=apps",
"description": "Capture the moment and Cut",
"rating": 4.4,
"author": "Bytedance Pte. Ltd.",
"thumbnail": "https://play-lh.googleusercontent.com/MO4jVMbqskWrBD7BDUiKkymLPDMlSFjnEE-JTCigWv6UcoENgAkSKr8bs0IvPs8Twv8"
},
...
]
}
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&next_page_token=SECT_YmASFwoCCAEQOxoLQVBQTElDQVRJT04qAggBSkAKPghKEPXmhq4DEOmz5KALEJ_z--QMELeQhM4DEIyVxJADELXvzMEKEIGehbYGEKHtoIYEEKDC0KcOEMPe0qQGUEb4AQA§ion_page_token=Yl4SFwoCCAEQOxoLQVBQTElDQVRJT04qAggBSj4KPAgUEIzG5P8JEKKbgbsDEMOLqYoLEPenl5kCELnOy8QDEOKaiZgDEPf26K4KELvElRQQ5dfrQRDmyLG7AVAU-AEA&store=apps",
"next_page_token": "SECT_YmASFwoCCAEQOxoLQVBQTElDQVRJT04qAggBSkAKPghKEPXmhq4DEOmz5KALEJ_z--QMELeQhM4DEIyVxJADELXvzMEKEIGehbYGEKHtoIYEEKDC0KcOEMPe0qQGUEb4AQA"
}
}
Rows Type Organic results overview for Google Play with next_page_token(Plain Search)
{
"search_metadata": {
"id": "64d0e8f840c4a9281fc35f69",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e8f840c4a9281fc35f69.json",
"created_at": "2023-08-07 12:52:08 UTC",
"processed_at": "2023-08-07 12:52:09 UTC",
"google_play_url": "https://play.google.com/store/apps?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e8f840c4a9281fc35f69.html",
"prettify_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0e8f840c4a9281fc35f69.prettify",
"total_time_taken": 5.75
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps",
"next_page_token": "EAUargEIBRDJ8saTDBCC26PPARD42ZbqBBCoxpGOCBCT6c_WCBjayL92GM_d_KMDGJDR8ccBGNLepaMDGILZ3gYYxv2BhAQYiKG9Hxj37ucuGNT5yb4KGIaOsaIEGOCc3okEGJ2g244PGLrj4_0DGM-HuNgBGOak75QPGPeR_o4KGMD_vo4CGKSYx9gGGPesidgGGMyJm8ACKhhqSnNjTTBGbU9TMXF0bGJvTEprWSt3PT0"
},
"organic_results": [
{
"title": "Go shopping",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en§ion_page_token=YngSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggCSkAKPggAEMPTn4YCENeF8oUOEO-K_6MNEMvb2aoDENKJrboMEPXmhq4DEKvUmJgCENCb5LAMEM3i07YOEM6k160EUAr4AQA&store=apps",
"section_page_token": "YngSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggCSkAKPggAEMPTn4YCENeF8oUOEO-K_6MNEMvb2aoDENKJrboMEPXmhq4DEKvUmJgCENCb5LAMEM3i07YOEM6k160EUAr4AQA"
},
"see_more_link": "https://play.google.com/store/apps/collection/cluster?&gsr=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA:S:ANO1ljJ_1Nc",
"see_more_token": "SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA:S:ANO1ljJ_1Nc",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&see_more_token=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA%3AS%3AANO1ljJ_1Nc&store=apps",
"items": [
{
"title": "SHEIN-Shopping Online",
"link": "https://play.google.com/store/apps/details?id=com.zzkko",
"product_id": "com.zzkko",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.zzkko&sort_by=1&store=apps",
"description": "Everything you love, now at your fingertips!\n\nSHEIN is a fun and ultra-affordable online shopping platform. From fashion apparel to home, beauty, accessories, shoes and pet, plus electronics, tools, office and more, SHEIN is dedicated to meet all your needs in life. We'll keep you in the loop with push notifications about new drops and more. You can also engage with other SHEIN lovers and in real time. With free shippings and free returns policy, hope you have a pleasant journey in SHEIN!\n\nInspire yourself with SHEIN right now!\n\nSave you more\n- Get an extra 15% off on your first order \n- Free shipping on orders over $29 & free returns\n- Daily Flash Sales: Score up to 80% off for countless items\n\nWide selections\n- Fun, easy shopping with wide selections\n- Browse by New Arrivals, Trends, Category, Best Sellers and more\n\nConsiderate services\n- Get first access to sale alerts and promotional discounts\n- Now accepting PayPal and major Credit Cards \n- Style now, pay later! Choose Afterpay to pay in 4 interest-free payments.\n- 24/7 Customer Service and Live Chat available\n\nContact us:\nURL: us.shein.com\nFacebook: www.facebook.com/sheinus/\nInstagram: www.instagram.com/shein_us/\nEmail: dispute@shein.com",
"rating": 4.6,
"category": "Shopping",
"downloads": "100,000,000+",
"author": "Roadget Business PTE. LTD.",
"thumbnail": "https://play-lh.googleusercontent.com/e9FXWFNT_9cL6yPiITu38t3wNLXd5lxohnq1tQQGJhvqsWw-pf4FnDX9zhod5R1jag",
"video": "https://play.google.com/video/lava/web/player/yt:movie:J8lP786Xg0M?autoplay=1&embed=play",
"images": [
"https://play-lh.googleusercontent.com/rP8T1pSkIO-cDziiMOJ2TrxrG-k9z6R17baEomEIH0K1Sho6afiPlovT6V5g54GVViY",
"https://play-lh.googleusercontent.com/OhIM7aQ78_Kis5D0b1pcFu4w4BsVcV50BiI2AOzSEPlyYanf8JgP-aQpQZg7WeV9hg",
"https://play-lh.googleusercontent.com/PF6dNJ-EkdYV_08hEH-_8eGdutuTmLhMitMQq1L7-yGRDxBWObG5GVK89L28Om8HiHdV",
...
]
},
{
"title": "Amazon Shopping",
"link": "https://play.google.com/store/apps/details?id=com.amazon.mShop.android.shopping",
"product_id": "com.amazon.mShop.android.shopping",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.amazon.mShop.android.shopping&sort_by=1&store=apps",
"description": "Product Features\nAmazon Shopping offers app-only benefits to help make shopping on Amazon faster and easier than shopping on your desktop.\n\nNever miss a delivery\nGet real-time tracking and delivery notifications so you know where your package is and when it arrives. \n\nKnow exactly what you’re purchasing\nFull 360° product view lets you see items from every angle. “View in you room” makes sure it fits by using your phone’s camera and VR so you can see it in your space. \n\nWe’ll notify you when items go on sale\nJust tap the heart icon to save items to Your Lists and we’ll alert you of price drops so you don’t miss a deal. \n\nNever forget your password\nSave time by staying securely signed in. If you prefer to sign out, use facial or fingerprint identification to sign back in. \n\nConnect with us when it works best for you\nLive chat support is open 24 hours, 7 days a week. Once you’ve started a chat, it stays that way for 24 hours so you don’t have to start your support session from the beginning. \n\nWe’ll find that item for you\nNot sure of an item’s brand or where to buy it? Just tap the scan icon in the search bar, take a picture of the item or its barcode, and we’ll find it for you.\n\nProduct Description\nBrowse, search, view product details, read reviews, and purchase millions of products. We deliver to 100+ countries in as quickly as 3-5 days. Whether you’re buying gifts, reading reviews, tracking orders, scanning products, or just shopping, Amazon Shopping app offers more benefits than shopping on Amazon via your desktop. \n\nImportant Note Regarding Permissions\nPlease note that the Amazon Shopping app requires access to the following services to operate properly:\n* Contacts: Allows you to send Amazon gift cards to your contacts or invitation to install the Amazon app.\n* Camera: Allows the Amazon app to access your camera on the device. You can use your camera to find products by scanning the cover or its barcode, to add gift cards and credit cards, or to add pictures in the product reviews.\n* Flashlight: Allows the Amazon app to turn on the flashlight. You can use the flashlight to find products with the camera feature even in low-light or dark conditions.\n* Microphone: Allows the Amazon app to access your microphone to use your voice to search and interact with your Assistant.\n* Location: Allows the Amazon app to access your location to help you discover local offers and select addresses fast.\n* Account: Allows you to share products on Amazon with your friends and families through Facebook or other social networks.\n* Phone: Allows the Amazon app to pre-populate the Amazon Customer Service number on your phone’s keypad.\n* Storage: Allows the Amazon app to store your preferences so that some features can load and run faster on the device.\n* Wi-Fi: This permissions is used when setting up either a Dash Button or Dash Wand using the Amazon Shopping app.\n\nThe Amazon App for Tablets is available on Google Play. Search for \"Amazon Tablet\" to install the app and begin shopping.\n\nFor customers located within the European Union, United Kingdom, Brazil, or Turkey: By using this app, you agree to Amazon’s Conditions of Use applicable for your country. Please also see the applicable Privacy Notice, Cookies Notice and Interest-Based Ads Notice for your country. Links to these terms and notices can be found in the footer of your local Amazon homepage.\n\nFor all other customers: By using this app, you agree to the applicable Amazon Conditions of Use (e.g. www.amazon.com/conditionsofuse) and Privacy Notice (e.g. www.amazon.com/privacy) for your country. Links to these terms and notices can be found in the footer of your local Amazon homepage.",
"rating": 4.2,
"category": "Shopping",
"downloads": "500,000,000+",
"author": "Amazon Mobile LLC",
"thumbnail": "https://play-lh.googleusercontent.com/7nPCXIJ5I2KZCPdPH12SFIoYM6GF_tIGy3bIEGPB6kC8NV03MkaOzBaPIb6wesANuls",
"video": "https://play.google.com/video/lava/web/player/yt:movie:0cXihLp1aIQ?autoplay=1&embed=play",
"images": [
"https://play-lh.googleusercontent.com/Bt95BAHb_F8Wdn_Xt1z7sBjUXAD-UIYX_mqAhhRFIv5PobR3vpteXfzNC0ZYiVJPSgM",
"https://play-lh.googleusercontent.com/q-3YfdVSQGgEJ9gj8KCnS17bu4fJmDZxkNzTeaR7bQg2p0lwHFSmBlYCUlW84g32A6w",
"https://play-lh.googleusercontent.com/Uk1pdFdhTA8cw-4R-dLHwb5tnSUfUSMBu0ivlwxDNi1Tc5O7cRvAN8cAunQO-z0JAo4",
...
]
},
...
]
},
{
"title": "Messaging apps",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en§ion_page_token=YnESLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfME1xUmZsWlVSNGcqAggCSjkKNwgAEOjj8jIQxaPntwYQ67ephgsQ8-2-oQ0Que2J5gQQ0L6qvQ8QgL2D6wgQqNSdowkQwoy3qAtQCfgBAA&store=apps",
"section_page_token": "YnESLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfME1xUmZsWlVSNGcqAggCSjkKNwgAEOjj8jIQxaPntwYQ67ephgsQ8-2-oQ0Que2J5gQQ0L6qvQ8QgL2D6wgQqNSdowkQwoy3qAtQCfgBAA"
},
"see_more_link": "https://play.google.com/store/apps/collection/cluster?&gsr=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfME1xUmZsWlVSNGcqAggC-AEA:S:ANO1ljKvZpA",
"see_more_token": "SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfME1xUmZsWlVSNGcqAggC-AEA:S:ANO1ljKvZpA",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&see_more_token=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfME1xUmZsWlVSNGcqAggC-AEA%3AS%3AANO1ljKvZpA&store=apps",
"items": [
{
"title": "Google Chat",
"link": "https://play.google.com/store/apps/details?id=com.google.android.apps.dynamite",
"product_id": "com.google.android.apps.dynamite",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.google.android.apps.dynamite&sort_by=1&store=apps",
"description": "Google Chat is an intelligent and secure communication and collaboration tool, built for teams. From ad-hoc messaging to topic-based workstream collaboration, Chat makes it easy to get work done where the conversation is happening.\n\n• Group collaboration that allows Google Workspace content creation and sharing (Docs, Sheets, Slides), without having to worry about granting permissions\n• Side by side editors, one click meetings, scheduling, document creation, and shared files, tasks, and events make it easy to get work done\n• Google search functionality, with options to filter for conversations and content that you’ve shared\n• Ready for Enterprise, with the full benefits of Google Workspace security and access controls including Data Loss Prevention, Compliance, Admin Settings, Vault Retention, Holds, Search, and Export\n\nFollow us for more:\nTwitter: https://twitter.com/googleworkspace\nLinkedin: https://www.linkedin.com/showcase/googleworkspace\nFacebook: https://www.facebook.com/googleworkspace/",
"rating": 4.3,
"category": "Business",
"downloads": "10,000,000+",
"author": "Google LLC",
"thumbnail": "https://play-lh.googleusercontent.com/cF_oWC9Io_I9smEBhjhUHkOO6vX5wMbZJgFpGny4MkMMtz25iIJEh2wASdbbEN7jseAx",
"images": [
"https://play-lh.googleusercontent.com/kSSG64yr6tnAAGWNH4lLtuwwhxTHtB_J9fV56shZphBDuy8vFkPTJxuMZ8epwbrsHXY",
"https://play-lh.googleusercontent.com/eiXHYkXMc6pTISXkMuE_E-xgLO8F2H5Hm573MXELy5-4kzSzpR4uhWCtYr30VRwK0bBJ",
"https://play-lh.googleusercontent.com/e6s7b5-_nCqAnIXxu0Q-rjLUspNvcYN7YZ6K4b0YXf15VDmJKr5-R-ghvdnK1KE41T0",
...
]
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&next_page_token=EA8a0QEIEBDHlb3EBBCywKatARDAo57wCBC3vdyYChC6y42cChC--Mm6DxC-vJ6OARCvhpPMDRDvybO5DhC-iJzcAxiIob0fGKvDrIwBGO7D68cKGObZrLsNGM79gqEDGIbW5aIJGPG0m-gEGI-QqZYIGNy0qcUCGMb4_P8KGJ_dz5cHGNyS3JcIGLKS-IECGICn1OgPGLzBgegDGLLFz5ALGLGGhoQGGMOf2_cHGMLwmrkJGIuQyNMIKhhqSnNjTTBGbU9TMXF0bGJvTEprWSt3PT0yAA&store=apps",
"next_page_token": "EA8a0QEIEBDHlb3EBBCywKatARDAo57wCBC3vdyYChC6y42cChC--Mm6DxC-vJ6OARCvhpPMDRDvybO5DhC-iJzcAxiIob0fGKvDrIwBGO7D68cKGObZrLsNGM79gqEDGIbW5aIJGPG0m-gEGI-QqZYIGNy0qcUCGMb4_P8KGJ_dz5cHGNyS3JcIGLKS-IECGICn1OgPGLzBgegDGLLFz5ALGLGGhoQGGMOf2_cHGMLwmrkJGIuQyNMIKhhqSnNjTTBGbU9TMXF0bGJvTEprWSt3PT0yAA"
}
}
List Type Organic results overview for Google Play with see_more_token(Plain Search)
{
"search_metadata": {
"id": "64d0ebc040c4a9282125a42e",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/0532b2a155604c33/64d0ebc040c4a9282125a42e.json",
"created_at": "2023-08-07 13:04:00 UTC",
"processed_at": "2023-08-07 13:04:00 UTC",
"google_play_url": "https://play.google.com/store/apps/collection/cluster?hl=en&gl=us&gsr=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA:S:ANO1ljJ_1Nc",
"raw_html_file": "https://serpapi.com/searches/0532b2a155604c33/64d0ebc040c4a9282125a42e.html",
"total_time_taken": 2.35
},
"search_parameters": {
"engine": "google_play",
"see_more_token": "SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA:S:ANO1ljJ_1Nc",
"hl": "en",
"gl": "us",
"store": "apps"
},
"organic_results": [
{
"title": "Go shopping",
"items": [
{
"title": "Temu: Shop Like a Billionaire",
"link": "https://play.google.com/store/apps/details?id=com.einnovation.temu",
"product_id": "com.einnovation.temu",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.einnovation.temu&sort_by=1&store=apps",
"rating": 4.6,
"author": "Temu",
"category": "Shopping",
"downloads": "50,000,000+",
"video": "https://www.youtube.com/embed/RgNuwb9lpeg?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/Nz5sdWyh7jn4eTy_GSaRBDgaKhLC1pvYywC6fklDOlPGbopmeFN9NkqgKGjsvJMbKVEI=s256",
"description": "Shop on Temu for exclusive offers. Free delivery everywhere!\n\nNo matter what you're looking for, Temu has you covered, including fashion, home decor, handmade crafts, beauty & cosmetics, clothing, shoes, and more.\n\nDownload Temu today and enjoy incredible deals daily.\n\nWIDE SELECTION\nDiscover thousands of new products and shops.\n\nCONVENIENCE\nFast and secure checkout.\nFree shipping & returns within 90 days.\n*Other conditions may apply\n\nVisit temu.com or follow us on:\nInstagram: https://www.instagram.com/temu\nTikTok: https://tiktok.com/@shoptemu\nFacebook: https://www.facebook.com/shoptemu\nYoutube: https://www.youtube.com/@temu"
},
{
"title": "SHEIN-Shopping Online",
"link": "https://play.google.com/store/apps/details?id=com.zzkko",
"product_id": "com.zzkko",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.zzkko&sort_by=1&store=apps",
"rating": 4.6,
"author": "Roadget Business PTE. LTD.",
"category": "Shopping",
"downloads": "100,000,000+",
"video": "https://www.youtube.com/embed/J8lP786Xg0M?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/e9FXWFNT_9cL6yPiITu38t3wNLXd5lxohnq1tQQGJhvqsWw-pf4FnDX9zhod5R1jag=s256",
"description": "Everything you love, now at your fingertips!\n\nSHEIN is a fun and ultra-affordable online shopping platform. From fashion apparel to home, beauty, accessories, shoes and pet, plus electronics, tools, office and more, SHEIN is dedicated to meet all your needs in life. We'll keep you in the loop with push notifications about new drops and more. You can also engage with other SHEIN lovers and in real time. With free shippings and free returns policy, hope you have a pleasant journey in SHEIN!\n\nInspire yourself with SHEIN right now!\n\nSave you more\n- Get an extra 15% off on your first order \n- Free shipping on orders over $29 & free returns\n- Daily Flash Sales: Score up to 80% off for countless items\n\nWide selections\n- Fun, easy shopping with wide selections\n- Browse by New Arrivals, Trends, Category, Best Sellers and more\n\nConsiderate services\n- Get first access to sale alerts and promotional discounts\n- Now accepting PayPal and major Credit Cards \n- Style now, pay later! Choose Afterpay to pay in 4 interest-free payments.\n- 24/7 Customer Service and Live Chat available\n\nContact us:\nURL: us.shein.com\nFacebook: www.facebook.com/sheinus/\nInstagram: www.instagram.com/shein_us/\nEmail: dispute@shein.com"
},
{
"title": "Walmart: Shopping & Savings",
"link": "https://play.google.com/store/apps/details?id=com.walmart.android",
"product_id": "com.walmart.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.walmart.android&sort_by=1&store=apps",
"rating": 4.7,
"author": "Walmart",
"category": "Shopping",
"downloads": "50,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/nckECUuaqv8rJllZ3CIvOJxxBnqe0TISPy_X-9B3U8nM4rst1Nr0eixKZlXW5fKyiTsf=s256",
"description": "Save money. Live better.\nThe Walmart app is the easiest way to shop for everything on your list, including fresh groceries, household essentials, the latest tech and a lot more. Plus, our convenient pickup, delivery and shipping options make it a breeze to get your order exactly when you want it, whether you’re shopping online, in-store or on the go.\n\nConvenient ways to shop for your items:\nPickup 🚗\nSwing by the store to collect your order curbside—we’ll even load all your groceries and other items into your car.\nDelivery 🚗\nFrom a local store straight to your door. For those need-it-now moments, choose Express delivery to get your order in as fast as one hour.*\n*Restrictions and fees apply.\nShipping 🚗\nFast two-day shipping, dropped off by FedEx or UPS. Eligible orders over $35 ship free!\n\nEven more time-saving features you’ll love:\nHome VR 🚗\nNew! View furniture and decor in your space before you buy it.\nPersonalized online shopping suggestions 🚗\nQuickly and easily fill your cart with frequently purchased items and groceries.\nEasy barcode scanning 🚗\nCheck prices and build your shopping lists with the item barcode scanner.\nStress-free store pickup 🚗\nCheck in with the Walmart app when you’re on your way to the store and we’ll bring your order out to you when it’s ready for pickup.\nReal-time order tracking 🚗\nGet live order updates sent straight to your phone and easily track order status any time from the homepage.\nWalmart Pay 🚗\nCheck out with the app in-store using all your payment methods. Just tap “Pay” and we’ll recommend how to split your total to make the most of your cards and balances.\nStore maps 🚗\nFind all your favorite items quickly with store maps and save time shopping for groceries and essentials when you visit a Walmart store.\nPharmacy 🚗\nRefill, transfer, manage and pick up your family’s prescriptions. Plus, schedule \nvaccinations, locate testing sites and more.\n\nMeet Walmart+\nThe Walmart app is the easiest way to get the most out of your membership and save more time and money. App-exclusive features for Walmart+ include:\nScan & go 🚗\nUse your phone to shop for groceries and more in-store and check out contact-free.\nMember prices on fuel \nGet up to 10¢ off every gallon at 14,000+ locations nationwide**—including Exxon and Mobil stations!\n**Fuel discount varies by location and station, subject to change."
},
...
]
}
]
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&next_page_token=SECT_YnYSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggCSj4KPAgUEL_G5-cNEO_GkOQIEPCf1wQQ7t7t4g0QmNishA8Qh_fgRBD75IWoCRDGgYO7AxDAksjKCxDD05-GAlAU-AEA&see_more_token=SjQSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggC-AEA%3AS%3AANO1ljJ_1Nc&store=apps",
"next_page_token": "SECT_YnYSLwoCCAEQOxoLQVBQTElDQVRJT04iFnJlY3NfdG9waWNfemRYN1Vzak02MGcqAggCSj4KPAgUEL_G5-cNEO_GkOQIEPCf1wQQ7t7t4g0QmNishA8Qh_fgRBD75IWoCRDGgYO7AxDAksjKCxDD05-GAlAU-AEA"
}
}
Top Charts results overview for Google Play with chart(Plain Search)
{
"search_metadata": {
"id": "64d0ef6340c4a9281e68707b",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4f75f238c066f0c6/64d0ef6340c4a9281e68707b.json",
"created_at": "2023-08-07 13:19:31 UTC",
"processed_at": "2023-08-07 13:19:31 UTC",
"google_play_url": "https://play.google.com/store/apps?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0ef6340c4a9281e68707b.html",
"prettify_html_file": "https://serpapi.com/searches/4f75f238c066f0c6/64d0ef6340c4a9281e68707b.prettify",
"total_time_taken": 4.79
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps",
"chart": "topselling_paid"
},
"top_charts": [
{
"title": "RadarOmega",
"link": "https://play.google.com/store/apps/details?id=com.radarx.stormmapping.stormmapping",
"product_id": "com.radarx.stormmapping.stormmapping",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.radarx.stormmapping.stormmapping&sort_by=1&store=apps",
"description": "Welcome to RadarOmega, the next-generation weather app that takes high-resolution weather data to a whole new level. More than just radar, RadarOmega provides unique data solutions for all types of weather data that is customizable depending on your needs, whether that's before, during, or after the storm.\n\nDedicated to providing solutions to our industry, RadarOmega created an exclusive network of weather stations featuring live video and sensor data called cyclonePORT. RadarOmega and cyclonePORT work closely with universities, emergency managers, broadcast meteorologists, and more to provide solutions for relaying critical weather information when life-threatening weather situations are imminent.\n\nRadarOmega provides high resolution radar data for the United States, Canada, Germany, Australia, and South Korea.\n\nBase Application Features:\n-High-Resolution Single Site Radar Data\n-30 Frame Animations for Radar\n-7 Day Radar History with 30 frames\n-Lightning Detection/Animation\n-24 Hour Storm Reports\n-SPC Convective Outlooks, Watches, & Mesoscale Discussions\n-NHC Tropical Weather Outlooks, Discussions, & Active Tropical Cyclone Tracking\n-WPC Excessive Rainfall Outlooks\n-Fire Weather Outlooks & Weekly Drought Monitor\n-WPC Winter Weather Forecasts & Winter Storm Severity Index\n-METARS Data Layer\n-Real-Time NWS Storm-Based Warnings\n-Flash animation and in-app sound alerts for Severe, Tropical, and Winter Alerts\n-WPC Surface Analysis\n-Buoy Data & Tidal Forecast Charts\n-NEXRAD Hail History\n-Spotter Network Locations\n-Map Type Customization\n-Detailed City & Road Network\n-15 Custom Locations with a RadarOmega Account\n-Drawing, Data Viewer, and Distance Tools\n-Share GIF and Videos of Radar Animations\n-Day/Night Layer\n-Access to cyclonePORT network\n\nIf you want additional data, we do offer subscription packages. Information on our subscriptions can also be found on our website (http://radaromega.com ) and inside the RadarOmega app.\n\nSubscriptions:\nDesktop Access is only available to all RadarOmega Subscribers through http://radaromega.com .\n\nGamma\n-Hi-Resolution Satellite Data\n-Lightning Detection/Animation, METARS, & GLM for Mesoscale & Storm-Based Satellite Sectors\n-National Digital Forecast Database\n-Storm Track Drawing Tool\n-Access to Project MesoVort\n-75 Frame Animations for Radar/Satellite\n-Dual View for Radar with 30 Frames\n-Smoothing for Radar/Satellite\n-30 Day Radar History with 75 Frames\n-6 Month Storm Report Archive\n-3D Radar/Satellite\n-Upload 3 Custom Color Tables\n-30 Custom Locations with Icon Upload\n-2 Custom Location Lists\n\nBeta\nEverything in Gamma PLUS\n-MRMS Data\n-150 Frame Animations for Radar/Satellite/MRMS\n-Dual View for Radar/Satellite with 50 Frames\n-Smoothing for MRMS\n-90 Day Radar History with 150 Frames\n-5 Year Storm Report Archive\n-3D MRMS\n-Upload 8 Custom Color Tables\n-75 Custom Locations with Icon Upload\n-5 Custom Location Lists\n\nAlpha\nEverything in Beta PLUS\n-Model Data with Contours for HRRR, NAM3KM, NAM12KM, RAP, GFS, ECMWF, HWRF, & HMON\n-250 Frame Animations for Radar/Satellite/MRMS\n-Dual View for Radar/Satellite with 100 Frames\n-Quad View for Radar/Satellite on Tablet and Desktop with 50 Frames\n-Smoothing for Models\n-90 Day Radar History with 250 Frames\n-10 Year Storm Report Archive\n-3D Models\n-Upload 30 Custom Color Tables\n-150 Custom Locations with Icon Upload\n-10 Custom Location Lists\n-1 site location monitoring (live monitor only, no SMS)\n\nSubscriptions are maintained through the Google Play Store. We will work with our customers however, refunds must be done through the Google Play Store. Please be sure to reach out to our support team if you have any problems, questions, or concerns.\n\nFor Support- You can create a ticket and we will resolve it as soon as possible: https://radaromegawx.supportbee.io/portal/sign_in\n\nSee our Terms of Service below: https://www.radaromega.com/terms.php",
"rating": 3.4,
"category": "Weather",
"author": "SDSWeather",
"downloads": "50,000+",
"price": "$8.99",
"extracted_price": 8.99,
"thumbnail": "https://play-lh.googleusercontent.com/4y7uKwpnG8UJ6GhJbkrBRJy5DtIRHh0Ei0PGLV4nKdCJKBgM3KtjAFFksU2oX3FIgvg"
},
{
"title": "Goblin Tools",
"link": "https://play.google.com/store/apps/details?id=com.goblintools",
"product_id": "com.goblintools",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.goblintools&sort_by=1&store=apps",
"description": "This is an app version of the free website goblin.tools, a collection of small, simple, single-task tools, mostly designed to help neurodivergent people with tasks they find overwhelming or difficult.\n\nTools include\n- A Magic Todo list that automatically breaks down tasks into steps\n- The Formalizer that transforms your language to be more formal, sociable, concise, or many other options\n- The Judge that helps with interpreting tone\n- The Estimator that can guess at a timeframe for an activity\n- The Compiler to take entire braindumps and turn them into actionable tasks\n- The Chef, who turns a description of what ingredients and tools you have in your kitchen into a real recipe\n\nAnd many more to come!\n\nThe website is free and publicly available. Purchases of this app go first towards keeping the site free and ad-free, before supporting the author.",
"rating": 4.7,
"category": "Tools",
"author": "Skyhook Belgium",
"downloads": "10,000+",
"price": "$0.99",
"extracted_price": 0.99,
"thumbnail": "https://play-lh.googleusercontent.com/9o1fj6fT9Jukp0geq2Zb7ojDguRiGT16AZ9W7m0VH8twDVr-CjITlCgHNpZ70Phv37Q"
},
{
"title": "HotSchedules",
"link": "https://play.google.com/store/apps/details?id=com.tdr3.hs.android",
"product_id": "com.tdr3.hs.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.tdr3.hs.android&sort_by=1&store=apps",
"description": "HotSchedules is the industry's leading employee scheduling app because it’s the fastest and easiest way to manage your schedule and communicate with your team. \n\nTeam members love it because they can swap, pick-up or release shifts with one click. Work-life balance is easily managed with automatic shift pick ups when you want more hours and time off requests for when you don’t. Calendar sync and notifications keep your Schedules and the roster automatically updated to your phone with any manager-approved changes.\n\nManagers appreciate the 75% time savings when building schedules and one-click approvals for shift changes. The ability to monitor business performance with sales and labor snapshots from anywhere, keeps them out of the back office. And most importantly, staying connected with broadcast and one-to-one messaging makes for a happy and productive team culture.\n \nNOTE: The HotSchedules application REQUIRES a valid HotSchedules user account through your employer. Need help? Contact Customer Care 24x7x365",
"rating": 2.8,
"category": "Productivity",
"author": "HotSchedules",
"downloads": "1,000,000+",
"price": "$2.99",
"extracted_price": 2.99,
"thumbnail": "https://play-lh.googleusercontent.com/cudBRDzsvi50wundWmjnvvaotvejOERDJP4XDur6VtmeiI3aBdGEYmqNVc3Knev5BA"
},
...
]
}
Rows Type Organic results overview for Google Play with apps_category(Category Search)
{
"search_metadata": {
"id": "64d0f24f40c4a928209b25c7",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/4e67c05dfc21f7bd/64d0f24f40c4a928209b25c7.json",
"created_at": "2023-08-07 13:31:59 UTC",
"processed_at": "2023-08-07 13:31:59 UTC",
"google_play_url": "https://play.google.com/store/apps/category/ART_AND_DESIGN?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/4e67c05dfc21f7bd/64d0f24f40c4a928209b25c7.html",
"total_time_taken": 3.39
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps",
"apps_category": "ART_AND_DESIGN"
},
"chart_options": [
{
"text": "Top free",
"value": "topselling_free"
},
{
"text": "Top grossing",
"value": "topgrossing"
},
{
"text": "Top paid",
"value": "topselling_paid"
}
],
"organic_results": [
{
"title": "Art & design",
"serpapi_section_pagination": {
"next": "https://serpapi.com/search.json?apps_category=ART_AND_DESIGN&engine=google_play&gl=us&hl=en§ion_page_token=YnsSMgoCCAcQOxoOQVJUX0FORF9ERVNJR04iFnJlY3NfdG9waWNfTnE4ZWh2VEpyYmMqAggCSkAKPggAEJmevdsBEOXA6qMCEKP7vqYEEOmTzMwHELDL0M0HEOSE-aoKEJ-Y2LgCEMHj9ekDEMmk9uwGEKe-i_QGUBT4AQA&store=apps",
"section_page_token": "YnsSMgoCCAcQOxoOQVJUX0FORF9ERVNJR04iFnJlY3NfdG9waWNfTnE4ZWh2VEpyYmMqAggCSkAKPggAEJmevdsBEOXA6qMCEKP7vqYEEOmTzMwHELDL0M0HEOSE-aoKEJ-Y2LgCEMHj9ekDEMmk9uwGEKe-i_QGUBT4AQA"
},
"items": [
{
"title": "Canva: Design, Photo & Video",
"link": "https://play.google.com/store/apps/details?id=com.canva.editor",
"product_id": "com.canva.editor",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.canva.editor&sort_by=1&store=apps",
"rating": 4.8,
"author": "Canva",
"category": "Art & Design",
"downloads": "100,000,000+",
"video": "https://www.youtube.com/embed/Ftvtakut-AM?ps=play&vq=large&rel=0&autohide=1&showinfo=0",
"thumbnail": "https://play-lh.googleusercontent.com/3aWGqSf3T_p3F6wc8FFvcZcnjWlxpZdNaqFVEvPwQ1gTOPkVoZwq6cYvfK9eCkwCXbRY=s256",
"description": "Canva is your free photo editor and video editor in one graphic design app! Create stunning social media posts, videos, cards, flyers, photo collages & more. Stand out with one-tap animations and fun music for Insta stories and video collages. \n\nNo design experience or expertise? No problem! From photo editor to collage maker, to logo maker – we made Canva really simple & easy for anyone in the world to design. \n\nTHOUSANDS OF TEMPLATES – endless creative possibilities\n• Start inspired with thousands of customizable templates\n• Playful Facebook posts, Insta layouts, Instagram post maker, IG Story, & mood boards\n• Professionally-designed invitations, flyers, gift certificates, etc. to boost your business or event\n• Showcase your product with our logo maker\n• Visualize data with sleek presentation templates and slideshow maker\n\nPHOTO EDITOR – free to use, no ads, no watermarks\n• Effortless picture apps to crop, flip, & edit photos\n• Adjust brightness, contrast, saturation, tint, blur, etc.\n• Auto Focus for background blur & sharpen photo subject \n• Apply your style with aesthetic filters & effects (Retro, Pixelate, Liquify, etc.)\n• Top it off with text on photos and loads of stickers\n• Fun photo grid & photo collage maker \n• Design easily on a small screen without disruption from ads\n\nVIDEO EDITOR – make amazing videos in just a few taps\n• Produce professional videos right on your phone\n• Trim, cut, & split video layout and audio tracks\n• Crop, resize, and flip videos & images to any dimensions\n• Make static images move with one-tap animations & page transitions\n• Overlay multiple audio tracks of music, sound effects, & voiceovers\n• Use the video editor as a video collage maker & slideshow maker too!\n\nSOCIAL MEDIA – hit it big with on-trend content\n• Discover thousands of templates for Instagram, TikTok, Facebook, Twitter, YouTube, Snapchat, LinkedIn etc.\n• Queue your planned posts on Instagram with Scheduler [Canva Pro]\n• Play with our photo editor for thumb-stopping Instagram layouts\n• Use as a banner maker for eye-catching thumbnails & ads\n• Easy collage maker & video editor to create photo grids, collages\n\nHUGE STOCK LIBRARY – over 2M+ assets for you\n• Complete package: all the elements you need are here\n• 2M+ royalty-free images\n• Thousands of watermark-free stock videos\n• 25K+ pre-licensed audio & music tracks\n• Add text on photos with 500+ fonts & effects (curved, neon, and more)\n• Graphic design elements - illustrations, stickers, photo frames, etc.\n• Beautifully animated charts, graphs, & tables from any data\n\nSMART MOCKUPS – see your designs on a shirt or poster \n• Look professional by visualizing your designs on products \n• High-res mockups for phones, laptops, posters & other displays\n• Order printed flyers, mugs, and apparel for gifts or business\n\nREAL-TIME COLLABORATION – with anyone across any device\n• Edit team projects & presentations anytime, anywhere\n• Start a design on mobile & finish on your desktop seamlessly\n• Work with your team in real-time, leave comments & apply changes\n\nCANVA PRO – get more for a low monthly cost\n• Access premium templates, images, videos, audio & graphic design elements\n• One-click Background Remover\n• Magic Resize - Instantly resize your project to any photo & video layout\n• Brand Kit - Stay on brand with consistent logos, fonts, & colors\n• Scheduled publishing to Instagram, Facebook & more\n\nDESIGN FOR EVERYONE \n• Personal - Layout designs for creative & professional pursuits like Instagram templates, resume, photo collages, etc.\n• Entrepreneurs - Grow your business with our logo creator, video editor, poster maker, etc.\n• Students & Teachers - Engage with beautiful presentations and worksheets\n• Social Media Managers & Content Creators - Use the photo editor and collage maker for consistent visuals & mood boards for your brand"
},
{
"title": "AI Art Generator: Photo, Draw",
"link": "https://play.google.com/store/apps/details?id=ai.art.generator.paint.draw.photo",
"product_id": "ai.art.generator.paint.draw.photo",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=ai.art.generator.paint.draw.photo&sort_by=1&store=apps",
"rating": 3.4,
"author": "Smart AI DEV",
"category": "Art & Design",
"downloads": "1,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/yN491gP4kJDaxuORBDZPRkjxJLfX9Tj2cFUcWoGdigcNJusDosX3LT6INpWX1oySow=s256",
"description": "Let Your Creativity Flow. Create Unique Amazing AI Generated Images In Seconds!\n\nEnter a prompt for the AI to work with, then pick a preferred art style and an appropriate image scale, and click create! Turn your ideas into reality in minutes!\n\n► Turn Words into Art\nWant to see cat in a suit or any cool and wonderful art work? Enter \"movie characters, song lyrics, poetry, astronauts, aliens, cityscapes, wonderland, Mars, forests\" or whatever you have in mind. AI Art Generator can create stunning paintings in thousands of possible styles, turning your dreams into visual art in seconds, generating remarkable pictures that match your description.\n\n► Turn Photos into Art\nAI art generator can turn your photos into stunning works of art with thousands of possible styles. Simply upload a photo or choose one from your gallery, and our AI generator will do the rest! Surprise your friends with never-seen-before content with the innovative technology of AI. Want to transform into your favorite superhero? No problem! Want your cat dressed up as an astronaut and fly to Mars? It's just one click away.\n\n► Create AI Avatars\nForget your old avatar and create your unique avatar! We bring you this unique avatar generator that makes it easy for you to create a personalized and memorable avatar. No longer satisfied with ordinary avatars! AI Art generator will make your avatar glow with new vitality and charm. Whether you're a social media guru, a personal brand builder, or a creative gaming enthusiast, AI Art generator will meet all your expectations for a personalized avatar.\n\n► Explore Art Styles\nWhether it's 3D rendering, anime, sketching, or realism, we have a variety of styles and you'll be amazed by the beautiful artwork generated by AI Art Generator.\n\n► Get Inspired\nAI Art Generator provides you with a variety of inspirations to keep your idas flowing! Whether you want to create vibrant artwork or something dark and crazy, AI Art Generator has a collection of great artwork for you.\n\n► Share Your Artwork\nJoin the latest AI Art trend, hurry up and share your artwork with your friends, family or on social media to stand out with a completely unique visual effect.\n\nIf got any questions, please email us to summerdaysc@outlook.com and we'll help you figure it out.\n\nRead more about our terms and conditions here:\nPrivacy Policy:https://coolsummerdev.com/artgenerator-privacy-policy\nTerm of Use:https://coolsummerdev.com/artgenerator-terms-of-use\nCommunity Guidelines: https://coolsummerdev.com/community-guidelines"
},
{
"title": "Imagine : AI Art Generator",
"link": "https://play.google.com/store/apps/details?id=com.vyroai.aiart",
"product_id": "com.vyroai.aiart",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.vyroai.aiart&sort_by=1&store=apps",
"rating": 4.2,
"author": "Vyro AI",
"category": "Art & Design",
"downloads": "5,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/mQFp55qQVvnODn7jd_uiTqkX5lckKzewZMVLRMsgD24EMhRCactLwD1ouzFxmx5M2VQ=s256",
"description": "Unleash your creativity and transform your imagination into awe-inspiring artwork with our AI-Art Generator. Create beautiful art using the power of words! All you need to do is enter a prompt, pick an art style and let the magic of Imagine.AI generate beautiful wallpapers, images, paintings and digital artwork for you within seconds! \n\n✨Key Features \n\n► Turn words into art \nImagine a galaxy shaped like a butterfly or a waterfall made of neon lights. You can turn these imaginative scenarios into stunning works of art. Our AI-art generator is trained using millions of images from the web, allowing you to create unique and captivating art drawings in just seconds. Simply enter your text or upload a picture to start creating AI-generated Art. \n\n\n► Pick from an array of art styles \nWhether you prefer the vivid colours and bold lines of AI manga filters, the intricate details of anime art, or the breathtaking realism of photorealistic images, Imagine.ai allows you to create stunning drawings using AI-generated art. \n\n► Fine-Tune Your Masterpiece with Creative Controls!\nWhether you want to make adjustments to your art piece to better suit your original vision or simply experiment with different styles, our AI-art generator gives you the power to do so. With Imagine.ai, you can fine-tune your artwork to create a piece that perfectly captures your imagination. \n\n► Stay Ahead of the Curve with the Constantly Evolving Art Library! \nOur app regularly adds new styles for you to try out, providing endless possibilities for discovering new representations of your ideas and artistic needs. With our AI-art generator, you'll always find something new to explore and create. \n\n► Transform Your Space with Custom AI-generated Art\nIf you're looking for the perfect piece of art to complete your room or home decor, simply tell Imagine.ai what you're looking for, and watch as it intelligently generates a beautiful, personalised art piece that matches your unique style and preferences. Create custom AI-generated art that perfectly fits your surroundings, making your space truly your own.\n\n► Generate Wallpapers\nWith Imagine.ai, you can create the wallpaper you've always wanted using AI-generated Art. Simply type in your idea, and let our powerful AI-art Generator work its magic.\n\n► Discover and Explore similar Art Designs \nBrowse through a vast library of art created by other users and the phrases that sparked their imagination. With Imagine.ai's powerful Hyper Real AI Engine, you can explore similar art designs to the one you just created, and see the incredible works of AI-generated Art. \n\n► Share your Creations\nIf you've created something you love using Imagine.ai's powerful AI-art generator, you can share your creations directly from the app to other sharing platforms such as WhatsApp, Facebook, Instagram and more!\n\nCreating AI-generated art has never been easier. Similar to popular tools like Midjourney, Dall-e, Stable Diffusion and Jasper Art, our AI-art Generator is backed by artificial intelligence to transform your written prompts into art. You don’t need a paint brush, pencil, or any art supplies to make beautiful artwork, all you need is an idea. Take a back seat and let Imagine.ai be the paintbrush to your artwork! \n\nWe value your input! If you have any feedback or suggestions on how we can make Imagine.ai the best AI-art generator, we want to hear from you. Feel free to reach out to us at contact@vyro.ai and let us know how we can improve our app to better meet your needs."
},
...
]
},
...
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?apps_category=ART_AND_DESIGN&engine=google_play&gl=us&hl=en&next_page_token=EAUamgEIBRDB6NGkCxDd-cSvAhCetLeWCxDL873zAhDuyIjGARjqybqyAhiEjKKwBxij2J6uBBjU6c_dBRjG2IzaChiD0PmIARiW2cLmDxjFkozNCxjbp7KhAhjx3tLZCBivm7XjAxj1yMeODhiU2I6pARi2kNLQCRivtra4Dxix9LXSDSoYZDYzUjBsMkF2OUdsZ242ZEZlNkhxQT09&store=apps",
"next_page_token": "EAUamgEIBRDB6NGkCxDd-cSvAhCetLeWCxDL873zAhDuyIjGARjqybqyAhiEjKKwBxij2J6uBBjU6c_dBRjG2IzaChiD0PmIARiW2cLmDxjFkozNCxjbp7KhAhjx3tLZCBivm7XjAxj1yMeODhiU2I6pARi2kNLQCRivtra4Dxix9LXSDSoYZDYzUjBsMkF2OUdsZ242ZEZlNkhxQT09"
}
}
Top Charts results overview for Google Play with apps_category(Category Search)
{
"search_metadata": {
"id": "64d0f3b840c4a928209b25c8",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/a3762685d70d2efb/64d0f3b840c4a928209b25c8.json",
"created_at": "2023-08-07 13:38:00 UTC",
"processed_at": "2023-08-07 13:38:00 UTC",
"google_play_url": "https://play.google.com/store/apps/category/MEDICAL?hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/a3762685d70d2efb/64d0f3b840c4a928209b25c8.html",
"prettify_html_file": "https://serpapi.com/searches/a3762685d70d2efb/64d0f3b840c4a928209b25c8.prettify",
"total_time_taken": 5.31
},
"search_parameters": {
"engine": "google_play",
"hl": "en",
"gl": "us",
"store": "apps",
"apps_category": "MEDICAL"
},
"top_charts": [
{
"title": "MyChart",
"link": "https://play.google.com/store/apps/details?id=epic.mychart.android",
"product_id": "epic.mychart.android",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=epic.mychart.android&sort_by=1&store=apps",
"description": "MyChart puts your health information in the palm of your hand and helps you conveniently manage care for yourself and your family members. With MyChart you can:\n\n•\tCommunicate with your care team.\n•\tReview test results, medications, immunization history, and other health information.\n•\tConnect your account to Google Fit to pull health-related data from your personal devices right into MyChart.\n•\tView your After Visit Summary® for past visits and hospital stays, along with any clinical notes your provider has recorded and shared with you.\n•\tSchedule and manage appointments, including in-person visits and video visits.\n•\tGet price estimates for the cost of care.\n•\tView and pay your medical bills.\n•\tSecurely share your medical record from anywhere with anyone who has Internet access.\n•\tConnect your accounts from other healthcare organizations so you can see all your health information in one place, even if you've been seen at multiple healthcare organizations.\n•\tReceive push notifications when new information is available in MyChart. You can check whether push notifications are enabled under the Account Settings within the app.\n\nNote that what you can see and do within the MyChart app depends on which features your healthcare organization has enabled and whether they’re using the latest version of Epic software. If you have questions about what’s available, contact your healthcare organization.\n\nTo access MyChart, you must create an account with your healthcare organization. To sign up for an account, download the app and search for your healthcare organization or go to your healthcare organization’s MyChart website. After you’ve signed up, turn on fingerprint authentication or set up a four-digit passcode to quickly log in without needing to use your MyChart username and password each time. \n \nFor more information about MyChart’s features or to find a healthcare organization that offers MyChart, visit www.mychart.com.\n\nHave feedback about the app? Email us at mychartsupport@epic.com.",
"rating": 4.6,
"category": "Medical",
"author": "Epic Systems Corporation",
"downloads": "10,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/YPtBGr6THchfNi4KIo9P4A5TePEia_daTtMtsqwsURjYqngsLCRV1-NUah09z0kcBXs"
},
{
"title": "UnitedHealthcare",
"link": "https://play.google.com/store/apps/details?id=com.mobile.uhc",
"product_id": "com.mobile.uhc",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.mobile.uhc&sort_by=1&store=apps",
"description": "† Not all UHC plans are currently supported by the app, not all features are available for every plan\n\nManaging health care on the go just got easier with the UnitedHealthcare app! It's designed to save you time by providing easy access to your information. Features available are based on your personal health plan and can include:\n\nFind and Manage Providers\n- Find doctors, specialists, or health care facilities with our guided and location-based search.\n- Save your favorite doctors or facilities for easy access.\n\nManage Claims†\n- Review your claims by member, provider, status, facility, service or date.\n- Review your claims payment breakdown and Explanation of Benefits.\n\nID Card\n- Never lose your insurance card again! View and share your ID card.\n\nView Cost Estimates†\n- Know how much you could pay for treatments and specialty services.\n\nReference Copays, deductibles, and out-of-pocket expenses†\n- View your copay, deductible, and out-of-pocket expenses.\n\nView Account Balances†\n- Know your health reimbursement, flexible spending, and Optum Bank health savings account balances.\n\nEasily Sign In\n- Use HealthSafe ID™ (a new, enhanced login that lets you access nearly all UnitedHealthcare digital tools with one username and password) to securely access your app.\n- Never forget your password again with fingerprint login. \n\nManage Your Health†\n- View personalized recommendations for preventative care.",
"rating": 4.4,
"category": "Medical",
"author": "UNITED HEALTHCARE SERVICES, INC.",
"downloads": "1,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/wbBhGUZBcwxy6iUp1wWoJM6PC29lL4oHMvOVeAviVdm9Bpd_i3slI9JiOpjnfhChUJI"
},
{
"title": "GoodRx: Prescription Coupons",
"link": "https://play.google.com/store/apps/details?id=com.goodrx",
"product_id": "com.goodrx",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.goodrx&sort_by=1&store=apps",
"description": "The affordable medication and health care app – that’s GoodRx. Save money on meds with our free prescription discount app and care for yourself without breaking the bank. Our mobile coupons help millions of Americans affordably get medicine, prescription drugs, pet meds, and more.\n\nGet the best price on meds with our extensive list of medicine discounts and coupons for seniors. Save money on medications & drugs you won’t find on another Rx app. GoodRx is the perfect prescription discount app for all your medication and health care needs.\n\nStop overpaying for medications with the help of GoodRx's digital coupons. Get perks and rewards like gift cards when you download and start saving on your medicine and prescriptions. GoodRx even includes a drug guide & price tracker for complete Rx savings solutions.\n\nSave money on medication, pet meds and more with our coupon finder. Monitor the status of your prescription with a pill reminder and medicine tracker. Check prices on meds easily & get Rx local discounts when you use your mobile coupons.\n\nGet the best prescription discount tool available when you download GoodRx today and become your own health advocate!\n\nGoodRx Features:\n\nGet Digital Coupons at Over 70,000 Locations\n- CVS Pharmacy\n- Walmart Pharmacy\n- HEB Pharmacy\n- Walgreens Pharmacy\n- Rite Aid Pharmacy\n- Target Pharmacy\n- Safeway Pharmacy\n- Vons Pharmacy\n- Kroger Pharmacy\n- & more!\n\nMedication App With Up To 80% Off Prescription Drugs\n- Mobile Rx savings solutions: Rx saver, prescription discount & free coupons app all in one\n- Check medication prices & redeem mobile coupons with our pharmacy deal finder & Rx saver\n- Find prescription discount offers for your meds with free coupons\n- Coupons for pet meds keep your furry friend covered\n- Visit your local pharmacy and use your digital coupons easily\n- A prescription coupons app with manufacturer discounts, patient assistance programs & more when available\n- Save money on medications at your preferred pharmacy & Rx discount locations\n\nMedication Tracker & Prescription Reminder\n- Medication tracker: Refill Rx mobile tool with helpful reminders and alerts\n- Medicine tracker: Manage medications with a drug guide and prescription list\n- Medication log: Track everything from your birth control prescription to medications\n\nComplete Health Care Tool\n- Affordable doctors care readily available with online medical professionals\n- Find care with no Medicare or insurance needed\n- Understand your meds and prescription list with licensed medical providers\n- Med delivery & pickup available from anywhere\n- Drug guide to help understand your medication list\n\nGoodRx Care services include\n- Urinary Tract Infection (UTI) treatment\n- Erectile Dysfunction (ED)\n- Start & refill birth control\n- Short term medication refill\n- & more!\n\nPrescription Discount App Trusted by Millions\n- Easy digital Rx coupons: Just show your mobile coupons & save!\n- Our medication coupons app shows which pharmacy has the best price on drugs or even free\n- Deal finder used by doctors and clinics to help patients save money on medicine\n- Featured by: The New York Times, PBS, ABC News, Forbes, CNN, Good Morning America, The LA Times & more!\n\nUpgrade to GoodRx Gold for even more benefits & medication discount savings. Get exclusive pricing and reliable virtual care with a Gold subscription.\n\nBy downloading GoodRx, you agree to be bound by our Terms Of Use. Read more at http://www.goodrx.com/terms-of-use\n\n*GoodRx works to make its apps accessible to all, including those with disabilities. If you are having difficulty accessing this application, please call or email us at (855) 268-2822 or ada@goodrx.com so that we can provide you with the services you require through alternative means\n\nAdvertising Notice:\nhttps://support.goodrx.com/hc/en-us/articles/360026530331-Advertising-on-GoodRx\n\nNotice of Collection:\nhttps://support.goodrx.com/hc/en-us/articles/360037920971-California-Consumer-Privacy-Act-Privacy-Notice",
"rating": 4.8,
"category": "Medical",
"author": "GoodRx",
"downloads": "10,000,000+",
"thumbnail": "https://play-lh.googleusercontent.com/SpJiR-IAPc0ZWP-e1GMBokNPn7FfQGc20xtd8uTGXHTmbP36eAhI4JRRFDwiHhzN"
},
...
]
}
List Type Organic results overview for Google Play with q(Query Search)
{
"search_metadata": {
"id": "64d0f51d40c4a928209b25c9",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/69cba957e6d07eaf/64d0f51d40c4a928209b25c9.json",
"created_at": "2023-08-07 13:43:57 UTC",
"processed_at": "2023-08-07 13:43:57 UTC",
"google_play_url": "https://play.google.com/store/search?q=Coffee+Recipe+Apps&c=apps&hl=en&gl=us",
"raw_html_file": "https://serpapi.com/searches/69cba957e6d07eaf/64d0f51d40c4a928209b25c9.html",
"total_time_taken": 2.21
},
"search_parameters": {
"engine": "google_play",
"q": "Coffee Recipe Apps",
"hl": "en",
"gl": "us",
"store": "apps"
},
"organic_results": [
{
"items": [
{
"title": "Coffee Recipes",
"link": "https://play.google.com/store/apps/details?id=coffee.recipes.brew.hot.iced",
"product_id": "coffee.recipes.brew.hot.iced",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=coffee.recipes.brew.hot.iced&sort_by=1&store=apps",
"rating": 4.6,
"author": "Rstream Labs",
"category": "Food & Drink",
"downloads": "10,000+",
"thumbnail": "https://play-lh.googleusercontent.com/TbWbdK0cNijg80wNTAL18m1HwAbq5PgacEnNvt5mdjH1P9k5u7xKtsfZKkpGvrD7Ug=s64-rw",
"feature_image": "https://play-lh.googleusercontent.com/JMnNIBHYuSa4wcsHA4khJYtSl3wNSEHMJlwNqiZROcHa5HVIG7uXruze1GK3wy1CeA=w416-h235-rw",
"description": "Are you a coffee addict? Have you ever made a fantastic cup of your favorite coffee by yourself? Do you want to learn the perfect roasting and brewing methods our your favorite coffee bean drink? Our coffee recipe app is here to help you learn the art of roasting and brewing your favorite coffee bean at home and make tasty coffee drinks by yourself. \n\nThe art of making a perfect cup of coffee starts with roasting the coffee beans properly and is followed by the coffee brewing method. Coffee brewing is done by pouring hot water onto the grounded coffee bean and then allowing it to brew. There are several brewing methods to brew the coffee perfectly like using a filter, percolator, and a french press. Our coffee recipe app helps you learn the art of roasting and brewing the coffee bean from your beanery. \n\nThe coffee recipe app has a variety of morning coffee recipes you should try with your breakfast meals. Each coffee taste varies according to the coffee bean's acidity and aroma. Our app helps you roast and brew coffee to the perfect coffee scale of bitterness and sweetness that you will enjoy drinking. Forgot about going to a coffee cafe to enjoy a cold or hot coffee. We have a variety of coffee drink recipes suitable for you.\n\nOur coffee recipe app is where you will find different brewing methods that will help you to make your delicious coffee recipes. Each coffee recipe has brief descriptions of brew ratio, water amount, extraction time, and the coffee roaster temperature range. You just have to get coffee bean powder from the roastery and follow the coffee recipes offline to make a perfect decaf for your drink. Enjoy making hot drinks like espresso and Moka by yourself at home.\n\nIn the coffee recipe app, you can browse through hundreds of coffee recipes to find the ones to your taste. If you are a fan of the cold coffee recipe, we have a variety of cold brews like iced americano, latte, cappuccino, and many more. A cup of iced coffee of your taste will give you a refreshing feel and stay motivated throughout the day. \n\nAll the coffee recipes and brewing methods are divided into categories so that you can find what you are looking for easier and fast. Each coffee recipe has ingredients and time to be set in your coffee roasting timer so that you don't have to go through a bulky cookbook to find your favorite drink recipes. You can add all the coffee recipes that you like the most to your favorites list and access them offline whenever you need them.\n\nStart exploring a variety of coffee recipes and brewing methods with us!"
},
{
"title": "Coffee Recipes Offline",
"link": "https://play.google.com/store/apps/details?id=com.magicforstudio.cofeerecipes",
"product_id": "com.magicforstudio.cofeerecipes",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=com.magicforstudio.cofeerecipes&sort_by=1&store=apps",
"rating": 0,
"author": "Magic4Studio",
"category": "Education",
"downloads": "1,000+",
"thumbnail": "https://play-lh.googleusercontent.com/B0VhfNvYT8HQoJFwDQ7GUed3OMm3Nu5XoGD-rWpG6w_59wgSF8LyirOgpXvgcOV94Q=s64-rw",
"feature_image": "https://play-lh.googleusercontent.com/O3HiTAfQ8-JuDN63uGDXKqzFhAt23-2fxcI0Q9l_0K6rGM8OT25jC56kkIVuVF5OZ84=w416-h235-rw",
"description": "Coffee Recipes Offline \nDelicious tasty & easy coffee Recipes for everyone. Now it's easier than ever to make delicious coffee recipes at home.\n\nRecipes\n This recipe app contains hundreds of easy-to-make food recipes. This recipes app contain latest coffee recipes, americano coffee recipes, cappuccino recipe, latte recipe, Chocolate recipes, black coffee recipes, espresso recipes and more hundreds of easy food (coffee) recipes.\n\nCake Recipes\n This coffee recipes contain fifty plus cakes recipes. including coffee Cheese cake, chocolate muffins cake, vegan cakes, \"Donuts\" cream coffee \"cakes\", \"Dessert\" cakes \"Japanese\" cake and much more.\n\nEasy Coffee Recipes\nThis coffee recipes offline app contain number of easy recipes like hot coffee Recipes, bozzy coffee macchiato coffee , \"Mexican recipes\" and much more.\n\nCup Cake Recipes\nThis coffee recipes offline app contain number of \"easy cup cakes\" recipes.\n\nDrinks Recipes \nThis recipes offline app contain number of easy \"Drinks recipes\" like mocha coffee drinks recipes, Nitro \"Cocktail Recipes\" Drinks recipes,\n\nDessert Recipes \nThis recipes offline app contain number of Dessert recipes (cake, cap cakes donuts pumpkin coffee desert recipes, muffins vanilla cakes and dinner cakes Dessert recipes).\n\nIndian Food Recipes\nThis Coffee recipes offline app contain number of Indian food recipes. ( Indian mocha cooler coffee , Spicy Mocha Indian Recipe coffee, vanila Cafe au Indian coffee , Indian DIY spiced recipes (coffee).\n\nLunch Recipes\nThis Coffee recipes offline app contain number of Lunch recipes. (after lunch coffee , fappi coffee, vanila Cafe au Lait Lunch coffee , affogato lunch recipes (coffee).\n\n-- Coffee Recipes offline App contain:\nMost famous coffees,\nVanilla chai latte,\nAmericano coffee,\nRistretto coffee,\nStrawberry Frappi coffee,\nBlack coffee,\nCappuccino,\nEspresso,\nFilter Coffee,\nIrish Coffee,\nLatte,\nCup cakes,\nCakes,\nCookies,\nHot coffee,\nMacchiato,\niced coffee Recipes,\nfrappe,\nNitro Cold Brew,\nCold Brew,\nIced Latte."
},
{
"title": "Coffeah: Coffee Recipes",
"link": "https://play.google.com/store/apps/details?id=mktvasko.coffeah",
"product_id": "mktvasko.coffeah",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&platform=phone&product_id=mktvasko.coffeah&sort_by=1&store=apps",
"rating": 4.5,
"author": "t.vasko",
"category": "Food & Drink",
"downloads": "10,000+",
"video": "https://play.google.com/video/lava/web/player/yt:movie:T9tXem8Ec6s?autoplay=1&embed=play",
"thumbnail": "https://play-lh.googleusercontent.com/9X5UGZqdZPeJUTX44XHb-Hs-z0g6WhZ4Lme868mHgn2S51jE6iN4IiynrcUNYnVSFnvd=s64-rw",
"description": "Are you a coffee addict, and simply can’t start your day without a good cup of coffee? Or maybe thinking about trying out the latest dalgona coffee trend, but don’t know the recipe? \nNo need to worry, this app will get you covered. Cappuccino, Espresso, Dalgona, hot or cold, sweet or bitter, or even Spice Pumpkin Latte, take your pick. You can now prepare them all by yourself and have your favorite recipes always available at your fingertip.\n\n“Coffeah” is an app where you can find only the best coffee recipes. You can browse through hundreds of recipes to find the ones to your taste. You can add all the recipes that you like the most to your favorites list and access them whenever you need them. \n\nAll recipes are carefully divided into categories so you can find what you are looking for even faster and easier. For every recipe, you will find the ingredients that you’ll need to make it, and easy to follow instructions, as well as pictures and nutritional values for those who take care of their nutrients intake. And if you are a vegan don’t worry, you can find plenty of vegan recipes to suit your needs.\n\nHere are some of the categories you can explore:\n\nDalgona\nEspresso\nMacchiato\nCappuccino\nMocha\nAmericano\nAffogato\nLatte\nFrappe\nFilter\nInstant\nLiqueur\nIced Coffee\nCoffee Cocktails\nCoffee Smoothies\nCoffee Shakes\n\nIf you are not sure what coffee to make, “Coffeah” will give you a suggestion on a daily basis, so you can try a new recipe every day.\n\nSince the app does not require internet connection, you can use it offline to browse recipes anywhere, anytime. You only need to download the app once, and start making delicious coffee!\n\nTry “Coffeah” now and see if you can find a coffee recipe that suits your taste! \nAnd most importantly, enjoy your coffee, you deserve it! :)\n\nNote: All recipes, including images, are credited to their authors and all sources are listed in the recipe description. Please address any copyright concerns to the developer."
},
...
]
}
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_play&gl=us&hl=en&next_page_token=SECT_YmpKPwo9CBQQl5Tv4AUQ24GEiAQQ-sn6yQsQu6WiiA0QlpmM6Q0Qg4LlbRCn8OmIDRDoi5PaBxCf4dLNAxDRi96XBFAU8gMkEgQIABAeQhxaGgoSQ29mZmVlIFJlY2lwZSBBcHBzGAEgASoA&q=Coffee+Recipe+Apps&store=apps",
"next_page_token": "SECT_YmpKPwo9CBQQl5Tv4AUQ24GEiAQQ-sn6yQsQu6WiiA0QlpmM6Q0Qg4LlbRCn8OmIDRDoi5PaBxCf4dLNAxDRi96XBFAU8gMkEgQIABAeQhxaGgoSQ29mZmVlIFJlY2lwZSBBcHBzGAEgASoA"
}
}
Items highlights overview
{
...
"items_highlight": [
[
{
"title": "Apps for community",
"subtitle": "Together with Pride",
"link": "https://play.google.com/store/apps/editorial?id=mc_apps_edit_all__pride_2022_collection_fcp_",
"product_id": "mc_apps_edit_all__pride_2022_collection_fcp_",
"thumbnail": "https://play-lh.googleusercontent.com/fFpn0SSxFhRf5koV_F_gAI6jn3vi-UsX9G8DCze4Gnz4fT2i4NBxndvMKq9z1Sg2PwsOMZdgJiU=w490-h245-rw"
},
{
"title": "A space for everyone",
"subtitle": "Together with Pride",
"link": "https://play.google.com/store/apps/details?id=com.reddit.frontpage",
"product_id": "com.reddit.frontpage",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.reddit.frontpage&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/VEYd1-1s41rCSzWq3o1xC6MTuEWXDZ-J3daB0f4VhkRNSLllwXqyTA44LPrzqLixfEGLjwZlVoU=w490-h245-rw"
},
{
"title": "Taimi’s business developer",
"subtitle": "Meet Helen Virt",
"link": "https://play.google.com/store/apps/editorial?id=mc_pride22_taimi_fcp",
"product_id": "mc_pride22_taimi_fcp",
"thumbnail": "https://play-lh.googleusercontent.com/ZP1RVUIEsk4SrHiLZcdDiEjOeeyoQlyeVbsMi0uYExmlBNpSThHs4CrOLAT9imsD9td-c_iQc4k=w490-h245-rw"
},
...
],
[
{
"title": "Subscribe to your favorite creators",
"subtitle": "Check it out",
"link": "https://play.google.com/store/apps/details?id=com.zhiliaoapp.musically",
"product_id": "com.zhiliaoapp.musically",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.zhiliaoapp.musically&store=apps",
"thumbnail": "https://play-lh.googleusercontent.com/pMydVXCRFVaGpcm_vIShD-RW4Zixv4XCvhEF_Wwxv1KqNxwnA-MCFbdX0ka-OufE0_FjEQXHItA=w490-h245-rw"
}
]
],
...
}
App highlight overview
Some searches can contain the app_highlight
. This block will usualy show up when searching for a specific app
{
...
"app_highlight": {
"title": "Stripe Dashboard",
"link": "https://play.google.com/store/apps/details?id=com.stripe.android.dashboard",
"product_id": "com.stripe.android.dashboard",
"serpapi_link": "https://serpapi.com/search.json?engine=google_play_product&gl=us&hl=en&product_id=com.stripe.android.dashboard&store=apps",
"rating": 3.9,
"reviews": 13000,
"content_rating": {
"text": "Everyone",
"thumbnail": "https://play-lh.googleusercontent.com/IciOnDFecb5Xt50Q2jlcNC0LPI7LEGxNojroo-s3AozcyS-vDCwtq4fn7u3wZmRna8OewG9PBrWC-i7i=w48-h16-rw"
},
"downloads": "500K+",
"author": "Stripe, Inc.",
"description": "Track your Stripe payments on the go",
"thumbnail": "https://play-lh.googleusercontent.com/2PS6w7uBztfuMys5fgodNkTwTOE6bLVB2cJYbu5GHlARAK36FzO5bUfMDP9cEJk__cE=s64-rw",
"images": [
"https://play-lh.googleusercontent.com/yuZ1kGOikwzgI2zDB7eXItqJrpnTarkeYArZG87kEZZ26bVJtUnup2LpZecQqaoSM78x=w526-h296-rw",
"https://play-lh.googleusercontent.com/W2bCmYwx1QYF_u7rNhRzZvvyRhURoxCvCIL6pEVhe3peluN37F8HkA7GY9y77jyQ2Nw=w526-h296-rw",
"https://play-lh.googleusercontent.com/MaAmi047sX53hf4arKfQTYHYNunKeLfFG3lGn2Af8gzxToJSoYmpKQEVRpJB7NA5hCRR=w526-h296-rw",
"https://play-lh.googleusercontent.com/_0iiRqlHn4lsvAEd1HnNVCiK1_useSP28W6ANpQTs6Vqn4zM76wkPiZoLDETczw5t1Y=w526-h296-rw"
],
"offers": [
{
"text": "Install",
"link": "https://play.google.com/store/apps/details?id=com.stripe.android.dashboard&rdid=com.stripe.android.dashboard&feature=md&offerId"
}
]
},
...
}