App Store Scraper API Reference

API Overview

App Store Scraper is a simple tool for scraping app store data. It returns the app name, description, price, and more. To use this API, you need an API key. You can get one by creating a free account and visiting your dashboard.

Important: Ensure that this API is enabled from within your dashboard to use it in your application. If not, you may receive a 403 error

View API in Directory

Client Libaries

To get started with minimal code, most of our APIs are available through client libraries:

run in postman button npm logo pypi logo nuget logo

Get App Info

5 Token

Get app details from the App Store

	
#GET Request
https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us	

	
					

x-api-key (required)

This is a required header on every request. Your API Key is found from within your dashboard

accept

This is an optional header. Set the value to application/json, application/xml, or application/yaml


appidstring(required)

The app ID as shown in the App Store to get the app details

countrystring(required)

The country code that the app is available in (e.g., us, gb).


Sample Request
	
import requests

url = "https://api.apiverve.com/v1/appstorescraper"

querystring = {'appid': '553834731', 'country': 'us'}

headers = {
	"x-api-key": "YOUR_API_KEY"
}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
	
							
	
using System.Net.Http.Headers;
var client = new HttpClient();
var request = new HttpRequestMessage
{
	Method = HttpMethod.Get,
	RequestUri = new Uri("https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us"),
	Headers =
	{
		{ "x-api-key", "YOUR_API_KEY" }
	},
};
using (var response = await client.SendAsync(request))
{
	response.EnsureSuccessStatusCode();
	var body = await response.Content.ReadAsStringAsync();
	Console.WriteLine(body);
}
	
							
	
const data = null;

const xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener('readystatechange', function () {
	if (this.readyState === this.DONE) {
		console.log(this.responseText);
	}
});

xhr.open('GET', 'https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us');
xhr.setRequestHeader('x-api-key', 'YOUR_API_KEY');
xhr.setRequestHeader('Content-Type', 'application/json');
xhr.setRequestHeader('Accept', 'application/json');

xhr.send(data);
	
							
	
const request = require('request');

const options = {
  method: 'GET',
  url: 'https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us',
  headers: {
    'x-api-key': 'YOUR_API_KEY'
  }
};

request(options, function (error, response, body) {
	if (error) throw new Error(error);

	console.log(body);
});
	
							
	
HttpRequest request = HttpRequest.newBuilder()
		.uri(URI.create("https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us"))
		.header("x-api-key", "YOUR_API_KEY")
		.method("GET", HttpRequest.BodyPublishers.noBody())
		.build();
HttpResponse response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());
System.out.println(response.body());
	
							
	
import Foundation

let headers = [
	"x-api-key": "YOUR_API_KEY"
]

let request = NSMutableURLRequest(url: NSURL(string: "https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us")! as URL,
				cachePolicy: .useProtocolCachePolicy,
                timeoutInterval: 10.0)

request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
	if (error != nil) {
		print(error as Any)
	} else {
		let httpResponse = response as? HTTPURLResponse
		print(httpResponse)
	}
})

dataTask.resume()
	
							
	
curl --request GET \
	--url 'https://api.apiverve.com/v1/appstorescraper?appid=553834731&country=us' \
	--header 'x-api-key: YOUR_API_KEY'
	
							

Sample Response
	
{
  "status": "ok",
  "error": null,
  "data": {
    "id": 553834731,
    "appId": "com.midasplayer.apps.candycrushsaga",
    "title": "Candy Crush Saga",
    "url": "https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4",
    "description": "Start playing Candy Crush Saga today – a legendary puzzle game loved by millions of players around the world.  With over a trillion levels played, this sweet match 3 puzzle game is one of the most popular mobile games of all time!  Switch and match Candies in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty candy combos!  Plan your moves by matching 3 or more candies in a row, using boosters wisely in order to overcome those extra sticky puzzles! Blast the chocolate and collect sweet candy across thousands of levels, guaranteed to have you craving more!  Candy Crush Saga features:  THE GAME THAT KEEPS YOU CRAVING MORE Thousands of the best levels and puzzles in the Candy Kingdom and with more added every 2 weeks your sugar fix is never far away!   MANY WAYS TO WIN REWARDS Check back daily and spin the Daily Booster Wheel to receive free tasty rewards, and take part in time limited challenges to earn boosters to help you level up!    VARIETY OF SUGAR-COATED CHALLENGES Sweet ways to play: Game modes including Target Score, Clear the Jelly, Collect the Ingredients and Order Mode  PLAY ALONE OR WITH FRIENDS Get to the top of the leaderboard events and compare scores with friends and competitors!  Levels range from easy to hard for all adults to enjoy – accessible on-the-go, offline and online. It's easy to sync the game between devices and unlock full game features when connected to the Internet or Wifi. Follow us to get news and updates; facebook.com/CandyCrushSaga, Twitter @CandyCrushSaga, Youtube https://www.youtube.com/user/CandyCrushOfficial Visit https://community.king.com/en/candy-crush-saga to access the Community and competitions! Candy Crush Saga is completely free to play but some optional in-game items will require payment. You can turn off the payment feature by disabling in-app purchases in your device’s settings. By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms  Do not sell my data: King shares your personal information with advertising partners to personalize ads. Learn more at https://king.com/privacyPolicy.  If you wish to exercise your Do Not Sell My Data rights, you can do so by contacting us via the in game help centre or by going to https://soporto.king.com/  Have fun playing Candy Crush Saga the sweetest match 3 puzzle game around!   If you enjoy playing Candy Crush Saga, you may also enjoy its sister puzzle games; Candy Crush Soda Saga, Candy Crush Jelly Saga and Candy Crush Friends Saga!  All Stars Tournament Selected level 25+. 18+. In-game event from 12:00 EDT 20 March to 03:00 EDT 27 April, 2025. Participating countries only. Void where prohibited. Win the in-game event and receive an invite to the live contest 11-13 June in California for a chance to win a share of $1,000,000 USD. Requires US travel. T&Cs: to.king.com/terms. Candy Crush Saga contains optional in-game purchases. © 2025 King.com Ltd. “King”, “Candy Crush All Stars\" and associated marks and logos are trademarks of King.com Ltd or related entities.",
    "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/0e/ba/74/0eba74f1-0df1-dddb-230a-aefe5f8fc62a/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg",
    "genres": [
      "Games",
      "Entertainment",
      "Puzzle",
      "Casual"
    ],
    "genreIds": [
      "6014",
      "6016",
      "7012",
      "7003"
    ],
    "primaryGenre": "Games",
    "primaryGenreId": 6014,
    "contentRating": "4+",
    "languages": [
      "AR",
      "CA",
      "HR",
      "CS",
      "DA",
      "NL",
      "EN",
      "FI",
      "FR",
      "DE",
      "HU",
      "ID",
      "IT",
      "JA",
      "KO",
      "MS",
      "NB",
      "PL",
      "PT",
      "RO",
      "RU",
      "ZH",
      "SK",
      "ES",
      "SV",
      "TH",
      "ZH",
      "TR",
      "VI"
    ],
    "size": "400304128",
    "requiredOsVersion": "12.0.0",
    "released": "2012-11-14T14:41:32Z",
    "updated": "2025-02-12T06:54:38Z",
    "releaseNotes": "We hope you’re having fun playing Candy Crush Saga! \n\nWe update the game every week with sweet new features, exciting levels, and important bug fixes to keep everything running smoothly. \n\nDon't forget to download the latest version for the best experience!\n\nNew to the game? Don’t be shy, join the fun!",
    "version": "1.296.0.1",
    "price": 0,
    "currency": "USD",
    "free": true,
    "developerId": 526656015,
    "developer": "King",
    "developerUrl": "https://apps.apple.com/us/developer/king/id526656015?uo=4",
    "developerWebsite": "http://candycrushsaga.com/",
    "score": 4.70727,
    "reviews": 3547335,
    "currentVersionScore": 4.70727,
    "currentVersionReviews": 3547335,
    "screenshots": [
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/e3/3d/2f/e33d2f6b-4dbd-17e3-0c0a-7139a382dc4a/e7363b16-199a-4326-a0b2-6b7e1283f711_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/60/4e/c5/604ec5b5-e6e5-b28e-417f-76c8a7ec397b/cbad1cb5-2271-4d88-9124-ee1005d38939_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/69/6d/18/696d18a9-c5e6-adc6-3c82-c17441753e4c/2024dae5-c018-49c4-ab73-e5577b0b56d7_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/cc/2d/ee/cc2deee1-4830-ae11-cca7-8ced14852504/7698e8e5-d0e3-4906-8ff6-147c9b190ad6_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/21/36/90/213690ff-ae6d-0481-f767-e7825efc3ee3/b628ce56-834c-4cc8-9dfc-b990e1c0107a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/97/27/81/9727816b-c0f4-adab-9e78-4bdc4cba35f0/e8161bd0-89f5-4dd0-b725-f04922f194e8_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d6/f3/71/d6f3716c-110f-9f11-01a0-005e2f7c4ed1/feece3b7-0e98-44f6-a410-c0839c5f023c_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/8a/08/19/8a0819a2-637c-d52c-e86a-07762b51d5c3/4566515f-0e05-46e9-a782-2075a59941a5_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/e6/4a/7e/e64a7ea8-36f5-3186-b2fc-a5d6b9a70534/22e89292-8124-4f09-9788-3995305da759_364295_CCS_Saga-Map-Update_ss_1242x2208_en.jpg/392x696bb.jpg"
    ],
    "ipadScreenshots": [
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/e5/83/6e/e5836e5e-07f5-c5a3-4108-1ede12d3442a/89b1faee-9df2-4d83-bc7c-ee5a734344ef_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/84/b5/3c/84b53cb6-cf20-70a1-f96b-d63f4b62d529/77bc4e75-e791-4479-91cb-ca98312abc59_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/d8/36/94/d83694c3-9e5f-374d-d41d-154e6d9a7bc0/448fc95c-7091-443f-b359-40884cff34c9_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/9e/ca/70/9eca7058-5fc1-47c5-bd62-25444a005f42/65eec630-c5f0-46f4-98fb-1ce029fb36d2_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/6b/23/56/6b23568f-7064-0a84-07e2-5746661a3a2e/10511ee6-b050-4f6f-9f5e-1644ff5d158a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/5d/41/6c/5d416ce8-9b63-e735-d8bf-f1bc79f76924/43dbc8a0-5f8c-4f42-ad4b-9de28521386a_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/12/3b/1c/123b1cb0-85b8-eedb-354f-b416e62ddc2e/96b029b6-7822-4ed5-8367-552646806b1b_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/9d/50/c0/9d50c0af-7502-af75-823e-668523a6d15e/835e9d44-e4b3-4f74-b6f0-a01a8f1f0ec3_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg",
      "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/cd/91/8c/cd918ccf-16f4-ed93-7601-2a16092db1ec/d1c5f541-5d59-4cb6-abf7-b9d68d943277_364295_CCS_Saga-Map-Update_ss_2048x2732_en.jpg/576x768bb.jpg"
    ],
    "appletvScreenshots": [],
    "supportedDevices": [
      "iPhone5s-iPhone5s",
      "iPadAir-iPadAir",
      "iPadAirCellular-iPadAirCellular",
      "iPadMiniRetina-iPadMiniRetina",
      "iPadMiniRetinaCellular-iPadMiniRetinaCellular",
      "iPhone6-iPhone6",
      "iPhone6Plus-iPhone6Plus",
      "iPadAir2-iPadAir2",
      "iPadAir2Cellular-iPadAir2Cellular",
      "iPadMini3-iPadMini3",
      "iPadMini3Cellular-iPadMini3Cellular",
      "iPodTouchSixthGen-iPodTouchSixthGen",
      "iPhone6s-iPhone6s",
      "iPhone6sPlus-iPhone6sPlus",
      "iPadMini4-iPadMini4",
      "iPadMini4Cellular-iPadMini4Cellular",
      "iPadPro-iPadPro",
      "iPadProCellular-iPadProCellular",
      "iPadPro97-iPadPro97",
      "iPadPro97Cellular-iPadPro97Cellular",
      "iPhoneSE-iPhoneSE",
      "iPhone7-iPhone7",
      "iPhone7Plus-iPhone7Plus",
      "iPad611-iPad611",
      "iPad612-iPad612",
      "iPad71-iPad71",
      "iPad72-iPad72",
      "iPad73-iPad73",
      "iPad74-iPad74",
      "iPhone8-iPhone8",
      "iPhone8Plus-iPhone8Plus",
      "iPhoneX-iPhoneX",
      "iPad75-iPad75",
      "iPad76-iPad76",
      "iPhoneXS-iPhoneXS",
      "iPhoneXSMax-iPhoneXSMax",
      "iPhoneXR-iPhoneXR",
      "iPad812-iPad812",
      "iPad834-iPad834",
      "iPad856-iPad856",
      "iPad878-iPad878",
      "iPadMini5-iPadMini5",
      "iPadMini5Cellular-iPadMini5Cellular",
      "iPadAir3-iPadAir3",
      "iPadAir3Cellular-iPadAir3Cellular",
      "iPodTouchSeventhGen-iPodTouchSeventhGen",
      "iPhone11-iPhone11",
      "iPhone11Pro-iPhone11Pro",
      "iPadSeventhGen-iPadSeventhGen",
      "iPadSeventhGenCellular-iPadSeventhGenCellular",
      "iPhone11ProMax-iPhone11ProMax",
      "iPhoneSESecondGen-iPhoneSESecondGen",
      "iPadProSecondGen-iPadProSecondGen",
      "iPadProSecondGenCellular-iPadProSecondGenCellular",
      "iPadProFourthGen-iPadProFourthGen",
      "iPadProFourthGenCellular-iPadProFourthGenCellular",
      "iPhone12Mini-iPhone12Mini",
      "iPhone12-iPhone12",
      "iPhone12Pro-iPhone12Pro",
      "iPhone12ProMax-iPhone12ProMax",
      "iPadAir4-iPadAir4",
      "iPadAir4Cellular-iPadAir4Cellular",
      "iPadEighthGen-iPadEighthGen",
      "iPadEighthGenCellular-iPadEighthGenCellular",
      "iPadProThirdGen-iPadProThirdGen",
      "iPadProThirdGenCellular-iPadProThirdGenCellular",
      "iPadProFifthGen-iPadProFifthGen",
      "iPadProFifthGenCellular-iPadProFifthGenCellular",
      "iPhone13Pro-iPhone13Pro",
      "iPhone13ProMax-iPhone13ProMax",
      "iPhone13Mini-iPhone13Mini",
      "iPhone13-iPhone13",
      "iPadMiniSixthGen-iPadMiniSixthGen",
      "iPadMiniSixthGenCellular-iPadMiniSixthGenCellular",
      "iPadNinthGen-iPadNinthGen",
      "iPadNinthGenCellular-iPadNinthGenCellular",
      "iPhoneSEThirdGen-iPhoneSEThirdGen",
      "iPadAirFifthGen-iPadAirFifthGen",
      "iPadAirFifthGenCellular-iPadAirFifthGenCellular",
      "iPhone14-iPhone14",
      "iPhone14Plus-iPhone14Plus",
      "iPhone14Pro-iPhone14Pro",
      "iPhone14ProMax-iPhone14ProMax",
      "iPadTenthGen-iPadTenthGen",
      "iPadTenthGenCellular-iPadTenthGenCellular",
      "iPadPro11FourthGen-iPadPro11FourthGen",
      "iPadPro11FourthGenCellular-iPadPro11FourthGenCellular",
      "iPadProSixthGen-iPadProSixthGen",
      "iPadProSixthGenCellular-iPadProSixthGenCellular",
      "iPhone15-iPhone15",
      "iPhone15Plus-iPhone15Plus",
      "iPhone15Pro-iPhone15Pro",
      "iPhone15ProMax-iPhone15ProMax",
      "iPadAir11M2-iPadAir11M2",
      "iPadAir11M2Cellular-iPadAir11M2Cellular",
      "iPadAir13M2-iPadAir13M2",
      "iPadAir13M2Cellular-iPadAir13M2Cellular",
      "iPadPro11M4-iPadPro11M4",
      "iPadPro11M4Cellular-iPadPro11M4Cellular",
      "iPadPro13M4-iPadPro13M4",
      "iPadPro13M4Cellular-iPadPro13M4Cellular",
      "iPhone16-iPhone16",
      "iPhone16Plus-iPhone16Plus",
      "iPhone16Pro-iPhone16Pro",
      "iPhone16ProMax-iPhone16ProMax",
      "iPadMiniA17Pro-iPadMiniA17Pro",
      "iPadMiniA17ProCellular-iPadMiniA17ProCellular"
    ]
  },
  "code": 200
}
	
							
	
<Root>
  <status>ok</status>
  <error />
  <data>
    <id>553834731</id>
    <appId>com.midasplayer.apps.candycrushsaga</appId>
    <title>Candy Crush Saga</title>
    <url>https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4</url>
    <description>Start playing Candy Crush Saga today – a legendary puzzle game loved by millions of players around the world.  With over a trillion levels played, this sweet match 3 puzzle game is one of the most popular mobile games of all time!  Switch and match Candies in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty candy combos!  Plan your moves by matching 3 or more candies in a row, using boosters wisely in order to overcome those extra sticky puzzles! Blast the chocolate and collect sweet candy across thousands of levels, guaranteed to have you craving more!  Candy Crush Saga features:  THE GAME THAT KEEPS YOU CRAVING MORE Thousands of the best levels and puzzles in the Candy Kingdom and with more added every 2 weeks your sugar fix is never far away!   MANY WAYS TO WIN REWARDS Check back daily and spin the Daily Booster Wheel to receive free tasty rewards, and take part in time limited challenges to earn boosters to help you level up!    VARIETY OF SUGAR-COATED CHALLENGES Sweet ways to play: Game modes including Target Score, Clear the Jelly, Collect the Ingredients and Order Mode  PLAY ALONE OR WITH FRIENDS Get to the top of the leaderboard events and compare scores with friends and competitors!  Levels range from easy to hard for all adults to enjoy – accessible on-the-go, offline and online. It's easy to sync the game between devices and unlock full game features when connected to the Internet or Wifi. Follow us to get news and updates; facebook.com/CandyCrushSaga, Twitter @CandyCrushSaga, Youtube https://www.youtube.com/user/CandyCrushOfficial Visit https://community.king.com/en/candy-crush-saga to access the Community and competitions! Candy Crush Saga is completely free to play but some optional in-game items will require payment. You can turn off the payment feature by disabling in-app purchases in your device’s settings. By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms  Do not sell my data: King shares your personal information with advertising partners to personalize ads. Learn more at https://king.com/privacyPolicy.  If you wish to exercise your Do Not Sell My Data rights, you can do so by contacting us via the in game help centre or by going to https://soporto.king.com/  Have fun playing Candy Crush Saga the sweetest match 3 puzzle game around!   If you enjoy playing Candy Crush Saga, you may also enjoy its sister puzzle games; Candy Crush Soda Saga, Candy Crush Jelly Saga and Candy Crush Friends Saga!  All Stars Tournament Selected level 25+. 18+. In-game event from 12:00 EDT 20 March to 03:00 EDT 27 April, 2025. Participating countries only. Void where prohibited. Win the in-game event and receive an invite to the live contest 11-13 June in California for a chance to win a share of $1,000,000 USD. Requires US travel. T&amp;Cs: to.king.com/terms. Candy Crush Saga contains optional in-game purchases. © 2025 King.com Ltd. “King”, “Candy Crush All Stars" and associated marks and logos are trademarks of King.com Ltd or related entities.</description>
    <icon>https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/0e/ba/74/0eba74f1-0df1-dddb-230a-aefe5f8fc62a/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg</icon>
    <genres>Games</genres>
    <genres>Entertainment</genres>
    <genres>Puzzle</genres>
    <genres>Casual</genres>
    <genreIds>6014</genreIds>
    <genreIds>6016</genreIds>
    <genreIds>7012</genreIds>
    <genreIds>7003</genreIds>
    <primaryGenre>Games</primaryGenre>
    <primaryGenreId>6014</primaryGenreId>
    <contentRating>4+</contentRating>
    <languages>AR</languages>
    <languages>CA</languages>
    <languages>HR</languages>
    <languages>CS</languages>
    <languages>DA</languages>
    <languages>NL</languages>
    <languages>EN</languages>
    <languages>FI</languages>
    <languages>FR</languages>
    <languages>DE</languages>
    <languages>HU</languages>
    <languages>ID</languages>
    <languages>IT</languages>
    <languages>JA</languages>
    <languages>KO</languages>
    <languages>MS</languages>
    <languages>NB</languages>
    <languages>PL</languages>
    <languages>PT</languages>
    <languages>RO</languages>
    <languages>RU</languages>
    <languages>ZH</languages>
    <languages>SK</languages>
    <languages>ES</languages>
    <languages>SV</languages>
    <languages>TH</languages>
    <languages>ZH</languages>
    <languages>TR</languages>
    <languages>VI</languages>
    <size>400304128</size>
    <requiredOsVersion>12.0.0</requiredOsVersion>
    <released>2012-11-14T14:41:32Z</released>
    <updated>2025-02-12T06:54:38Z</updated>
    <releaseNotes>We hope you’re having fun playing Candy Crush Saga! 

We update the game every week with sweet new features, exciting levels, and important bug fixes to keep everything running smoothly. 

Don't forget to download the latest version for the best experience!

New to the game? Don’t be shy, join the fun!</releaseNotes>
    <version>1.296.0.1</version>
    <price>0</price>
    <currency>USD</currency>
    <free>true</free>
    <developerId>526656015</developerId>
    <developer>King</developer>
    <developerUrl>https://apps.apple.com/us/developer/king/id526656015?uo=4</developerUrl>
    <developerWebsite>http://candycrushsaga.com/</developerWebsite>
    <score>4.70727</score>
    <reviews>3547335</reviews>
    <currentVersionScore>4.70727</currentVersionScore>
    <currentVersionReviews>3547335</currentVersionReviews>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/e3/3d/2f/e33d2f6b-4dbd-17e3-0c0a-7139a382dc4a/e7363b16-199a-4326-a0b2-6b7e1283f711_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/60/4e/c5/604ec5b5-e6e5-b28e-417f-76c8a7ec397b/cbad1cb5-2271-4d88-9124-ee1005d38939_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/69/6d/18/696d18a9-c5e6-adc6-3c82-c17441753e4c/2024dae5-c018-49c4-ab73-e5577b0b56d7_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/cc/2d/ee/cc2deee1-4830-ae11-cca7-8ced14852504/7698e8e5-d0e3-4906-8ff6-147c9b190ad6_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/21/36/90/213690ff-ae6d-0481-f767-e7825efc3ee3/b628ce56-834c-4cc8-9dfc-b990e1c0107a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/97/27/81/9727816b-c0f4-adab-9e78-4bdc4cba35f0/e8161bd0-89f5-4dd0-b725-f04922f194e8_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d6/f3/71/d6f3716c-110f-9f11-01a0-005e2f7c4ed1/feece3b7-0e98-44f6-a410-c0839c5f023c_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/8a/08/19/8a0819a2-637c-d52c-e86a-07762b51d5c3/4566515f-0e05-46e9-a782-2075a59941a5_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg</screenshots>
    <screenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/e6/4a/7e/e64a7ea8-36f5-3186-b2fc-a5d6b9a70534/22e89292-8124-4f09-9788-3995305da759_364295_CCS_Saga-Map-Update_ss_1242x2208_en.jpg/392x696bb.jpg</screenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/e5/83/6e/e5836e5e-07f5-c5a3-4108-1ede12d3442a/89b1faee-9df2-4d83-bc7c-ee5a734344ef_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/84/b5/3c/84b53cb6-cf20-70a1-f96b-d63f4b62d529/77bc4e75-e791-4479-91cb-ca98312abc59_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/d8/36/94/d83694c3-9e5f-374d-d41d-154e6d9a7bc0/448fc95c-7091-443f-b359-40884cff34c9_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/9e/ca/70/9eca7058-5fc1-47c5-bd62-25444a005f42/65eec630-c5f0-46f4-98fb-1ce029fb36d2_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/6b/23/56/6b23568f-7064-0a84-07e2-5746661a3a2e/10511ee6-b050-4f6f-9f5e-1644ff5d158a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/5d/41/6c/5d416ce8-9b63-e735-d8bf-f1bc79f76924/43dbc8a0-5f8c-4f42-ad4b-9de28521386a_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/12/3b/1c/123b1cb0-85b8-eedb-354f-b416e62ddc2e/96b029b6-7822-4ed5-8367-552646806b1b_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/9d/50/c0/9d50c0af-7502-af75-823e-668523a6d15e/835e9d44-e4b3-4f74-b6f0-a01a8f1f0ec3_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg</ipadScreenshots>
    <ipadScreenshots>https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/cd/91/8c/cd918ccf-16f4-ed93-7601-2a16092db1ec/d1c5f541-5d59-4cb6-abf7-b9d68d943277_364295_CCS_Saga-Map-Update_ss_2048x2732_en.jpg/576x768bb.jpg</ipadScreenshots>
    <supportedDevices>iPhone5s-iPhone5s</supportedDevices>
    <supportedDevices>iPadAir-iPadAir</supportedDevices>
    <supportedDevices>iPadAirCellular-iPadAirCellular</supportedDevices>
    <supportedDevices>iPadMiniRetina-iPadMiniRetina</supportedDevices>
    <supportedDevices>iPadMiniRetinaCellular-iPadMiniRetinaCellular</supportedDevices>
    <supportedDevices>iPhone6-iPhone6</supportedDevices>
    <supportedDevices>iPhone6Plus-iPhone6Plus</supportedDevices>
    <supportedDevices>iPadAir2-iPadAir2</supportedDevices>
    <supportedDevices>iPadAir2Cellular-iPadAir2Cellular</supportedDevices>
    <supportedDevices>iPadMini3-iPadMini3</supportedDevices>
    <supportedDevices>iPadMini3Cellular-iPadMini3Cellular</supportedDevices>
    <supportedDevices>iPodTouchSixthGen-iPodTouchSixthGen</supportedDevices>
    <supportedDevices>iPhone6s-iPhone6s</supportedDevices>
    <supportedDevices>iPhone6sPlus-iPhone6sPlus</supportedDevices>
    <supportedDevices>iPadMini4-iPadMini4</supportedDevices>
    <supportedDevices>iPadMini4Cellular-iPadMini4Cellular</supportedDevices>
    <supportedDevices>iPadPro-iPadPro</supportedDevices>
    <supportedDevices>iPadProCellular-iPadProCellular</supportedDevices>
    <supportedDevices>iPadPro97-iPadPro97</supportedDevices>
    <supportedDevices>iPadPro97Cellular-iPadPro97Cellular</supportedDevices>
    <supportedDevices>iPhoneSE-iPhoneSE</supportedDevices>
    <supportedDevices>iPhone7-iPhone7</supportedDevices>
    <supportedDevices>iPhone7Plus-iPhone7Plus</supportedDevices>
    <supportedDevices>iPad611-iPad611</supportedDevices>
    <supportedDevices>iPad612-iPad612</supportedDevices>
    <supportedDevices>iPad71-iPad71</supportedDevices>
    <supportedDevices>iPad72-iPad72</supportedDevices>
    <supportedDevices>iPad73-iPad73</supportedDevices>
    <supportedDevices>iPad74-iPad74</supportedDevices>
    <supportedDevices>iPhone8-iPhone8</supportedDevices>
    <supportedDevices>iPhone8Plus-iPhone8Plus</supportedDevices>
    <supportedDevices>iPhoneX-iPhoneX</supportedDevices>
    <supportedDevices>iPad75-iPad75</supportedDevices>
    <supportedDevices>iPad76-iPad76</supportedDevices>
    <supportedDevices>iPhoneXS-iPhoneXS</supportedDevices>
    <supportedDevices>iPhoneXSMax-iPhoneXSMax</supportedDevices>
    <supportedDevices>iPhoneXR-iPhoneXR</supportedDevices>
    <supportedDevices>iPad812-iPad812</supportedDevices>
    <supportedDevices>iPad834-iPad834</supportedDevices>
    <supportedDevices>iPad856-iPad856</supportedDevices>
    <supportedDevices>iPad878-iPad878</supportedDevices>
    <supportedDevices>iPadMini5-iPadMini5</supportedDevices>
    <supportedDevices>iPadMini5Cellular-iPadMini5Cellular</supportedDevices>
    <supportedDevices>iPadAir3-iPadAir3</supportedDevices>
    <supportedDevices>iPadAir3Cellular-iPadAir3Cellular</supportedDevices>
    <supportedDevices>iPodTouchSeventhGen-iPodTouchSeventhGen</supportedDevices>
    <supportedDevices>iPhone11-iPhone11</supportedDevices>
    <supportedDevices>iPhone11Pro-iPhone11Pro</supportedDevices>
    <supportedDevices>iPadSeventhGen-iPadSeventhGen</supportedDevices>
    <supportedDevices>iPadSeventhGenCellular-iPadSeventhGenCellular</supportedDevices>
    <supportedDevices>iPhone11ProMax-iPhone11ProMax</supportedDevices>
    <supportedDevices>iPhoneSESecondGen-iPhoneSESecondGen</supportedDevices>
    <supportedDevices>iPadProSecondGen-iPadProSecondGen</supportedDevices>
    <supportedDevices>iPadProSecondGenCellular-iPadProSecondGenCellular</supportedDevices>
    <supportedDevices>iPadProFourthGen-iPadProFourthGen</supportedDevices>
    <supportedDevices>iPadProFourthGenCellular-iPadProFourthGenCellular</supportedDevices>
    <supportedDevices>iPhone12Mini-iPhone12Mini</supportedDevices>
    <supportedDevices>iPhone12-iPhone12</supportedDevices>
    <supportedDevices>iPhone12Pro-iPhone12Pro</supportedDevices>
    <supportedDevices>iPhone12ProMax-iPhone12ProMax</supportedDevices>
    <supportedDevices>iPadAir4-iPadAir4</supportedDevices>
    <supportedDevices>iPadAir4Cellular-iPadAir4Cellular</supportedDevices>
    <supportedDevices>iPadEighthGen-iPadEighthGen</supportedDevices>
    <supportedDevices>iPadEighthGenCellular-iPadEighthGenCellular</supportedDevices>
    <supportedDevices>iPadProThirdGen-iPadProThirdGen</supportedDevices>
    <supportedDevices>iPadProThirdGenCellular-iPadProThirdGenCellular</supportedDevices>
    <supportedDevices>iPadProFifthGen-iPadProFifthGen</supportedDevices>
    <supportedDevices>iPadProFifthGenCellular-iPadProFifthGenCellular</supportedDevices>
    <supportedDevices>iPhone13Pro-iPhone13Pro</supportedDevices>
    <supportedDevices>iPhone13ProMax-iPhone13ProMax</supportedDevices>
    <supportedDevices>iPhone13Mini-iPhone13Mini</supportedDevices>
    <supportedDevices>iPhone13-iPhone13</supportedDevices>
    <supportedDevices>iPadMiniSixthGen-iPadMiniSixthGen</supportedDevices>
    <supportedDevices>iPadMiniSixthGenCellular-iPadMiniSixthGenCellular</supportedDevices>
    <supportedDevices>iPadNinthGen-iPadNinthGen</supportedDevices>
    <supportedDevices>iPadNinthGenCellular-iPadNinthGenCellular</supportedDevices>
    <supportedDevices>iPhoneSEThirdGen-iPhoneSEThirdGen</supportedDevices>
    <supportedDevices>iPadAirFifthGen-iPadAirFifthGen</supportedDevices>
    <supportedDevices>iPadAirFifthGenCellular-iPadAirFifthGenCellular</supportedDevices>
    <supportedDevices>iPhone14-iPhone14</supportedDevices>
    <supportedDevices>iPhone14Plus-iPhone14Plus</supportedDevices>
    <supportedDevices>iPhone14Pro-iPhone14Pro</supportedDevices>
    <supportedDevices>iPhone14ProMax-iPhone14ProMax</supportedDevices>
    <supportedDevices>iPadTenthGen-iPadTenthGen</supportedDevices>
    <supportedDevices>iPadTenthGenCellular-iPadTenthGenCellular</supportedDevices>
    <supportedDevices>iPadPro11FourthGen-iPadPro11FourthGen</supportedDevices>
    <supportedDevices>iPadPro11FourthGenCellular-iPadPro11FourthGenCellular</supportedDevices>
    <supportedDevices>iPadProSixthGen-iPadProSixthGen</supportedDevices>
    <supportedDevices>iPadProSixthGenCellular-iPadProSixthGenCellular</supportedDevices>
    <supportedDevices>iPhone15-iPhone15</supportedDevices>
    <supportedDevices>iPhone15Plus-iPhone15Plus</supportedDevices>
    <supportedDevices>iPhone15Pro-iPhone15Pro</supportedDevices>
    <supportedDevices>iPhone15ProMax-iPhone15ProMax</supportedDevices>
    <supportedDevices>iPadAir11M2-iPadAir11M2</supportedDevices>
    <supportedDevices>iPadAir11M2Cellular-iPadAir11M2Cellular</supportedDevices>
    <supportedDevices>iPadAir13M2-iPadAir13M2</supportedDevices>
    <supportedDevices>iPadAir13M2Cellular-iPadAir13M2Cellular</supportedDevices>
    <supportedDevices>iPadPro11M4-iPadPro11M4</supportedDevices>
    <supportedDevices>iPadPro11M4Cellular-iPadPro11M4Cellular</supportedDevices>
    <supportedDevices>iPadPro13M4-iPadPro13M4</supportedDevices>
    <supportedDevices>iPadPro13M4Cellular-iPadPro13M4Cellular</supportedDevices>
    <supportedDevices>iPhone16-iPhone16</supportedDevices>
    <supportedDevices>iPhone16Plus-iPhone16Plus</supportedDevices>
    <supportedDevices>iPhone16Pro-iPhone16Pro</supportedDevices>
    <supportedDevices>iPhone16ProMax-iPhone16ProMax</supportedDevices>
    <supportedDevices>iPadMiniA17Pro-iPadMiniA17Pro</supportedDevices>
    <supportedDevices>iPadMiniA17ProCellular-iPadMiniA17ProCellular</supportedDevices>
  </data>
  <code>200</code>
</Root>
	
							
	
status: ok
error: 
data:
  id: 553834731
  appId: com.midasplayer.apps.candycrushsaga
  title: Candy Crush Saga
  url: https://apps.apple.com/us/app/candy-crush-saga/id553834731?uo=4
  description: "Start playing Candy Crush Saga today – a legendary puzzle game loved by millions of players around the world.  With over a trillion levels played, this sweet match 3 puzzle game is one of the most popular mobile games of all time!  Switch and match Candies in this tasty puzzle adventure to progress to the next level for that sweet winning feeling! Solve puzzles with quick thinking and smart moves, and be rewarded with delicious rainbow-colored cascades and tasty candy combos!  Plan your moves by matching 3 or more candies in a row, using boosters wisely in order to overcome those extra sticky puzzles! Blast the chocolate and collect sweet candy across thousands of levels, guaranteed to have you craving more!  Candy Crush Saga features:  THE GAME THAT KEEPS YOU CRAVING MORE Thousands of the best levels and puzzles in the Candy Kingdom and with more added every 2 weeks your sugar fix is never far away!   MANY WAYS TO WIN REWARDS Check back daily and spin the Daily Booster Wheel to receive free tasty rewards, and take part in time limited challenges to earn boosters to help you level up!    VARIETY OF SUGAR-COATED CHALLENGES Sweet ways to play: Game modes including Target Score, Clear the Jelly, Collect the Ingredients and Order Mode  PLAY ALONE OR WITH FRIENDS Get to the top of the leaderboard events and compare scores with friends and competitors!  Levels range from easy to hard for all adults to enjoy – accessible on-the-go, offline and online. It's easy to sync the game between devices and unlock full game features when connected to the Internet or Wifi. Follow us to get news and updates; facebook.com/CandyCrushSaga, Twitter @CandyCrushSaga, Youtube https://www.youtube.com/user/CandyCrushOfficial Visit https://community.king.com/en/candy-crush-saga to access the Community and competitions! Candy Crush Saga is completely free to play but some optional in-game items will require payment. You can turn off the payment feature by disabling in-app purchases in your device’s settings. By downloading this game you are agreeing to our terms of service; http://about.king.com/consumer-terms/terms  Do not sell my data: King shares your personal information with advertising partners to personalize ads. Learn more at https://king.com/privacyPolicy.  If you wish to exercise your Do Not Sell My Data rights, you can do so by contacting us via the in game help centre or by going to https://soporto.king.com/  Have fun playing Candy Crush Saga the sweetest match 3 puzzle game around!   If you enjoy playing Candy Crush Saga, you may also enjoy its sister puzzle games; Candy Crush Soda Saga, Candy Crush Jelly Saga and Candy Crush Friends Saga!  All Stars Tournament Selected level 25+. 18+. In-game event from 12:00 EDT 20 March to 03:00 EDT 27 April, 2025. Participating countries only. Void where prohibited. Win the in-game event and receive an invite to the live contest 11-13 June in California for a chance to win a share of $1,000,000 USD. Requires US travel. T&Cs: to.king.com/terms. Candy Crush Saga contains optional in-game purchases. © 2025 King.com Ltd. “King”, “Candy Crush All Stars\" and associated marks and logos are trademarks of King.com Ltd or related entities."
  icon: https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/0e/ba/74/0eba74f1-0df1-dddb-230a-aefe5f8fc62a/AppIcon-0-0-1x_U007emarketing-0-7-0-85-220.png/512x512bb.jpg
  genres:
  - Games
  - Entertainment
  - Puzzle
  - Casual
  genreIds:
  - 6014
  - 6016
  - 7012
  - 7003
  primaryGenre: Games
  primaryGenreId: 6014
  contentRating: 4+
  languages:
  - AR
  - CA
  - HR
  - CS
  - DA
  - NL
  - EN
  - FI
  - FR
  - DE
  - HU
  - ID
  - IT
  - JA
  - KO
  - MS
  - NB
  - PL
  - PT
  - RO
  - RU
  - ZH
  - SK
  - ES
  - SV
  - TH
  - ZH
  - TR
  - VI
  size: 400304128
  requiredOsVersion: 12.0.0
  released: 2012-11-14T14:41:32.0000000Z
  updated: 2025-02-12T06:54:38.0000000Z
  releaseNotes: >-
    We hope you’re having fun playing Candy Crush Saga! 


    We update the game every week with sweet new features, exciting levels, and important bug fixes to keep everything running smoothly. 


    Don't forget to download the latest version for the best experience!


    New to the game? Don’t be shy, join the fun!
  version: 1.296.0.1
  price: 0
  currency: USD
  free: true
  developerId: 526656015
  developer: King
  developerUrl: https://apps.apple.com/us/developer/king/id526656015?uo=4
  developerWebsite: http://candycrushsaga.com/
  score: 4.70727
  reviews: 3547335
  currentVersionScore: 4.70727
  currentVersionReviews: 3547335
  screenshots:
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/e3/3d/2f/e33d2f6b-4dbd-17e3-0c0a-7139a382dc4a/e7363b16-199a-4326-a0b2-6b7e1283f711_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/60/4e/c5/604ec5b5-e6e5-b28e-417f-76c8a7ec397b/cbad1cb5-2271-4d88-9124-ee1005d38939_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/69/6d/18/696d18a9-c5e6-adc6-3c82-c17441753e4c/2024dae5-c018-49c4-ab73-e5577b0b56d7_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/cc/2d/ee/cc2deee1-4830-ae11-cca7-8ced14852504/7698e8e5-d0e3-4906-8ff6-147c9b190ad6_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_4.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/21/36/90/213690ff-ae6d-0481-f767-e7825efc3ee3/b628ce56-834c-4cc8-9dfc-b990e1c0107a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/97/27/81/9727816b-c0f4-adab-9e78-4bdc4cba35f0/e8161bd0-89f5-4dd0-b725-f04922f194e8_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_1.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/d6/f3/71/d6f3716c-110f-9f11-01a0-005e2f7c4ed1/feece3b7-0e98-44f6-a410-c0839c5f023c_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_2.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/8a/08/19/8a0819a2-637c-d52c-e86a-07762b51d5c3/4566515f-0e05-46e9-a782-2075a59941a5_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-6s_1242x2208_3.jpg/392x696bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/e6/4a/7e/e64a7ea8-36f5-3186-b2fc-a5d6b9a70534/22e89292-8124-4f09-9788-3995305da759_364295_CCS_Saga-Map-Update_ss_1242x2208_en.jpg/392x696bb.jpg
  ipadScreenshots:
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/e5/83/6e/e5836e5e-07f5-c5a3-4108-1ede12d3442a/89b1faee-9df2-4d83-bc7c-ee5a734344ef_v4-candies_478284_423160_CCS_Creative_Results_First_Screenshots_Nov_23_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/84/b5/3c/84b53cb6-cf20-70a1-f96b-d63f4b62d529/77bc4e75-e791-4479-91cb-ca98312abc59_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/d8/36/94/d83694c3-9e5f-374d-d41d-154e6d9a7bc0/448fc95c-7091-443f-b359-40884cff34c9_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/9e/ca/70/9eca7058-5fc1-47c5-bd62-25444a005f42/65eec630-c5f0-46f4-98fb-1ce029fb36d2_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_4.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/6b/23/56/6b23568f-7064-0a84-07e2-5746661a3a2e/10511ee6-b050-4f6f-9f5e-1644ff5d158a_479855_CCS_Rewording_Taglines_Screenshots_Nov_23_route4_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/5d/41/6c/5d416ce8-9b63-e735-d8bf-f1bc79f76924/43dbc8a0-5f8c-4f42-ad4b-9de28521386a_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_1.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/12/3b/1c/123b1cb0-85b8-eedb-354f-b416e62ddc2e/96b029b6-7822-4ed5-8367-552646806b1b_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_2.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/9d/50/c0/9d50c0af-7502-af75-823e-668523a6d15e/835e9d44-e4b3-4f74-b6f0-a01a8f1f0ec3_285580_ccs_lt_aso-true-to-gameplay-ss_sta_ios-iPad_2048x2732_3.jpg/576x768bb.jpg
  - https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/cd/91/8c/cd918ccf-16f4-ed93-7601-2a16092db1ec/d1c5f541-5d59-4cb6-abf7-b9d68d943277_364295_CCS_Saga-Map-Update_ss_2048x2732_en.jpg/576x768bb.jpg
  appletvScreenshots: []
  supportedDevices:
  - iPhone5s-iPhone5s
  - iPadAir-iPadAir
  - iPadAirCellular-iPadAirCellular
  - iPadMiniRetina-iPadMiniRetina
  - iPadMiniRetinaCellular-iPadMiniRetinaCellular
  - iPhone6-iPhone6
  - iPhone6Plus-iPhone6Plus
  - iPadAir2-iPadAir2
  - iPadAir2Cellular-iPadAir2Cellular
  - iPadMini3-iPadMini3
  - iPadMini3Cellular-iPadMini3Cellular
  - iPodTouchSixthGen-iPodTouchSixthGen
  - iPhone6s-iPhone6s
  - iPhone6sPlus-iPhone6sPlus
  - iPadMini4-iPadMini4
  - iPadMini4Cellular-iPadMini4Cellular
  - iPadPro-iPadPro
  - iPadProCellular-iPadProCellular
  - iPadPro97-iPadPro97
  - iPadPro97Cellular-iPadPro97Cellular
  - iPhoneSE-iPhoneSE
  - iPhone7-iPhone7
  - iPhone7Plus-iPhone7Plus
  - iPad611-iPad611
  - iPad612-iPad612
  - iPad71-iPad71
  - iPad72-iPad72
  - iPad73-iPad73
  - iPad74-iPad74
  - iPhone8-iPhone8
  - iPhone8Plus-iPhone8Plus
  - iPhoneX-iPhoneX
  - iPad75-iPad75
  - iPad76-iPad76
  - iPhoneXS-iPhoneXS
  - iPhoneXSMax-iPhoneXSMax
  - iPhoneXR-iPhoneXR
  - iPad812-iPad812
  - iPad834-iPad834
  - iPad856-iPad856
  - iPad878-iPad878
  - iPadMini5-iPadMini5
  - iPadMini5Cellular-iPadMini5Cellular
  - iPadAir3-iPadAir3
  - iPadAir3Cellular-iPadAir3Cellular
  - iPodTouchSeventhGen-iPodTouchSeventhGen
  - iPhone11-iPhone11
  - iPhone11Pro-iPhone11Pro
  - iPadSeventhGen-iPadSeventhGen
  - iPadSeventhGenCellular-iPadSeventhGenCellular
  - iPhone11ProMax-iPhone11ProMax
  - iPhoneSESecondGen-iPhoneSESecondGen
  - iPadProSecondGen-iPadProSecondGen
  - iPadProSecondGenCellular-iPadProSecondGenCellular
  - iPadProFourthGen-iPadProFourthGen
  - iPadProFourthGenCellular-iPadProFourthGenCellular
  - iPhone12Mini-iPhone12Mini
  - iPhone12-iPhone12
  - iPhone12Pro-iPhone12Pro
  - iPhone12ProMax-iPhone12ProMax
  - iPadAir4-iPadAir4
  - iPadAir4Cellular-iPadAir4Cellular
  - iPadEighthGen-iPadEighthGen
  - iPadEighthGenCellular-iPadEighthGenCellular
  - iPadProThirdGen-iPadProThirdGen
  - iPadProThirdGenCellular-iPadProThirdGenCellular
  - iPadProFifthGen-iPadProFifthGen
  - iPadProFifthGenCellular-iPadProFifthGenCellular
  - iPhone13Pro-iPhone13Pro
  - iPhone13ProMax-iPhone13ProMax
  - iPhone13Mini-iPhone13Mini
  - iPhone13-iPhone13
  - iPadMiniSixthGen-iPadMiniSixthGen
  - iPadMiniSixthGenCellular-iPadMiniSixthGenCellular
  - iPadNinthGen-iPadNinthGen
  - iPadNinthGenCellular-iPadNinthGenCellular
  - iPhoneSEThirdGen-iPhoneSEThirdGen
  - iPadAirFifthGen-iPadAirFifthGen
  - iPadAirFifthGenCellular-iPadAirFifthGenCellular
  - iPhone14-iPhone14
  - iPhone14Plus-iPhone14Plus
  - iPhone14Pro-iPhone14Pro
  - iPhone14ProMax-iPhone14ProMax
  - iPadTenthGen-iPadTenthGen
  - iPadTenthGenCellular-iPadTenthGenCellular
  - iPadPro11FourthGen-iPadPro11FourthGen
  - iPadPro11FourthGenCellular-iPadPro11FourthGenCellular
  - iPadProSixthGen-iPadProSixthGen
  - iPadProSixthGenCellular-iPadProSixthGenCellular
  - iPhone15-iPhone15
  - iPhone15Plus-iPhone15Plus
  - iPhone15Pro-iPhone15Pro
  - iPhone15ProMax-iPhone15ProMax
  - iPadAir11M2-iPadAir11M2
  - iPadAir11M2Cellular-iPadAir11M2Cellular
  - iPadAir13M2-iPadAir13M2
  - iPadAir13M2Cellular-iPadAir13M2Cellular
  - iPadPro11M4-iPadPro11M4
  - iPadPro11M4Cellular-iPadPro11M4Cellular
  - iPadPro13M4-iPadPro13M4
  - iPadPro13M4Cellular-iPadPro13M4Cellular
  - iPhone16-iPhone16
  - iPhone16Plus-iPhone16Plus
  - iPhone16Pro-iPhone16Pro
  - iPhone16ProMax-iPhone16ProMax
  - iPadMiniA17Pro-iPadMiniA17Pro
  - iPadMiniA17ProCellular-iPadMiniA17ProCellular
code: 200

	
							
Live Test API in Playground

Response Types

The App Store Scraper API supports the following response content types:

application/json, application/xml, application/yaml

You can specify the response content type by setting the Accept header in your request. If you don't specify a content type, the API will default to application/json.

Authentication

The App Store Scraper API uses an API Key to authenticate requests. You can view and manage your API key by visiting your dashboard.

Your API keys carry many privileges. To keep them from being abused, please do not share the keys on client-side code or Github etc. Keep them very secure.

To use any API, you must have it enabled from within your dashboard. Disabled APIs will fail to respond to your requests.

All requests made to the API must contain the header x-api-key in each of your requests. API requests without authentication will fail.

All API requests must also be made over secure HTTPS. Requests made over plain HTTP will fail.

Error Code Meaning
401 Your request was made with invalid credentials. This error also appears when you don't pass the x-api-key header in your request.
403 Typically, this occurs when you are trying to access an API that you have not enabled.

Rate Limits

	
{
    "status": "error",
    "data": null,
    "error": "tokens have been depleted",
    "code": 429
}
	
							

Each subscription has its own monthly token limit. Your token count is based on your subscription plan. If you reach your limits, don't worry. You can always upgrade or downgrade at any time.

When you reach your limit, the service will stop responding and typically return an HTTP 429 response status code. The error will also contain a detailed JSON.

The App Store Scraper API uses the following error code:

Error Code Meaning
429 You have exceeded your rate limit and further requests will be denied until the next cycle.

Error Codes

For reference, the App Store Scraper API uses the following error codes:

Error Code Meaning
Code Message
200 The request was successful. The response will include the requested data.
400 The request was invalid. The response will include a message that explains the error.
401 The request was not authorized. Usually, this means that the API key is missing or invalid.
403 This means that the request was trying to access a resource that it does not have permission to access.
404 This means that the resource you are trying to access does not exist.
429 This means that you have reached the rate limit. The response will include a Retry-After header that indicates how many seconds you need to wait before making a new request.
500 This means that there was an error on the server side. We are alerted when this happens and we will work to fix it as soon as possible.
ON THIS PAGE