Apple App Store Search Scraper API
SerpApi’s Apple App Store Scraper API allows you to scrape app names, supported platforms (e.g. iOS App Store Support), release notes, etc. in an easy-to-understand JSON format.
/search?engine=apple_app_store
API endpoint allows you to scrape Apple App Store via our web scraping API service. Head to the Playground for a live and interactive demo.
API Parameters
Localization
country
Optional
Parameter defines the country to use for the search. It's a two-letter country code. (e.g., us
(default) for the United States, uk
for United Kingdom, or fr
for France). Head to the Apple Regions for a full list of supported Apple Regions
lang
Optional
Parameter defines the language to use for the search. It's a four-letter country code. (e.g., en-us
(default) for the English, fr-fr
for French, or uk-ua
for Ukranian). Head to the Apple Languages for a full list of supported Apple Languages
Pagination
Advanced Parameters
Serpapi Parameters
no_cache
Optional
Parameter will force SerpApi to fetch the App Store Search 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 Organic Results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, the error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
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 result from Apple Store.
This API does not have the HTML response, 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
{
...
"organic_results": [
{
"position": "Integer - Position of the App. (Ex. 1)",
"id": "Integer - Unique app id that helps you lookup more of the app details in other engines. (Ex. 1339438881)",
"title": "String - Title of the app. (Ex. Easy CSV Editor)",
"bundle_id": "String - Unique bundle id. Usually reversed version of the app's website. (Ex. com.amazon.aiv.AIVApp)",
"version": "String - Version Number of the app. (Ex. 6.4.6)",
"vpp_license": "Boolean - Apple VPP (Volume Purchase Program) License. It allows bussinesses to buy the app in sums. (Ex. true)",
"age_rating": "String - Age Rating. (Ex. 7 )",
"release_note": "String - Latest software update release notes. (Ex. Supercharge your worksheets with fourteen new text and array functions in Excel.)",
"minimum_os_version": "String - Minimum OS version needed to install apps. (Ex. 12.0)",
"description": "String - Description of the app. (Ex. Learn Python Data Scraping, Automation Algorithms, BeautifulSoup, Pandas Dataframes, Numpy, Machine Learning, Sentiment Analysis and many other topics in details with easy to understand tutorial videos.)",
"game_center_enabled": "Boolean - Apple Game Center availability. It lets users play with other friends on the platform with their identity. (Ex. false)",
"link": "String - Product page of the app, former iTunes Store link. (Ex. https://apps.apple.com/us/app/id61889819e7d08a1d5c5ea6d4)",
"serpapi_product_link": "String - Link to SerpApi’s App Store Product Page Scraper API that allows you to scrape data from product web pages containing deeper information about the app. (Ex. https://serpapi.com/search.json?engine=apple_product&product_id=534220544&country=us)",
"serpapi_reviews_link": "String - Link to SerpApi's App Store Reviews Scraper API that lets you to scrape App Store Reviews. (Ex: https://serpapi.com/search.json?engine=apple_reviews&country=us&product_id=409882593)",
"release_date": "String - Release Date of the app (Ex. 2018-02-06 04:02:02 UTC)",
"latest_version_release_date": "String - Release Date of the latest version of the app (Ex. 2023-02-06 04:02:02 UTC)",
"price": {
"type": "String - Price Type of the Product. Could be 'Free', 'Paid', or 'Free Trial'",
"amount": "Integer or Float - Price amount of the app. Not returned if it is a free app. (Ex. 4.99)",
"currency": "String - Three letter abbreviation of the currency. (Ex. USD)",
"symbol": "String - Symbol of the currency (Ex. $)"
},
"rating": [
{
"type": "String - Type of the rating. It could be for all times, or from the latest update etc. (Ex. All Times)",
"rating": "Float - Average rating of the app. (Ex. 4.6)",
"count": "Integer - Total number of reviews. (Ex. 5016)"
}
],
"genres": [
{
"name": "String - Genre of the app. (Ex. Productivity)",
"id": "Integer - Unique identifying number of the genre. (Ex. 6023)",
"primary": "Boolean - If the genre is primary genre of the app or not. (Ex. true)"
},
...
],
"developer": {
"name": "String - Developer Name. (Ex. Apple Inc.)",
"id": "Integer - Unique developer id. (Ex. 1291620790)",
"link": "String - Developer page. (Ex. https://apps.apple.com/us/developer/id1291620790)"
},
"size_in_bytes": "Integer - Size of the app in bytes. (Ex. 80698368)",
"supported_languages": [
"String - Two letter abbreviation of the supported language. (Ex. EN)",
...
],
"screenshots": {
"iphone_screenshots": [
{
"link": "String - Link of the screenshot. (Ex. https://is5-ssl.mzstatic.com/image/thumb/PurpleSource125/v4/be/90/c5/be90c518-44d1-bb50-38a2-6ff68d61f7f1/fe82090c-7953-483b-9d69-89a7e13c14a2_5.5-Inch_1st.jpg/392x696bb.jpg)",
"size": "String - Size of the image. (Ex. 392x696)"
},
...
],
...
},
"logos": [
{
"size": "String - Size of the logo. (Ex. 60x60)",
"link": "String - Link of the logo. (Ex. https://is5-ssl.mzstatic.com/image/thumb/Purple116/v4/39/4a/a4/394aa4f8-fd68-2bfb-6619-2a38abfebf4b/source/60x60bb.jpg)"
},
...
],
"features": [
"String - Supported functionality features. (Ex. iosUniversal)"
],
"advisories": [
"String - Advisory text. (Ex. Infrequent/Mild Cartoon or Fantasy Violence)"
],
"supported_devices": [
"String - Supported device. (Ex. iPhone5s)",
...
]
},
],
...
}
Apple App Store search results for term: TestFlight
{
"search_metadata": {
"id": "633c2fa65fc49335001c4e91",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/f5075d2a112fdc1b/633c2fa65fc49335001c4e91.json",
"created_at": "2022-10-04 13:05:42 UTC",
"processed_at": "2022-10-04 13:05:42 UTC",
"apple_app_store_url": "https://itunes.apple.com/search?media=software&term=TestFlight&country=us&lang=en-us&explicit=yes&limit=10&offset=0",
"raw_html_file": "https://serpapi.com/searches/f5075d2a112fdc1b/633c2fa65fc49335001c4e91.html",
"prettify_html_file": "https://serpapi.com/searches/f5075d2a112fdc1b/633c2fa65fc49335001c4e91.prettify",
"total_time_taken": 0.75
},
"search_parameters": {
"engine": "apple_app_store",
"term": "TestFlight",
"country": "us",
"lang": "en-us",
"device": "mobile",
"num": "10",
"page": "0"
},
"search_information": {
"organic_results_state": "Results for exact spelling",
"results_count": 10
},
"organic_results": [
{
"position": 1,
"id": 899247664,
"title": "TestFlight",
"bundle_id": "com.apple.TestFlight",
"version": "3.2.2",
"vpp_license": true,
"age_rating": "4 ",
"release_note": "This update includes stability improvements and bug fixes.",
"seller_link": "https://developer.apple.com/testflight/",
"minimum_os_version": "13.0",
"description": "TestFlight makes it easy to test beta versions of iOS, tvOS, and watchOS apps and App Clips, then provide valuable feedback to developers before they release their apps on the App Store. Developers invite testers through email or a public link. When you test a beta app or App Clip, Apple collects and sends crash logs, usage information, and any feedback you submit to the developer. The developer may use this information to improve their app and related products. Apple may use crash logs and usage information to improve our products and services. For instructions on installation, testing, and feedback submission and for details on how your data is handled, see testflight.apple.com.",
"game_center_enabled": false,
"link": "https://apps.apple.com/us/app/testflight/id899247664?uo=4",
"serpapi_product_page_url": "https://serpapi.com/search.json?country=us&engine=apple_product&product_id=899247664&type=app",
"serpapi_reviews_url": "https://serpapi.com/search.json?country=us&engine=apple_reviews&page=1&product_id=899247664",
"release_date": "2014-07-23 19:48:08 UTC",
"latest_version_release_date": "2021-09-13 17:10:31 UTC",
"price": {
"type": "Free"
},
"rating": [
{
"type": "All Times",
"rating": 4.74,
"count": 647785
}
],
"genres": [
{
"name": "Developer Tools",
"id": 6026,
"primary": true
}
],
"developer": {
"name": "Apple",
"id": 284417353,
"link": "https://apps.apple.com/us/developer/id284417353"
},
"size_in_bytes": 12296192,
"supported_languages": [
"AR",
"CA",
"HR",
...
],
"screenshots": {
"general": [
{
"link": "https://is4-ssl.mzstatic.com/image/thumb/Purple113/v4/1e/2f/3c/1e2f3c7b-53c5-a23e-d692-507a43c1665f/contsched.gfgiyuog.png/392x696bb.png",
"size": "392x696"
},
{
"link": "https://is2-ssl.mzstatic.com/image/thumb/PurpleSource113/v4/7b/16/6f/7b166f91-5109-9a18-a8eb-a0e6490425a9/[email protected]/392x696bb.png",
"size": "392x696"
},
{
"link": "https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/8a/76/14/8a7614e8-c4b8-529d-61c6-cef87f68832e/contsched.fguzaezx.png/392x696bb.png",
"size": "392x696"
},
...
]
},
"logos": [
{
"size": "60x60",
"link": "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/f4/e5/01/f4e50153-d019-5eba-b7ac-85baae4a6c42/AppIcon-1x_U007emarketing-0-7-0-85-220.png/60x60bb.jpg"
},
{
"size": "512x512",
"link": "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/f4/e5/01/f4e50153-d019-5eba-b7ac-85baae4a6c42/AppIcon-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg"
},
{
"size": "100x100",
"link": "https://is4-ssl.mzstatic.com/image/thumb/Purple112/v4/f4/e5/01/f4e50153-d019-5eba-b7ac-85baae4a6c42/AppIcon-1x_U007emarketing-0-7-0-85-220.png/100x100bb.jpg"
}
],
"features": [
"iosUniversal"
],
"supported_devices": [
"MacDesktop",
"iPhone5s",
"iPadAir",
...
]
},
...
],
"serpapi_pagination": {
"current": "https://serpapi.com/search.json?country=us&device=mobile&engine=apple_app_store&lang=en-us&num=10&page=0&term=TestFlight",
"next": "https://serpapi.com/search.json?country=us&device=mobile&engine=apple_app_store&lang=en-us&num=10&page=1&term=TestFlight"
}
}
Apple App Store search results for term: Netflix
, and device: tablet
{
"search_metadata": {
"id": "634fe17c2c0844e27287e464",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/05de457f726f237a/634fe17c2c0844e27287e464.json",
"created_at": "2022-10-19 11:37:32 UTC",
"processed_at": "2022-10-19 11:37:32 UTC",
"apple_app_store_url": "https://itunes.apple.com/search?media=software&term=Netfix&country=us&lang=en-us&entity=iPadSoftware&explicit=yes&limit=10&offset=0",
"raw_html_file": "https://serpapi.com/searches/05de457f726f237a/634fe17c2c0844e27287e464.html",
"prettify_html_file": "https://serpapi.com/searches/05de457f726f237a/634fe17c2c0844e27287e464.prettify",
"total_time_taken": 0.97
},
"search_parameters": {
"engine": "apple_app_store",
"term": "Netfix",
"country": "us",
"lang": "en-us",
"device": "tablet",
"num": "10",
"page": "0"
},
"search_information": {
"organic_results_state": "Results for exact spelling",
"results_count": 10
},
"organic_results": [
{
"position": 1,
"id": 363590051,
"title": "Netflix",
"bundle_id": "com.netflix.Netflix",
"version": "15.4",
"vpp_license": true,
"age_rating": "12 ",
"release_note": "We’re working on the app experience. You work on what, when, and how you watch next. That's equally as important. We know you have choices. In this release, we made gallery improvements so it’s easier to find the perfect thing to watch.",
"seller_link": "http://www.netflix.com",
"minimum_os_version": "15.0",
"description": "Looking for the most talked about TV shows and movies from around the world? They’re all on Netflix. We’ve got award-winning series, movies, documentaries, and stand-up specials. And with the mobile app, you get Netflix while you travel, commute, or just take a break. What you’ll love about Netflix: • We add TV shows and movies all the time. Browse new titles or search for your favorites, and stream videos right on your device. • The more you watch, the better Netflix gets at recommending TV shows and movies you’ll love. • Create up to five profiles for an account. Profiles give different members of your household their own personalized Netflix. • Enjoy a safe watching experience just for kids with family-friendly entertainment. • Preview quick videos of our series and movies and get notifications for new episodes and releases. • Save your data. Download titles to your mobile device and watch offline, wherever you are. Netflix membership is a month-to-month subscription that begins at sign up. You can easily cancel anytime, online, 24 hours a day. There are no long-term contracts or cancellation fees. We just want you to love what you watch. Please note that the App Privacy information applies to information collected through the Netflix iOS, iPadOS and tvOS apps. See the Netflix Privacy Statement (link below) to learn more about information we collect in other contexts, including account registration. Privacy policy: www.netflix.com/privacy Terms of use: www.netflix.com/terms",
"game_center_enabled": false,
"link": "https://apps.apple.com/us/app/netflix/id363590051?uo=4",
"serpapi_product_link": "https://serpapi.com/search.json?country=us&engine=apple_product&product_id=363590051&type=app",
"serpapi_reviews_link": "https://serpapi.com/search.json?country=us&engine=apple_reviews&page=1&product_id=363590051",
"release_date": "2010-04-01 20:41:34 UTC",
"latest_version_release_date": "2021-09-18 18:51:56 UTC",
"price": {
"type": "Free"
},
"rating": [
{
"type": "All Times",
"rating": 3.75,
"count": 328110
}
],
"genres": [
{
"name": "Entertainment",
"id": 6016,
"primary": true
},
{
"name": "Lifestyle",
"id": 6012,
"primary": false
}
],
"developer": {
"name": "Netflix, Inc.",
"id": 363590054,
"link": "https://apps.apple.com/us/developer/id363590054"
},
"size_in_bytes": 143715328,
"supported_languages": [
"AR",
"HR",
"CS",
...
],
"screenshots": {
"ipad": [
{
"link": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource114/v4/a4/df/f1/a4dff133-f81c-e8f6-2cd8-665ae0a40788/a08518c3-e974-4c71-aefb-abc75239978f_0221_US_EN_AppStore_Tablet-Apple_01.png/552x414bb.png",
"size": "552x414"
},
{
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple124/v4/d1/e9/84/d1e98428-a7c3-d500-d524-3db956529d1d/08bce247-3d3a-4ca5-a3ad-99e555b80e4c_0420_US_EN_AppStore_Tablet-Apple_2_02.jpg/552x414bb.jpg",
"size": "552x414"
},
{
"link": "https://is1-ssl.mzstatic.com/image/thumb/Purple114/v4/ea/47/61/ea4761e9-eb11-4d84-0c72-073665db9619/09e782bd-1b39-4106-8c23-0001ea3905e4_0420_US_EN_AppStore_Tablet-Apple_2_03.jpg/552x414bb.jpg",
"size": "552x414"
},
...
],
...
},
"logos": [
{
"size": "60x60",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/76/50/89/7650892f-92a7-6ba3-bbc0-9bcdeabe4a58/AppIcon-1x_U007emarketing-0-0-0-10-0-0-0-85-220-0.png/60x60bb.jpg"
},
{
"size": "512x512",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/76/50/89/7650892f-92a7-6ba3-bbc0-9bcdeabe4a58/AppIcon-1x_U007emarketing-0-0-0-10-0-0-0-85-220-0.png/512x512bb.jpg"
},
{
"size": "100x100",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/76/50/89/7650892f-92a7-6ba3-bbc0-9bcdeabe4a58/AppIcon-1x_U007emarketing-0-0-0-10-0-0-0-85-220-0.png/100x100bb.jpg"
}
],
"features": [
"iosUniversal"
],
"advisories": [
"Infrequent/Mild Alcohol, Tobacco, or Drug Use or References",
"Infrequent/Mild Sexual Content and Nudity",
"Infrequent/Mild Horror/Fear Themes",
...
],
"supported_devices": [
"iPhone5s",
"iPadAir",
"iPadAirCellular",
...
]
},
],
"serpapi_pagination": {
"current": "https://serpapi.com/search.json?country=us&device=tablet&engine=apple_app_store&lang=en-us&num=10&page=0&term=Netfix",
"next": "https://serpapi.com/search.json?country=us&device=tablet&engine=apple_app_store&lang=en-us&num=10&page=1&term=Netfix"
}
}
Apple App Store search results for term: CheatSheet
, and device: desktop
{
"search_metadata": {
"id": "634fe3079b64727cfefbefab",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/c0c7fa1d97286801/634fe3079b64727cfefbefab.json",
"created_at": "2022-10-19 11:44:07 UTC",
"processed_at": "2022-10-19 11:44:07 UTC",
"apple_app_store_url": "https://itunes.apple.com/search?media=software&term=CheatSheet&country=us&lang=en-us&entity=macSoftware&explicit=yes&limit=10&offset=0",
"raw_html_file": "https://serpapi.com/searches/c0c7fa1d97286801/634fe3079b64727cfefbefab.html",
"prettify_html_file": "https://serpapi.com/searches/c0c7fa1d97286801/634fe3079b64727cfefbefab.prettify",
"total_time_taken": 0.92
},
"search_parameters": {
"engine": "apple_app_store",
"term": "CheatSheet",
"country": "us",
"lang": "en-us",
"device": "desktop",
"num": "10",
"page": "0"
},
"search_information": {
"organic_results_state": "Results for exact spelling",
"results_count": 10
},
"organic_results": [
{
"position": 1,
"id": 1468213484,
"title": "Cheatsheet Notes",
"bundle_id": "maccatalyst.com.overdesigned.Cheatsheet",
"version": "4.5.2",
"vpp_license": true,
"age_rating": "4 ",
"release_note": "Automatic Backups — when you have Sync enabled, all your data will periodically be backed-up on your device. Browse, restore, or disable backups using File > Show Automatic Backups. Also fixed a few bugs.",
"seller_link": "https://www.overdesigned.net/cheatsheet/",
"minimum_os_version": "11.3",
"description": "Cheatsheet is for the little things you never remember: hotel rooms, license plates, luggage combination, ID numbers. Write them down in Cheatsheet and then refer to them anytime with the iOS, Watch, and Mac apps. Everything syncs to all your devices* via iCloud. On Mac, quickly reference or copy your cheats from the menu bar, or look them up in a Notification Center widget or via Shortcuts (macOS 12 ) On iOS, Cheatsheet is as easy as swiping right on your lock screen, pulling up the keyboard, or glancing at your Apple Watch. Cheatsheet for iOS also supports Shortcuts, Siri, and Home Screen widgets. * Sync with iOS devices requires Cheatsheet Pro for iOS, which is a separate in-app purchase in the iOS app.",
"link": "https://apps.apple.com/us/app/cheatsheet-notes/id1468213484?mt=12&uo=4",
"serpapi_product_link": "https://serpapi.com/search.json?country=us&engine=apple_product&product_id=1468213484&type=app",
"serpapi_reviews_link": "https://serpapi.com/search.json?country=us&engine=apple_reviews&page=1&product_id=1468213484",
"release_date": "2019-10-07 07:00:00 UTC",
"latest_version_release_date": "2021-08-15 21:17:16 UTC",
"price": {
"type": "Paid",
"amount": 7.99,
"currency": "USD",
"currency_symbol": "$"
},
"rating": [
{
"type": "All Times",
"rating": 0,
"count": 0
}
],
"genres": [
{
"name": "Productivity",
"id": 6007,
"primary": true
},
{
"name": "Utilities",
"id": 6002,
"primary": false
}
],
"developer": {
"name": "Overdesigned, LLC",
"id": 914665832,
"link": "https://apps.apple.com/us/developer/id914665832"
},
"size_in_bytes": 12443133,
"supported_languages": [
"EN",
"FR",
"DE",
...
],
"screenshots": {
"general": [
{
"link": "https://is4-ssl.mzstatic.com/image/thumb/Purple116/v4/88/0f/b5/880fb58b-d92c-8438-6d1d-52dd52303979/4bca4488-f42f-49b8-9b7a-f4e5b7e44ef4_en_mac_1.png/800x500bb.jpg",
"size": "800x500"
},
{
"link": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/5b/8d/a2/5b8da29e-93e7-7a44-7935-9f65ec31c52d/5b662fa1-4d9a-4a15-9d71-ea27823dd996_en_mac_2.png/800x500bb.jpg",
"size": "800x500"
},
{
"link": "https://is3-ssl.mzstatic.com/image/thumb/Purple116/v4/30/f9/00/30f95006-3c54-4113-2d41-423e3a0ffca3/af6335a7-73a5-4a80-860b-041a505d50ea_en_mac_3.png/800x500bb.jpg",
"size": "800x500"
},
...
]
},
"logos": [
{
"size": "60x60",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/af/cd/56/afcd56f0-c870-84d3-e9f0-7ab8a235e5bd/AppIcon-0-2x-0-0-4-0-0-85-220.png/60x60bb.png"
},
{
"size": "512x512",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/af/cd/56/afcd56f0-c870-84d3-e9f0-7ab8a235e5bd/AppIcon-0-2x-0-0-4-0-0-85-220.png/512x512bb.png"
},
{
"size": "100x100",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple122/v4/af/cd/56/afcd56f0-c870-84d3-e9f0-7ab8a235e5bd/AppIcon-0-2x-0-0-4-0-0-85-220.png/100x100bb.png"
}
]
},
...
],
"serpapi_pagination": {
"current": "https://serpapi.com/search.json?country=us&device=desktop&engine=apple_app_store&lang=en-us&num=10&page=0&term=CheatSheet",
"next": "https://serpapi.com/search.json?country=us&device=desktop&engine=apple_app_store&lang=en-us&num=10&page=1&term=CheatSheet"
}
}
Apple App Store search results for term: Ubisoft
and property: developer
(Apps by Developer)
{
"search_metadata": {
"id": "634fe46b33b2368cf994528b",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/d4a00225d6a4b4fa/634fe46b33b2368cf994528b.json",
"created_at": "2022-10-19 11:50:03 UTC",
"processed_at": "2022-10-19 11:50:03 UTC",
"apple_app_store_url": "https://itunes.apple.com/search?media=software&term=Ubisoft&country=us&lang=en-us&attribute=softwareDeveloper&explicit=yes&limit=10&offset=0",
"raw_html_file": "https://serpapi.com/searches/d4a00225d6a4b4fa/634fe46b33b2368cf994528b.html",
"prettify_html_file": "https://serpapi.com/searches/d4a00225d6a4b4fa/634fe46b33b2368cf994528b.prettify",
"total_time_taken": 0.66
},
"search_parameters": {
"engine": "apple_app_store",
"term": "Ubisoft",
"country": "us",
"lang": "en-us",
"device": "mobile",
"property": "developer",
"num": "10",
"page": "0"
},
"search_information": {
"organic_results_state": "Results for exact spelling",
"results_count": 10
},
"organic_results": [
{
"position": 1,
"id": 405228226,
"title": "Ubisoft Connect",
"bundle_id": "UBI-024-WW",
"version": "9.0.1",
"vpp_license": true,
"age_rating": "12 ",
"release_note": "Significant performance improvement. New landing page: -Profile -News -Friends’ status and activities -Your activity Feed -Last Played game New Help feature for Rainbow Six Siege, Rainbow Six Extraction, Far Cry 6, Riders Republic, and Roller Champion Brand new “Gift to Friends” feature. Gift Rainbow Six season passes to friends! General bug fixes",
"seller_link": "https://club.ubi.com/",
"minimum_os_version": "12.0",
"description": "Access all services related to Ubisoft games with the new Ubisoft Connect companion App. JOIN THE COMMUNITY OF UBISOFT PLAYERS - Connect with all players, across all platforms, on all games - See what your friends are playing, check their achievements, and make new connections PLAY MORE, GET MORE - Enhance your playing experience with game-specific challenges you can track in the app - Unlock unique rewards: weapons, character outfits, emotes, consumables, and more - Earn XP and increase your Ubisoft Connect level to collect Units you can spend on unique rewards and discounts KNOW MORE AND IMPROVE - Access your game stats and performances at anytime. - Compare yourself with your friends, no matter which platform they play on - Get Smart Intel to improve your gaming sessions and sharpen your skills - Stay up to date with news and events for your favorite games thanks to our feed Looking forward to seeing you in the Ubisoft community!",
"game_center_enabled": false,
"link": "https://apps.apple.com/us/app/ubisoft-connect/id405228226?uo=4",
"serpapi_product_link": "https://serpapi.com/search.json?country=us&engine=apple_product&product_id=405228226&type=app",
"serpapi_reviews_link": "https://serpapi.com/search.json?country=us&engine=apple_reviews&page=1&product_id=405228226",
"release_date": "2010-11-30 19:47:29 UTC",
"latest_version_release_date": "2021-09-05 13:13:13 UTC",
"price": {
"type": "Free"
},
"rating": [
{
"type": "All Times",
"rating": 4.69,
"count": 13179
}
],
"genres": [
{
"name": "Social Networking",
"id": 6005,
"primary": true
}
],
"developer": {
"name": "Ubisoft",
"id": 317644720,
"link": "https://apps.apple.com/us/developer/id317644720"
},
"size_in_bytes": 27217920,
"supported_languages": [
"EN"
],
"screenshots": {
"general": [
{
"link": "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/68/c6/1c/68c61c05-b167-f477-f6c2-a10fa07da104/4648c124-c361-4cfc-a605-b1ec7dd023b0_iPhone8-1242x2208-1.png/392x696bb.png",
"size": "1242x2208"
},
{
"link": "https://is4-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/e8/12/a1/e812a129-9fb2-7f7a-7395-b2ca64d80b2f/6b125faa-ff38-4310-b2d0-614951d2ce53_iPhone8-1242x2208-2.png/392x696bb.png",
"size": "1242x2208"
},
{
"link": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource112/v4/36/24/bb/3624bb23-fe11-cb60-a9ef-564b4d1be9d0/b5e97e39-8d0b-49cf-a648-0a0a6491161e_iPhone8-1242x2208-3.jpg/392x696bb.jpg",
"size": "1242x2208"
},
...
],
"ipad": [
{
"link": "https://is2-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/a4/13/7a/a4137a40-9cde-059c-15d5-e600a1d669e0/11a04ea3-6508-4033-ad24-7e8ecb1da18f_ipad-2048x2732-1.png/576x768bb.png",
"size": "2048x2732"
},
{
"link": "https://is5-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/da/57/4a/da574abe-00fe-c9e4-4411-cf0126ad734b/c54a90a9-93fe-460a-a96b-94efdfbe936c_ipad-2048x2732-2.png/576x768bb.png",
"size": "2048x2732"
},
{
"link": "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource122/v4/07/f2/95/07f295f9-e979-3717-59e1-5e3ac9d3802b/1bc6a571-b833-42c5-ba59-7fd8cd1ef55d_ipad-2048x2732-3.jpg/576x768bb.jpg",
"size": "2048x2732"
},
...
]
},
"logos": [
{
"size": "100x100",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/71/32/1d/71321d49-5438-8000-61b5-0a6dfacf6776/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/100x100bb.jpg"
},
{
"size": "512x512",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/71/32/1d/71321d49-5438-8000-61b5-0a6dfacf6776/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/512x512bb.jpg"
},
{
"size": "60x60",
"link": "https://is5-ssl.mzstatic.com/image/thumb/Purple112/v4/71/32/1d/71321d49-5438-8000-61b5-0a6dfacf6776/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/60x60bb.jpg"
}
],
"features": [
"iosUniversal"
],
"advisories": [
"Infrequent/Mild Mature/Suggestive Themes",
"Infrequent/Mild Simulated Gambling",
"Infrequent/Mild Sexual Content and Nudity",
...
],
"supported_devices": [
"iPhone5s",
"iPadAir",
"iPadAirCellular",
"iPadMiniRetina",
...
]
},
...
],
"serpapi_pagination": {
"current": "https://serpapi.com/search.json?country=us&device=mobile&engine=apple_app_store&lang=en-us&num=10&page=0&property=developer&term=Ubisoft",
"next": "https://serpapi.com/search.json?country=us&device=mobile&engine=apple_app_store&lang=en-us&num=10&page=1&property=developer&term=Ubisoft"
}
}