# Google Play Reviews Scraper (`seemuapps/google-play-reviews-scraper`) Actor

Extract user reviews and ratings for any Android app from the Google Play Store. Fet rating, content, app version, author, helpful-vote counts, and developer replies for thousands of reviews across any country and language.

- **URL**: https://apify.com/seemuapps/google-play-reviews-scraper.md
- **Developed by:** [Andrew](https://apify.com/seemuapps) (community)
- **Categories:** Automation, Developer tools, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.50 / 1,000 review scrapeds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Google Play Reviews Scraper

Extract user reviews and ratings for any Android app from the Google Play Store. Get rating, full review text, app version, author name and avatar, helpful-vote counts, and developer replies — across any country and language.

### What you get

- One dataset record per review with: rating (1–5), full review text, author name, author avatar, app version, helpful-vote count, the developer's reply (if any) and reply date, and review timestamp
- Sort by **Newest**, **Rating**, or **Helpfulness**
- Multi-country and multi-language support — pull reviews from 36+ Play Store regions in any of Google's supported review languages
- Unlike the Apple App Store's 500-review cap, the Play Store typically allows **thousands or tens of thousands of reviews per app**
- Export to JSON, CSV, or Google Sheets directly from the Apify console

### Use cases

- **Product feedback monitoring** — surface complaints, feature requests, and bug reports from real users
- **Competitive intelligence** — track sentiment and version-to-version changes across competitor apps
- **App Store Optimization (ASO)** — analyze keywords and themes mentioned in positive vs negative reviews
- **Customer support triage** — feed reviews into a ticketing system or LLM for tagging and prioritization
- **Localization research** — compare review themes across countries and languages
- **Developer-response auditing** — track which reviews got replies and how quickly

### How to use

1. Find your app's package name — it's the `id=...` parameter in the Play Store URL. For `play.google.com/store/apps/details?id=com.instagram.android`, the App ID is `com.instagram.android`
2. Paste it into **App ID (package name)**
3. Choose the **Country** storefront and **Language** for review text
4. Choose **Sort By** — Newest for monitoring, Rating to see star-distribution patterns, Helpfulness for top community-voted reviews
5. Set **Max Reviews** (0 fetches all available — large apps may take several minutes)
6. Click **Run** — reviews appear in the **Dataset** tab when complete

### Output format

Each dataset record:

```json
{
  "reviewId": "b3434aac-97e6-4a91-b5ba-2719f93129c9",
  "appId": "com.instagram.android",
  "country": "us",
  "lang": "en",
  "rating": 5,
  "title": null,
  "content": "Love the new editor — much faster than before.",
  "version": "428.2.0",
  "author": "Usha Devi",
  "authorAvatar": "https://play-lh.googleusercontent.com/a/...",
  "thumbsUp": 12,
  "replyContent": "Thanks for the feedback! Glad you're enjoying it.",
  "repliedAt": "2026-05-08T14:22:00.000Z",
  "reviewUrl": "https://play.google.com/store/apps/details?id=com.instagram.android&reviewId=...",
  "updatedAt": "2026-05-09T08:33:10.787Z",
  "sortBy": "newest"
}
````

### Input options

| Field | Type | Description |
|-------|------|-------------|
| App ID | Text | Google Play package name (e.g. `com.instagram.android`) |
| Country | Select | Two-letter ISO storefront code — `us`, `gb`, `de`, `jp`, `br`, etc. |
| Language | Text | Two-letter ISO language code for review text — `en`, `es`, `de`, `ja` |
| Sort By | Select | `newest` (default), `rating`, or `helpfulness` |
| Max Reviews | Integer | Cap on reviews to return; 0 = all available (can be tens of thousands) |

### Limits

- Reviews are localized per region/language — to monitor multiple markets, run the actor once per country.
- Large apps (millions of reviews) can take several minutes to fully paginate. For monitoring, set a `Max Reviews` cap and run on a schedule.
- Review titles are no longer used by Google Play, so the `title` field is usually `null`.
- Review content reflects what's currently shown on Google Play, including any reviews that may have been hidden, edited, or removed since posting.

# Actor input Schema

## `appId` (type: `string`):

Either the Google Play package name (e.g. 'com.instagram.android') or the full Play Store URL (e.g. 'https://play.google.com/store/apps/details?id=com.instagram.android'). The package name will be extracted automatically.

## `country` (type: `string`):

Two-letter ISO country code for the Play Store storefront. Reviews are localized per region — pull each country separately.

## `lang` (type: `string`):

Two-letter ISO language code for the review text — e.g. 'en', 'es', 'de', 'ja'. Defaults to 'en'.

## `sortBy` (type: `string`):

Newest returns the most recent reviews first. Rating sorts by star rating. Helpfulness sorts by community vote count.

## `maxReviews` (type: `integer`):

Maximum reviews to return. The Play Store typically allows tens of thousands per app. Set 0 to keep paginating until no more pages remain (large apps may take several minutes).

## Actor input object example

```json
{
  "appId": "https://play.google.com/store/apps/details?id=com.instagram.android",
  "country": "us",
  "lang": "en",
  "sortBy": "newest",
  "maxReviews": 500
}
```

# Actor output Schema

## `results` (type: `string`):

One review per record: reviewId, appId, country, lang, rating, title, content, version, author, authorAvatar, thumbsUp, replyContent, repliedAt, reviewUrl, updatedAt, sortBy.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "appId": "https://play.google.com/store/apps/details?id=com.instagram.android"
};

// Run the Actor and wait for it to finish
const run = await client.actor("seemuapps/google-play-reviews-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "appId": "https://play.google.com/store/apps/details?id=com.instagram.android" }

# Run the Actor and wait for it to finish
run = client.actor("seemuapps/google-play-reviews-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "appId": "https://play.google.com/store/apps/details?id=com.instagram.android"
}' |
apify call seemuapps/google-play-reviews-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=seemuapps/google-play-reviews-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Play Reviews Scraper",
        "description": "Extract user reviews and ratings for any Android app from the Google Play Store. Fet rating, content, app version, author, helpful-vote counts, and developer replies for thousands of reviews across any country and language.",
        "version": "1.0",
        "x-build-id": "CgnMvCsfShmWLsgTM"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/seemuapps~google-play-reviews-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-seemuapps-google-play-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/seemuapps~google-play-reviews-scraper/runs": {
            "post": {
                "operationId": "runs-sync-seemuapps-google-play-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/seemuapps~google-play-reviews-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-seemuapps-google-play-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",
                "required": [
                    "appId"
                ],
                "properties": {
                    "appId": {
                        "title": "App ID or Play Store URL",
                        "type": "string",
                        "description": "Either the Google Play package name (e.g. 'com.instagram.android') or the full Play Store URL (e.g. 'https://play.google.com/store/apps/details?id=com.instagram.android'). The package name will be extracted automatically."
                    },
                    "country": {
                        "title": "Country",
                        "enum": [
                            "us",
                            "gb",
                            "ca",
                            "au",
                            "de",
                            "fr",
                            "es",
                            "it",
                            "nl",
                            "se",
                            "no",
                            "dk",
                            "fi",
                            "ie",
                            "jp",
                            "kr",
                            "tw",
                            "hk",
                            "sg",
                            "in",
                            "id",
                            "ph",
                            "th",
                            "vn",
                            "br",
                            "mx",
                            "ar",
                            "co",
                            "cl",
                            "tr",
                            "ae",
                            "sa",
                            "za",
                            "ng",
                            "ke",
                            "eg"
                        ],
                        "type": "string",
                        "description": "Two-letter ISO country code for the Play Store storefront. Reviews are localized per region — pull each country separately.",
                        "default": "us"
                    },
                    "lang": {
                        "title": "Language",
                        "type": "string",
                        "description": "Two-letter ISO language code for the review text — e.g. 'en', 'es', 'de', 'ja'. Defaults to 'en'.",
                        "default": "en"
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "newest",
                            "rating",
                            "helpfulness"
                        ],
                        "type": "string",
                        "description": "Newest returns the most recent reviews first. Rating sorts by star rating. Helpfulness sorts by community vote count.",
                        "default": "newest"
                    },
                    "maxReviews": {
                        "title": "Max Reviews",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum reviews to return. The Play Store typically allows tens of thousands per app. Set 0 to keep paginating until no more pages remain (large apps may take several minutes).",
                        "default": 500
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
