NAVNavbar
Logo
cURL php NodeJS Python cSharp

Get Apple App Info Results by id

 
This endpoint will provide you with information about the mobile application specified in a POST request. You will receive its ID, icon, description, reviews count, rating, images, and other data. The results are specific to the app_id parameter specified in the POST request.

We emulate set parameters with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected in the returned results.

Instead of ‘login’ and ‘password’ use your credentials from https://app.dataforseo.com/api-dashboard

<?php
// You can download this file from here https://cdn.dataforseo.com/v3/examples/php/php_RestClient.zip
require('RestClient.php');
$api_url = 'https://api.dataforseo.com/';
// Instead of 'login' and 'password' use your credentials from https://app.dataforseo.com/api-dashboard
$client = new RestClient($api_url, null, 'login', 'password');

try {
	$result = array();
	// #1 - using this method you can get a list of completed tasks
	// GET /v3/app_data/apple/app_info/tasks_ready
	$tasks_ready = $client->get('/v3/app_data/apple/app_info/tasks_ready');
	// you can find the full list of the response codes here https://docs.dataforseo.com/v3/appendix/errors
	if (isset($tasks_ready['status_code']) AND $tasks_ready['status_code'] === 20000) {
		foreach ($tasks_ready['tasks'] as $task) {
			if (isset($task['result'])) {
				foreach ($task['result'] as $task_ready) {
					// #2 - using this method you can get results of each completed task
					// GET /v3/app_data/apple/app_info/task_get/advanced/$id
					if (isset($task_ready['endpoint_advanced'])) {
						$result[] = $client->get($task_ready['endpoint_advanced']);
					}
					// #3 - another way to get the task results by id
					// GET /v3/app_data/apple/app_info/task_get/advanced/$id
					/*
					if (isset($task_ready['id'])) {
						$result[] = $client->get('/v3/app_data/apple/app_info/task_get/advanced/' . $task_ready['id']);
					}
					*/
				}
			}
		}
	}
	print_r($result);
	// do something with result
} catch (RestClientException $e) {
	echo "n";
	print "HTTP code: {$e->getHttpCode()}n";
	print "Error code: {$e->getCode()}n";
	print "Message: {$e->getMessage()}n";
	print  $e->getTraceAsString();
	echo "n";
}
$client = null;
?>

The above command returns JSON structured like this:

{
    "version": "0.1.20221214",
    "status_code": 20000,
    "status_message": "Ok.",
    "time": "0.0506 sec.",
    "cost": 0,
    "tasks_count": 1,
    "tasks_error": 0,
    "tasks": [
        {
            "id": "05311801-1535-0419-0000-fc569ce60946",
            "status_code": 20000,
            "status_message": "Ok.",
            "time": "0.0161 sec.",
            "cost": 0,
            "result_count": 1,
            "path": [
                "v3",
                "app_data",
                "apple",
                "app_info",
                "task_get",
                "advanced",
                "05311801-1535-0419-0000-fc569ce60946"
            ],
            "data": {
                "se_type": "app_info",
                "api": "app_data",
                "function": "app_info",
                "se": "apple",
                "app_id": "842842640",
                "location_code": 2840,
                "language_code": "en",
                "device": "desktop",
                "os": "windows"
            },
            "result": [
                {
                    "app_id": "842842640",
                    "se_domain": "itunes.apple.com",
                    "location_code": 2840,
                    "language_code": "en",
                    "check_url": "https://apps.apple.com/us/app/id842842640",
                    "datetime": "2023-05-31 15:01:20 +00:00",
                    "se_results_count": 1,
                    "items_count": 1,
                    "items": [
                        {
                            "type": "app_store_info_organic",
                            "rank_group": 1,
                            "rank_absolute": 1,
                            "position": "left",
                            "app_id": "842842640",
                            "title": "Google Docs: Sync, Edit, Share",
                            "url": "https://apps.apple.com/us/app/google-docs-sync-edit-share/id842842640",
                            "icon": "https://is5-ssl.mzstatic.com/image/thumb/Purple126/v4/e7/d7/dc/e7d7dc4b-4552-86f5-340e-06221db76aa7/logo_docs_2020q4_color-0-1x_U007emarketing-0-0-0-6-0-0-0-85-220-0.png/512x512bb.jpg",
                            "description": "Create, edit, and collaborate on online documents with the Google Docs app.\n\nWork together in real time\n• Share documents with your team\n• Edit, comment, and add action items in real time\n• Never lose changes or previous versions of your document with version history\n\nCreate anywhere, anytime—even offline\n• Capture spontaneous ideas on the fly\n• Get things done, even on the go, with offline mode\n• Save time and add polish with easy-to-use templates\n\nSearch Google right in Docs\n• Use Google Search without leaving your document\n• Search the web and your files in Drive, right from Docs\n\nEdit and share multiple file types\n• Open a variety of files, including Microsoft Word files, right in Google Docs\n• Frictionless collaboration, no matter which application your teammates use\n• Convert and export files seamlessly\n\nGoogle Docs is part of Google Workspace: where teams of any size can chat, create, and collaborate.\n\nGoogle Workspace subscribers have access to additional Google Docs features, including:\n• Working in a single document with teammates or people outside your company. See edits as others type, communicate through built-in chat, and leave feedback through comments and suggestions\n• Importing your documents to make them instantly editable, including Microsoft® Word and PDF files. Export your work in .docx, .pdf, .odt, .rtf, .txt or .html format\n• Unlimited version history. Track changes made to your documents and undo anything you choose.\n• Working across devices, with or without Internet.",
                            "reviews_count": 1581098,
                            "rating": {
                                "rating_type": "Max5",
                                "value": 4.8,
                                "votes_count": 1581098,
                                "rating_max": 5
                            },
                            "price": {
                                "current": 0,
                                "regular": null,
                                "max_value": null,
                                "currency": "USD",
                                "is_price_range": false,
                                "displayed_price": null
                            },
                            "is_free": true,
                            "main_category": "Productivity",
                            "categories": [
                                "Productivity",
                                "Business"
                            ],
                            "languages": [
                                "en-GB",
                                "af",
                                "sq",
                                "am",
                                "ar",
                                "hy",
                                "as",
                                "az",
                                "eu",
                                "be",
                                "bn",
                                "bs",
                                "bg",
                                "my",
                                "km",
                                "ca",
                                "hr",
                                "cs",
                                "da",
                                "nl",
                                "et",
                                "fil",
                                "fi",
                                "fr-CA",
                                "gl",
                                "ka",
                                "de-DE",
                                "el",
                                "gu",
                                "he",
                                "hi",
                                "hu",
                                "is",
                                "id",
                                "it",
                                "ja",
                                "kn",
                                "kk",
                                "ko",
                                "ky",
                                "lo",
                                "lv",
                                "lt",
                                "mk",
                                "ms",
                                "ml",
                                "mr",
                                "mn",
                                "ne",
                                "nb",
                                "or",
                                "fa",
                                "pl",
                                "pt-PT",
                                "pa",
                                "ro",
                                "ru",
                                "sr",
                                "zh-Hans-CN",
                                "si",
                                "sk",
                                "sl",
                                "es-ES",
                                "sw",
                                "sv",
                                "tl",
                                "ta",
                                "te",
                                "th",
                                "zh-Hant-HK",
                                "tr",
                                "uk",
                                "ur",
                                "uz",
                                "vi",
                                "zu"
                            ],
                            "advisories": [
                                "4+"
                            ],
                            "developer": "Google LLC",
                            "developer_id": "281956209",
                            "developer_url": "https://apps.apple.com/us/developer/google-llc/id281956209",
                            "version": "1.2023.20201",
                            "minimum_os_version": "14.0",
                            "size": "266542080",
                            "released_date": "2014-04-30 00:00:00 +00:00",
                            "last_update_date": "2023-05-24 15:53:31 +00:00",
                            "update_notes": "* Bug fixes and performance improvements",
                            "images": [
                                "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/dc/76/e4/dc76e4d8-b754-f466-98b8-770ae9b0880a/9f426f7f-4ca4-47cf-badc-cbcaea113949_0_APP_IPHONE_65_0.png/1284x2778bb.jpg",
                                "https://is3-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/9c/c1/ab/9cc1ab38-719b-62b8-ebd4-8cc88f241b25/935ef678-2338-43f0-95ce-975cd5316f0f_1_APP_IPHONE_65_1.png/1284x2778bb.jpg",
                                "https://is2-ssl.mzstatic.com/image/thumb/PurpleSource126/v4/9a/a5/60/9aa5609b-46bc-aac3-3779-28ed10a1ef2c/bba436f9-245e-4765-af8d-275a9eebeb4b_2_APP_IPHONE_65_2.png/1284x2778bb.jpg",
                                "https://is4-ssl.mzstatic.com/image/thumb/PurpleSource126/v4/80/7e/4d/807e4d9e-9b3f-7379-d4b8-02a774311acb/9a14b1cc-0124-485e-a9fe-e583cb511b49_3_APP_IPHONE_65_3.png/1284x2778bb.jpg"
                            ],
                            "similar_apps": [
                                {
                                    "app_id": "1544827472",
                                    "title": "FormApp for Google Forms",
                                    "url": "https://apps.apple.com/us/app/formapp-for-google-forms/id1544827472"
                                },
                                {
                                    "app_id": "1528832508",
                                    "title": "Google forms management app",
                                    "url": "https://apps.apple.com/us/app/google-forms-management-app/id1528832508"
                                },
                                {
                                    "app_id": "1619382448",
                                    "title": "Forms App for Google Docs",
                                    "url": "https://apps.apple.com/us/app/forms-app-for-google-docs/id1619382448"
                                },
                                {
                                    "app_id": "1540956268",
                                    "title": "CollaNote: Note, Journal & PDF",
                                    "url": "https://apps.apple.com/us/app/collanote-note-journal-pdf/id1540956268"
                                },
                                {
                                    "app_id": "586447913",
                                    "title": "Microsoft Word",
                                    "url": "https://apps.apple.com/us/app/microsoft-word/id586447913"
                                },
                                {
                                    "app_id": "1423643723",
                                    "title": "Notes Writer: PDF, Words, ePub",
                                    "url": "https://apps.apple.com/us/app/notes-writer-pdf-words-epub/id1423643723"
                                },
                                {
                                    "app_id": "1021085778",
                                    "title": "QuickNotes X: Notes, AI & PDF",
                                    "url": "https://apps.apple.com/us/app/quicknotes-x-notes-ai-pdf/id1021085778"
                                },
                                {
                                    "app_id": "586449534",
                                    "title": "Microsoft PowerPoint",
                                    "url": "https://apps.apple.com/us/app/microsoft-powerpoint/id586449534"
                                },
                                {
                                    "app_id": "611543423",
                                    "title": "Lucidchart",
                                    "url": "https://apps.apple.com/us/app/lucidchart/id611543423"
                                },
                                {
                                    "app_id": "576717926",
                                    "title": "Prezi Viewer",
                                    "url": "https://apps.apple.com/us/app/prezi-viewer/id576717926"
                                }
                            ],
                            "more_apps_by_developer": [
                                {
                                    "app_id": "544007664",
                                    "title": "YouTube: Watch, Listen, Stream",
                                    "url": "https://apps.apple.com/us/app/youtube-watch-listen-stream/id544007664"
                                },
                                {
                                    "app_id": "585027354",
                                    "title": "Google Maps",
                                    "url": "https://apps.apple.com/us/app/google-maps/id585027354"
                                },
                                {
                                    "app_id": "422689480",
                                    "title": "Gmail - Email by Google",
                                    "url": "https://apps.apple.com/us/app/gmail-email-by-google/id422689480"
                                },
                                {
                                    "app_id": "284815942",
                                    "title": "Google",
                                    "url": "https://apps.apple.com/us/app/google/id284815942"
                                },
                                {
                                    "app_id": "535886823",
                                    "title": "Google Chrome",
                                    "url": "https://apps.apple.com/us/app/google-chrome/id535886823"
                                },
                                {
                                    "app_id": "507874739",
                                    "title": "Google Drive",
                                    "url": "https://apps.apple.com/us/app/google-drive/id507874739"
                                },
                                {
                                    "app_id": "962194608",
                                    "title": "Google Photos",
                                    "url": "https://apps.apple.com/us/app/google-photos/id962194608"
                                },
                                {
                                    "app_id": "293622097",
                                    "title": "Google Earth",
                                    "url": "https://apps.apple.com/us/app/google-earth/id293622097"
                                },
                                {
                                    "app_id": "414706506",
                                    "title": "Google Translate",
                                    "url": "https://apps.apple.com/us/app/google-translate/id414706506"
                                },
                                {
                                    "app_id": "1017492454",
                                    "title": "YouTube Music",
                                    "url": "https://apps.apple.com/us/app/youtube-music/id1017492454"
                                },
                                {
                                    "app_id": "842849113",
                                    "title": "Google Sheets",
                                    "url": "https://apps.apple.com/us/app/google-sheets/id842849113"
                                },
                                {
                                    "app_id": "1096918571",
                                    "title": "Google Meet",
                                    "url": "https://apps.apple.com/us/app/google-meet/id1096918571"
                                },
                                {
                                    "app_id": "680819774",
                                    "title": "Google Home",
                                    "url": "https://apps.apple.com/us/app/google-home/id680819774"
                                },
                                {
                                    "app_id": "462638897",
                                    "title": "Fitbit: Health & Fitness",
                                    "url": "https://apps.apple.com/us/app/fitbit-health-fitness/id462638897"
                                },
                                {
                                    "app_id": "879478102",
                                    "title": "Google Slides",
                                    "url": "https://apps.apple.com/us/app/google-slides/id879478102"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}

Description of the fields for sending a request:

Field name Type Description
id string task identifier
unique task identifier in our system in the UUID format
you will be able to use it within 30 days to request the results of the task at any time

‌‌‌‌
‌‌As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.

You can also get all available SERP features by making a request to the following Sandbox URL:
https://sandbox.dataforseo.com/v3/app_data/apple/app_info/task_get/advanced/00000000-0000-0000-0000-000000000000
The response will include all available items in the Apple App Info Advanced endpoint with the fields containing dummy data.
You won’t be charged for using Sandbox endpoints.

Description of the fields in the results array:

Field name Type Description
version string the current version of the API
status_code integer general status code
you can find the full list of the response codes here
Note: we strongly recommend designing a necessary system for handling related exceptional or error conditions
status_message string general informational message
you can find the full list of general informational messages here
time string execution time, seconds
cost float total tasks cost, USD
tasks_count integer the number of tasks in the tasks array
tasks_error integer the number of tasks in the tasks array that were returned an error
tasks array array of tasks
        id string task identifier
unique task identifier in our system in the UUID format
        status_code integer status code of the task
generated by DataForSEO; can be within the following range: 10000-60000
you can find the full list of the response codes here
        status_message string informational message of the task
you can find the full list of general informational messages here
        time string execution time, seconds
        cost float cost of the task, USD
        result_count integer number of elements in the result array
        path array URL path
        data object contains the same parameters that you specified in the POST request
        result array array of results
            app_id string application id received in a POST request
            se_domain string search engine domain in a POST array
            location_code integer location code in a POST array
            language_code string language code in a POST array
            check_url string direct URL to search engine results
you can use it to make sure that we provided accurate results
            datetime string date and time when the result was received
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”
example:
2019-11-15 12:57:46 +00:00
            se_results_count integer the total number of results
            items_count integer the number of items in the results array
            items array found app info
                type string the item’s type
possible item types: "app_store_info_organic"
                rank_group integer position within a group of elements with identical type values
positions of elements with different type values are omitted from rank_group
                rank_absolute integer absolute rank among all the listed apps
absolute position among all apps on the list
                position string the alignment of the element in SERP
can take the following values: left
                app_id string ID of the app
                title string title of the app
                url string URL to the app page on App Store
                icon string URL to the app icon
                description string description of the app
                reviews_count integer the total number of reviews of the app
                rating object average rating of the app
                    rating_type string the type of the rating
can take the following values: Max5
                    value float the value of the rating
                    votes_count integer the amount of feedback
in this case, the value will be null
                    rating_max integer the maximum value for a rating_type
the maximum value for Max5 is 5
                price object price of the app
                    current float current price
refers to the current price indicated in the element
                    regular float regular price
refers to the regular price indicated in the element
                    max_value float the maximum price
refers to the maximum price indicated in the element
                    currency string currency of the listed price
ISO code of the currency applied to the price
                    is_price_range boolean price is provided as a range
indicates whether a price is provided in a range
                    displayed_price string price string in the result
raw price string as provided in the result
                is_free boolean indicates whether the app is free
                main_category string main category/genre of the app
                categories array all relevant categories/genres of the app
                languages array languages supported in the app
                advisories array age rating and age-based content advisories
                developer string name of the app developer
                developer_id string ID of the app developer
                developer_url string URL to the developer page on App Store
                version string current version of the app
                minimum_os_version string minimum OS version required to install the app
                size string size of the app
                released_date string date and time when the app was released
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                last_update_date string date and time when the app was last updated
in the UTC format: “yyyy-mm-dd hh-mm-ss +00:00”;
example:
2019-11-15 12:57:46 +00:00
                update_notes string update notes
contains the latest update notes from the developer
                images array app images
contains URLs to the images used on the app page on App Store
                similar_apps array similar apps
displays apps similar to the app in a POST request
                    app_id string ID of the app
                    title string title of the app
                    url string URL to the app page on App Store
                more_apps_by_developer array similar apps
information about apps built by the same developer
                    app_id string ID of the app
                    title string title of the app
                    url string URL to the app page on App Store

‌‌