{
  "openapi": "3.0.1",
  "info": {
    "title": "Play Store Reviews Scraper | Translation & All Countries",
    "description": "Pull Google Play reviews across 30+ regions with auto-translation. Get ratings, review text, author, timestamps, helpful votes, app/version info, and developer replies in clean JSON/CSV. Perfect for sentiment tracking, localization QA, and competitor monitoring.",
    "version": "0.0",
    "x-build-id": "pgVyh63M7srwfYom2"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/fatihtahta~play-store-global-reviews-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-fatihtahta-play-store-global-reviews-scraper",
        "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/fatihtahta~play-store-global-reviews-scraper/runs": {
      "post": {
        "operationId": "runs-sync-fatihtahta-play-store-global-reviews-scraper",
        "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/fatihtahta~play-store-global-reviews-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-fatihtahta-play-store-global-reviews-scraper",
        "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": {
          "apps": {
            "title": "Google Play apps",
            "type": "array",
            "description": "Play Store app URLs or package IDs (you can mix both). Add one entry per app.",
            "items": {
              "type": "string"
            }
          },
          "language": {
            "title": "Review language/region",
            "enum": [
              "__all__",
              "en",
              "es",
              "pt",
              "fr",
              "de",
              "it",
              "nl",
              "ru",
              "tr",
              "pl",
              "cs",
              "sk",
              "hu",
              "ro",
              "bg",
              "uk",
              "el",
              "sv",
              "nb",
              "da",
              "fi",
              "is",
              "et",
              "lv",
              "lt",
              "sl",
              "hr",
              "sr",
              "he",
              "ar",
              "fa",
              "ur",
              "hi",
              "bn",
              "ta",
              "te",
              "kn",
              "ml",
              "mr",
              "gu",
              "pa",
              "id",
              "ms",
              "th",
              "vi",
              "fil",
              "zh",
              "ja",
              "ko",
              "sw",
              "am",
              "af",
              "ca",
              "gl",
              "eu"
            ],
            "type": "string",
            "description": "Choose which language/region version of reviews to collect. Select All Regions to pull every available locale.",
            "default": "__all__"
          },
          "translation": {
            "title": "Translate reviews",
            "type": "boolean",
            "description": "Enable to translate review text into the target locale you select below.",
            "default": false
          },
          "translateTo": {
            "title": "Translate to (target locale)",
            "enum": [
              "en-US",
              "en-GB",
              "en-CA",
              "en-AU",
              "en-NZ",
              "en-IE",
              "en-ZA",
              "es-ES",
              "es-419",
              "es-MX",
              "es-AR",
              "es-CO",
              "es-CL",
              "es-PE",
              "pt-BR",
              "pt-PT",
              "fr-FR",
              "fr-CA",
              "fr-BE",
              "fr-CH",
              "de-DE",
              "de-AT",
              "de-CH",
              "zh-Hans",
              "zh-Hant",
              "zh-CN",
              "zh-TW",
              "zh-HK",
              "ar",
              "ar-SA",
              "ar-EG",
              "ar-AE",
              "it-IT",
              "nl-NL",
              "sv-SE",
              "no-NO",
              "da-DK",
              "fi-FI",
              "pl-PL",
              "cs-CZ",
              "sk-SK",
              "hu-HU",
              "ro-RO",
              "el-GR",
              "bg-BG",
              "hr-HR",
              "sl-SI",
              "sr",
              "uk-UA",
              "ru-RU",
              "lt-LT",
              "lv-LV",
              "et-EE",
              "tr-TR",
              "he-IL",
              "fa-IR",
              "hi-IN",
              "bn-BD",
              "ta-IN",
              "te-IN",
              "mr-IN",
              "ur-PK",
              "id-ID",
              "ms-MY",
              "th-TH",
              "vi-VN",
              "fil-PH",
              "ja-JP",
              "ko-KR",
              "sw-KE",
              "sw-TZ",
              "am-ET",
              "ha-NG",
              "yo-NG",
              "ig-NG",
              "zu-ZA",
              "af-ZA"
            ],
            "type": "string",
            "description": "Select the target locale for translated review text. Defaults to English (US).",
            "default": "en-US"
          },
          "sortBy": {
            "title": "Sort reviews by",
            "enum": [
              "newest",
              "rating"
            ],
            "type": "string",
            "description": "Choose whether to collect the newest reviews first or prioritize by rating.",
            "default": "newest"
          },
          "limit": {
            "title": "Maximum reviews to save (per app)",
            "minimum": 10,
            "type": "integer",
            "description": "Maximum review records to save per app. Use a smaller number for quick sampling, or a larger number for deeper coverage.",
            "default": 50000
          },
          "lingoKey": {
            "title": "Lingo.dev API key (When provided, the actor will NOT charge per translated word - optional)",
            "type": "string",
            "description": "Optional. If provided, the actor uses this key for translation. When provided, translated-word charges are not applied."
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}