{ "opencollection": "1.0.0", "info": { "name": "DataForSEO AiOptimization AppData API", "version": "1.0.0" }, "items": [ { "info": { "name": "AppData", "type": "folder" }, "items": [ { "info": { "name": "AppDataIdList", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/id_list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint is designed to provide you with a list of IDs and metadata for all App Data tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/id_list/?bash'" }, { "info": { "name": "AppDataErrors", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/errors", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive information about the App Data API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/errors/?bash'" }, { "info": { "name": "GoogleCategories", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/categories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a full list of app categories available on Google Play.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/categories/?bash'" }, { "info": { "name": "AppDataGoogleLocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/locations", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive the list of Google locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/locations/?bash'" }, { "info": { "name": "AppDataGoogleLocationsCountry", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/locations/:country", "params": [ { "name": "country", "value": "us", "type": "path", "description": "country ISO code\noptional field\nspecify the ISO code if you want to filter the list of locations by country\nexample:\nus" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive the list of Google locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/locations/?bash'" }, { "info": { "name": "AppDataGoogleLanguages", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/languages", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive the list of Google languages supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/languages/?bash'" }, { "info": { "name": "GoogleAppSearchesTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/google/app_searches/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps ranking on Google Play for the specified keyword. The returned results are specific to the indicated keyword, as well as the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/?bash'" }, { "info": { "name": "GoogleAppSearchesTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_searches/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/?bash'" }, { "info": { "name": "AppDataTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/?bash'" }, { "info": { "name": "GoogleAppSearchesTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_searches/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps ranking on Google Play for the keyword specified in a POST request. You will also receive additional information about each application: its ID, icon, reviews count, rating, price, and other data. The results are specific to the keyword as well as location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/advanced/?bash'" }, { "info": { "name": "GoogleAppSearchesTaskGetHtml", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_searches/task_get/html/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 7 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/html/?bash'" }, { "info": { "name": "GoogleAppListTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/google/app_list/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of mobile applications published in the top charts on the Google Play platform. The returned results are specific to the app collection as well as the the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_post/?bash'" }, { "info": { "name": "GoogleAppListTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_list/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/tasks_ready/?bash'" }, { "info": { "name": "GoogleAppListTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_list/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of applications published in the top charts on the Google Play platform, including app IDs, ratings, prices, titles, and more. The results are specific to the app_collection as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/advanced/?bash'" }, { "info": { "name": "GoogleAppListTaskGetHtml", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_list/task_get/html/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 7 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/html/?bash'" }, { "info": { "name": "GoogleAppInfoTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/google/app_info/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with information about the Google Play application specified in the app_id field of the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_post/?bash'" }, { "info": { "name": "GoogleAppInfoTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_info/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/tasks_ready/?bash'" }, { "info": { "name": "GoogleAppInfoTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_info/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "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, number of installs, images, and other data. The results are specific to the app_id parameter specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/advanced/?bash'" }, { "info": { "name": "GoogleAppInfoTaskGetHtml", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_info/task_get/html/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 7 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/html/?bash'" }, { "info": { "name": "GoogleAppReviewsTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/google/app_reviews/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with reviews published on the Google Play platform for the app specified in the app_id field. The returned results are specific to the indicated language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_post/?bash'" }, { "info": { "name": "GoogleAppReviewsTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_reviews/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/tasks_ready/?bash'" }, { "info": { "name": "GoogleAppReviewsTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_reviews/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with feedback data on applications listed on the Google Play platform, including review ratings, review content, user profile info of each reviewer, review publication dates, and more. The results are specific to the app_id as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/advanced/?bash'" }, { "info": { "name": "GoogleAppReviewsTaskGetHtml", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_reviews/task_get/html/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 7 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/html/?bash'" }, { "info": { "name": "GoogleAppListingsCategories", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/google/app_listings/categories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a full list of app categories available on Google Play.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_listings/categories/?bash'" }, { "info": { "name": "GoogleAppListingsSearchLive", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/google/app_listings/search/live", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps published on Google Play along with additional information: its ID, icon, reviews count, rating, price, and other data. The results are specific to the title, description, and categories parameters specified in the API request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_listings/search/live/?bash'" }, { "info": { "name": "AppleCategories", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/categories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a full list of app categories available on App Store.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/categories/?bash'" }, { "info": { "name": "AppleLocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/locations", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive the list of Apple locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/locations/?bash'" }, { "info": { "name": "AppleLanguages", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/languages", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "By calling this endpoint you will receive the list of Apple languages supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/languages/?bash'" }, { "info": { "name": "AppleAppSearchesTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/apple/app_searches/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps ranking on the App Store for the specified keyword. The returned results are specific to the indicated keyword, as well as the location and language parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/?bash'" }, { "info": { "name": "AppleAppSearchesTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_searches/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/tasks_ready/?bash'" }, { "info": { "name": "AppleAppSearchesTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_searches/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps ranking on the App Store for the keyword specified in a POST request. You will also receive additional information about each application: its ID, icon, reviews count, rating, price, and other data. The results are specific to the keyword as well as location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_get/advanced/?bash'" }, { "info": { "name": "AppleAppInfoTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/apple/app_info/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with information about the App Store application specified in the app_id field of the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/task_post/?bash'" }, { "info": { "name": "AppleAppInfoTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_info/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/tasks_ready/?bash'" }, { "info": { "name": "AppleAppInfoTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_info/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "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.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/task_get/advanced/?bash'" }, { "info": { "name": "AppleAppListTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/apple/app_list/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of mobile applications published in the top app charts on the App Store platform. The returned results are specific to the app collection as well as the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/task_post/?bash'" }, { "info": { "name": "AppleAppListTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_list/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/tasks_ready/?bash'" }, { "info": { "name": "AppleAppListTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_list/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of applications published in the top app charts on the App Store platform, including app IDs, ratings, prices, titles, and more. The results are specific to the app_collection as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/task_get/advanced/?bash'" }, { "info": { "name": "AppleAppReviewsTaskPost", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/apple/app_reviews/task_post", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with reviews published on the App Store platform for the app specified in the app_id field. The returned results are specific to the indicated language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/?bash'" }, { "info": { "name": "AppleAppReviewsTasksReady", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_reviews/tasks_ready", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/tasks_ready/?bash'" }, { "info": { "name": "AppleAppReviewsTaskGetAdvanced", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_reviews/task_get/advanced/:id", "params": [ { "name": "id", "value": "00000000-0000-0000-0000-000000000000", "type": "path", "description": "task identifier\nunique task identifier in our system in the UUID format\nyou will be able to use it within 30 days to request the results of the task at any time" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with feedback data on applications listed on the App Store platform, including review ratings, review content, user profile info of each reviewer, review publication dates, and more. The results are specific to the app_id as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_get/advanced/?bash'" }, { "info": { "name": "AppleAppListingsCategories", "type": "http" }, "http": { "method": "GET", "url": "https://api.dataforseo.com/v3/app_data/apple/app_listings/categories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a full list of app categories available on Apple App Store.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_listings/categories/?bash'" }, { "info": { "name": "AppleAppListingsSearchLive", "type": "http" }, "http": { "method": "POST", "url": "https://api.dataforseo.com/v3/app_data/apple/app_listings/search/live", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "This endpoint will provide you with a list of apps published on App Store along with additional information: its ID, icon, reviews count, rating, price, and other data. The results are specific to the title, description, and categories parameters specified in the API request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_listings/search/live/?bash'" } ] } ], "bundled": true }