{
  "openapi": "3.0.1",
  "info": {
    "title": "App Store Reviews Scraper - Multi-Country iOS Reviews",
    "description": "Scrape Apple App Store and iOS app reviews across multiple apps and countries by App ID or URL. Get structured JSON with rating, title, content, version, app_id, and country—ideal for sentiment analysis, competitor monitoring, ASO research, and uncovering product opportunities.",
    "version": "0.0",
    "x-build-id": "qKRf8WGteerBtNEvY"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/cloudcharlestom~appstore-reviews-event-actor/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-cloudcharlestom-appstore-reviews-event-actor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/cloudcharlestom~appstore-reviews-event-actor/runs": {
      "post": {
        "operationId": "runs-sync-cloudcharlestom-appstore-reviews-event-actor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/cloudcharlestom~appstore-reviews-event-actor/run-sync": {
      "post": {
        "operationId": "run-sync-cloudcharlestom-appstore-reviews-event-actor",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "app_ids": {
            "title": "App IDs",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "App Store application IDs. When provided, reviews are collected for every App ID and selected country combination. This mode takes precedence over URLs.",
            "items": {
              "type": "string",
              "pattern": "^(?:id)?\\d+$"
            },
            "default": []
          },
          "countries": {
            "title": "Countries",
            "uniqueItems": true,
            "type": "array",
            "description": "Countries used with app_ids. Each App ID is combined with every selected country. Ignored when only urls are supplied.",
            "items": {
              "type": "string",
              "enum": [
                "lc",
                "mr",
                "cn",
                "ee",
                "fm",
                "bn",
                "uy",
                "rs",
                "cv",
                "lb",
                "bg",
                "rw",
                "sb",
                "nz",
                "ca",
                "in",
                "kz",
                "py",
                "jp",
                "hr",
                "pl",
                "sl",
                "tz",
                "mn",
                "mo",
                "de",
                "mu",
                "ni",
                "ae",
                "gt",
                "ru",
                "ec",
                "vg",
                "kg",
                "mz",
                "vn",
                "bb",
                "si",
                "bt",
                "mk",
                "ng",
                "sz",
                "cy",
                "bj",
                "cl",
                "mm",
                "np",
                "ro",
                "fj",
                "mt",
                "ci",
                "us",
                "bo",
                "ai",
                "gm",
                "mv",
                "fr",
                "cm",
                "is",
                "fi",
                "pk",
                "bz",
                "hk",
                "bh",
                "ne",
                "mw",
                "pw",
                "mg",
                "ch",
                "ms",
                "pe",
                "cr",
                "me",
                "cz",
                "br",
                "il",
                "iq",
                "vc",
                "tt",
                "cd",
                "ug",
                "lr",
                "kw",
                "am",
                "th",
                "tr",
                "ye",
                "my",
                "bw",
                "at",
                "lu",
                "tc",
                "eg",
                "uz",
                "af",
                "dm",
                "pg",
                "al",
                "sg",
                "no",
                "jo",
                "ph",
                "ga",
                "la",
                "jm",
                "md",
                "na",
                "bs",
                "ua",
                "mx",
                "gy",
                "to",
                "sv",
                "be",
                "lk",
                "gr",
                "tm",
                "vu",
                "ar",
                "nr",
                "kn",
                "ke",
                "ky",
                "tw",
                "dz",
                "sk",
                "pa",
                "do",
                "lv",
                "ly",
                "au",
                "sa",
                "kr",
                "ie",
                "bm",
                "co",
                "it",
                "pt",
                "zm",
                "qa",
                "gb",
                "az",
                "sr",
                "kh",
                "ge",
                "hn",
                "sc",
                "td",
                "se",
                "zw",
                "ma",
                "hu",
                "tn",
                "es",
                "by",
                "nl",
                "gw",
                "xk",
                "ba",
                "dk",
                "tj",
                "ve",
                "st",
                "ml",
                "ao",
                "sn",
                "lt",
                "cg",
                "om",
                "bf",
                "gd",
                "za",
                "gh",
                "id",
                "ag"
              ]
            },
            "default": [
              "us"
            ]
          },
          "urls": {
            "title": "App Store URLs",
            "maxItems": 100,
            "uniqueItems": true,
            "type": "array",
            "description": "App Store application URLs. Use this mode without app_ids; the App ID and country are extracted from each URL, and countries is ignored.",
            "items": {
              "type": "string",
              "pattern": "^https?://apps\\.apple\\.com/[a-zA-Z]{2}/.+/id\\d+(?:[/?].*)?$"
            },
            "default": []
          },
          "limit": {
            "title": "Reviews per App and Country",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Maximum reviews returned for each App/country combination. The user's maximum run charge still caps the total across all combinations.",
            "default": 100
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}