{
  "openapi": "3.0.1",
  "info": {
    "title": "App Store Scraper + ASO Intelligence | Appalize",
    "description": "Research apps, reviews, keywords, search ranks, charts and localization across Apple App Store storefronts. Optional Appalize market context. No API key required.",
    "version": "0.0",
    "x-build-id": "XKkZ7nNmv8n6tkYpf"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/appalize~appalize-app-market-intelligence/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-appalize-appalize-app-market-intelligence",
        "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/appalize~appalize-app-market-intelligence/runs": {
      "post": {
        "operationId": "runs-sync-appalize-appalize-app-market-intelligence",
        "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/appalize~appalize-app-market-intelligence/run-sync": {
      "post": {
        "operationId": "run-sync-appalize-appalize-app-market-intelligence",
        "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",
        "required": [
          "mode",
          "countries"
        ],
        "properties": {
          "mode": {
            "title": "What would you like to collect?",
            "enum": [
              "app-details",
              "search",
              "reviews",
              "keyword-discovery",
              "rank-check",
              "top-charts",
              "developer-apps",
              "localization-audit",
              "appalize-profile"
            ],
            "type": "string",
            "description": "One operation per run. See README for billing units and data limits.",
            "default": "app-details"
          },
          "apps": {
            "title": "Apps",
            "type": "array",
            "description": "Numeric Apple IDs, Apple bundle IDs, or HTTPS App Store URLs. Required for app details, reviews, rank check, localization and Appalize profiles.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "keywords": {
            "title": "Keywords",
            "type": "array",
            "description": "Required for search, keyword discovery and rank check. Up to 25 seed keywords.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "developerIds": {
            "title": "Developer IDs",
            "type": "array",
            "description": "Required for developer portfolios. Numeric Apple artist IDs.",
            "items": {
              "type": "string"
            },
            "default": []
          },
          "countries": {
            "title": "Country storefronts",
            "type": "array",
            "description": "Up to 10 storefronts. Every input is processed in each country. First country is localization baseline. Appalize profiles use [\"us\"] and contain catalog-level estimates.",
            "items": {
              "type": "string",
              "enum": [
                "us",
                "gb",
                "tr",
                "de",
                "fr",
                "es",
                "it",
                "nl",
                "be",
                "at",
                "ch",
                "se",
                "no",
                "dk",
                "fi",
                "pl",
                "cz",
                "pt",
                "ie",
                "ca",
                "au",
                "nz",
                "jp",
                "kr",
                "in",
                "br",
                "mx",
                "sg",
                "id",
                "th",
                "vn",
                "ph",
                "my",
                "sa",
                "ae",
                "za"
              ]
            },
            "default": [
              "us"
            ]
          },
          "language": {
            "title": "Language override",
            "type": "string",
            "description": "Optional language code, such as en, tr or de. Omit to use country defaults. Do not force one language when comparing localizations."
          },
          "maxItems": {
            "title": "Maximum total results",
            "minimum": 1,
            "maximum": 10000,
            "type": "integer",
            "description": "Hard cap across all inputs and countries. A rank check or keyword seed is one result with nested data.",
            "default": 100
          },
          "resultsPerQuery": {
            "title": "Results per query",
            "minimum": 1,
            "maximum": 200,
            "type": "integer",
            "description": "Search depth, keyword suggestions or developer apps per query. Top charts are capped at 100.",
            "default": 20
          },
          "maxReviewsPerApp": {
            "title": "Reviews per app and country",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Filtered, deduplicated review limit. Public feeds may expose fewer; up to 10 pages are checked.",
            "default": 100
          },
          "reviewSort": {
            "title": "Review order",
            "enum": [
              "recent",
              "helpful"
            ],
            "type": "string",
            "description": "Most recent or most helpful reviews.",
            "default": "recent"
          },
          "minRating": {
            "title": "Minimum stars",
            "minimum": 1,
            "maximum": 5,
            "type": "integer",
            "description": "Include reviews at or above this rating.",
            "default": 1
          },
          "maxRating": {
            "title": "Maximum stars",
            "minimum": 1,
            "maximum": 5,
            "type": "integer",
            "description": "Include reviews at or below this rating.",
            "default": 5
          },
          "since": {
            "title": "Reviews since",
            "type": "string",
            "description": "Optional ISO timestamp, for example 2026-09-01T00:00:00Z. Reviews without dates are excluded when filtering."
          },
          "expandKeywords": {
            "title": "Expand seed with A–Z",
            "type": "boolean",
            "description": "Keyword discovery only. Adds 26 alphabet queries per seed/country. Suggestions are deduplicated. This is autocomplete, not measured search volume.",
            "default": false
          },
          "chart": {
            "title": "Chart",
            "enum": [
              "top-free",
              "top-paid"
            ],
            "type": "string",
            "description": "Public top free or top paid chart. No grossing fallback.",
            "default": "top-free"
          },
          "includeAppalize": {
            "title": "Include Appalize market context",
            "type": "boolean",
            "description": "App details and localization only. Adds public Appalize catalog signals when available. Included in the app result price. Estimate period and country are unknown and explicitly null.",
            "default": false
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}