# 🍎 Apple App Store Reviews Scraper — Ratings, Text & Dates (`nexgenwatch/ios-app-reviews`) Actor

Scrape public Apple App Store reviews for any app by ID — rating, text, version, author, developer response, and date. Watch mode returns only new reviews since the last run. Public, logged-out, no CAPTCHA/login defeating.

- **URL**: https://apify.com/nexgenwatch/ios-app-reviews.md
- **Developed by:** [NexGen Watch](https://apify.com/nexgenwatch) (community)
- **Categories:** Business, Marketing
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.87 / 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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## 🍎 Apple App Store Reviews Scraper — Ratings, Text & Dates

Apple's owner-only API won't show you a competitor's reviews. App developers, agencies, and PMs pay to monitor the public App Store review feed for any app — theirs or the competition's.

### What you get

- Public Apple App Store review entries: rating, title, review text, author, date, and app version
- Developer responses and response dates where present
- A normalized 14-field record per review with source URL and collection timestamp
- Bounded retries with explicit block / gone outcomes — you always know if zero means *empty* or *blocked*
- Optional watch mode that emits only new reviews and status changes on later runs

### Use cases by team

- **Product managers:** Track what users say about each release and catch regressions the moment reviews turn.
- **Competitive / market intel:** Monitor rival apps' reviews you have no API access to.
- **Agencies:** Stand up a review feed per client app and pipe it into reporting.
- **Support / CX:** Spot emerging complaints early and route them before they snowball.

### Example inputs

*Single app*

```json
{
  "app_ids": [
    "284882215"
  ],
  "watchMode": false
}
````

*Several apps at once*

```json
{
  "app_ids": [
    "284882215",
    "310633997"
  ],
  "country": "us"
}
```

*Monitor for new reviews only*

```json
{
  "app_ids": [
    "284882215"
  ],
  "watchMode": true
}
```

### 📊 Sample Output

```json
{
  "store": "apple",
  "app_id": "284882215",
  "review_id": "11897234561",
  "title": "Reliable",
  "review_text": "Works every day",
  "rating": 5,
  "author_handle": "appfan_us",
  "review_date": "2026-07-18",
  "version": "500.1",
  "developer_response": null,
  "country": "us",
  "source_url": "https://apps.apple.com/us/app/id284882215",
  "collected_at": "2026-07-21T00:00:00Z"
}
```

### How it works

Give it one or more numeric App Store app IDs. It collects the public review-feed entries for each, with bounded retries and a fresh proxy session per attempt, then normalizes every review into one 14-field schema. It reads only public, logged-out surfaces — no login, no paywall, no access-control defeating.

### Pricing

| Event | Price (FREE tier) |
|---|---|
| Actor start (`apify-actor-start`) | $0.02 |
| Review scraped (`review-scraped`) | $0.00065 |
| Watch check (`watch-check`) | $0.05 |

Flat list prices; Apify applies its automatic FREE→DIAMOND plan discount on top. Worked example: 1,000 reviews = $0.02 start + 1,000 × $0.00065 = **$0.67**. Blocked or zero-result runs do not intentionally charge; watch runs with no delta charge only the watch check. New to Apify? [Start free](https://apify.com/fpr=2ayu9b).

### Run it — API, CLI, MCP

API:

```bash
curl -X POST "https://api.apify.com/v2/acts/nexgenwatch~ios-app-reviews/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" -d @input.json
```

CLI:

```bash
apify call nexgenwatch/ios-app-reviews -i @input.json
```

MCP: expose `nexgenwatch/ios-app-reviews` through Apify's MCP server, select it as a tool, and pass the same input object.

### Related actors — App Intelligence cluster

| Actor | What it does |
|---|---|
| [Review Sentiment Analyzer](https://apify.com/nexgenwatch/review-sentiment-analyzer?fpr=2ayu9b) | Turn any review set into themes, complaints, sentiment % and trends. |
| [Google Play Reviews](https://apify.com/nexgenwatch/google-play-reviews?fpr=2ayu9b) | Scrape public Google Play reviews for any app. |
| [App Rankings Tracker](https://apify.com/nexgenwatch/app-rankings-tracker?fpr=2ayu9b) | Track Apple App Store top-chart rankings by country. |
| [ASO Keyword Tracker](https://apify.com/nexgenwatch/aso-keyword-tracker?fpr=2ayu9b) | Track keyword rankings across App Store & Google Play. |

### Compliance & honest limits

- Public App Store review surfaces only — no login, CAPTCHA, paywall, or access-control defeating.
- Apple exposes a bounded, recent review window per app; this actor does not reconstruct the full lifetime history.
- A source-confirmed empty result is `SUCCEEDED-0: GENUINE_EMPTY`; exhausted block retries fail and truncated runs are `PARTIAL`.

### FAQ

**Which app ID do I use?**

The numeric App Store ID (e.g. `284882215`), found in the app's App Store URL.

**Can I watch competitor apps?**

Yes — that is the core use case. Pass any public app's ID.

**Does zero mean blocked?**

No. A confirmed-empty feed is `GENUINE_EMPTY`; only exhausted retries fail, and truncated runs are `PARTIAL`.

**How does watch mode work?**

Set `watchMode: true`. The first run seeds a KV baseline and emits nothing; later runs emit only new reviews and status changes with `previous_status`.

**How far back does it go?**

As far as Apple's public feed exposes — a bounded recent window, deterministically sorted.

**How is it priced?**

$0.02 per run start plus $0.00065 per review scraped; watch checks with no change cost $0.05.

**Can I feed this into sentiment analysis?**

Yes — pass the output dataset ID straight into the Review Sentiment Analyzer.

### Troubleshooting

- **No reviews returned?** Verify the numeric app ID and that the app has public reviews in the chosen country; GENUINE\_EMPTY means the source really was empty.
- **Wrong country's reviews?** Set `country` (e.g. `us`, `gb`); it defaults to US.
- **Watch mode emitting everything?** The first run always seeds the baseline and emits zero — deltas start on the second run.
- **Run marked PARTIAL?** Retries were exhausted mid-collection; re-run to continue from a fresh window.
- **Need Android too?** Use the Google Play Reviews Scraper — same schema shape.

### About

Part of the NexGenData App Intelligence cluster. This is a dedicated fleet-2 actor; it does not disturb any earlier fleet listing. Built by NexGenData. Questions or need a custom feed? Open an issue on the Actor page.

# Actor input Schema

## `app_ids` (type: `array`):

Apple numeric app IDs to collect.

## `app_urls` (type: `array`):

Apple App Store URLs; numeric IDs are extracted.

## `search_terms` (type: `array`):

Resolve apps with Apple Search API before collecting reviews.

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

Two-letter storefront country code.

## `language` (type: `string`):

Two-letter result language code.

## `max_items` (type: `integer`):

Hard cap on reviews delivered; the public feed exposes at most 10 pages (500 reviews) per app.

## `watchMode` (type: `boolean`):

Seed a named KV baseline on first run, then emit only new or changed records.

## `proxy_configuration` (type: `object`):

Optional Apify proxy settings; a fresh session is requested for every retry.

## `sort` (type: `string`):

Review ordering requested from the source.

## `date_from` (type: `string`):

Optional inclusive ISO start date for the review window.

## `date_to` (type: `string`):

Optional inclusive ISO end date for the review window.

## Actor input object example

```json
{
  "app_ids": [
    "284882215"
  ],
  "app_urls": [],
  "search_terms": [],
  "country": "us",
  "language": "en",
  "max_items": 100,
  "watchMode": false,
  "proxy_configuration": {
    "useApifyProxy": true
  },
  "sort": "most_recent",
  "date_from": "",
  "date_to": ""
}
```

# Actor output Schema

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

No description

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgenwatch/ios-app-reviews").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 = {}

# Run the Actor and wait for it to finish
run = client.actor("nexgenwatch/ios-app-reviews").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 '{}' |
apify call nexgenwatch/ios-app-reviews --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🍎 Apple App Store Reviews Scraper — Ratings, Text & Dates",
        "description": "Scrape public Apple App Store reviews for any app by ID — rating, text, version, author, developer response, and date. Watch mode returns only new reviews since the last run. Public, logged-out, no CAPTCHA/login defeating.",
        "version": "0.1",
        "x-build-id": "1OksNrfKYnAxeg5fV"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgenwatch~ios-app-reviews/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgenwatch-ios-app-reviews",
                "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/nexgenwatch~ios-app-reviews/runs": {
            "post": {
                "operationId": "runs-sync-nexgenwatch-ios-app-reviews",
                "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/nexgenwatch~ios-app-reviews/run-sync": {
            "post": {
                "operationId": "run-sync-nexgenwatch-ios-app-reviews",
                "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": [
                    "app_ids"
                ],
                "properties": {
                    "app_ids": {
                        "title": "App IDs",
                        "type": "array",
                        "description": "Apple numeric app IDs to collect.",
                        "items": {
                            "type": "string"
                        },
                        "default": [
                            "284882215"
                        ]
                    },
                    "app_urls": {
                        "title": "App URLs",
                        "type": "array",
                        "description": "Apple App Store URLs; numeric IDs are extracted.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "search_terms": {
                        "title": "Search terms",
                        "type": "array",
                        "description": "Resolve apps with Apple Search API before collecting reviews.",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "country": {
                        "title": "Country",
                        "type": "string",
                        "description": "Two-letter storefront country code.",
                        "default": "us"
                    },
                    "language": {
                        "title": "Language",
                        "type": "string",
                        "description": "Two-letter result language code.",
                        "default": "en"
                    },
                    "max_items": {
                        "title": "Maximum records",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Hard cap on reviews delivered; the public feed exposes at most 10 pages (500 reviews) per app.",
                        "default": 100
                    },
                    "watchMode": {
                        "title": "Watch mode",
                        "type": "boolean",
                        "description": "Seed a named KV baseline on first run, then emit only new or changed records.",
                        "default": false
                    },
                    "proxy_configuration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify proxy settings; a fresh session is requested for every retry.",
                        "default": {
                            "useApifyProxy": true
                        }
                    },
                    "sort": {
                        "title": "Sort",
                        "enum": [
                            "most_recent",
                            "most_helpful"
                        ],
                        "type": "string",
                        "description": "Review ordering requested from the source.",
                        "default": "most_recent"
                    },
                    "date_from": {
                        "title": "Date from",
                        "type": "string",
                        "description": "Optional inclusive ISO start date for the review window.",
                        "default": ""
                    },
                    "date_to": {
                        "title": "Date to",
                        "type": "string",
                        "description": "Optional inclusive ISO end date for the review window.",
                        "default": ""
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
