# AI Chatbot App Update Tracker — ChatGPT, Claude, Gemini (`s7_studio/ai-chatbot-app-update-tracker`) Actor

Snapshot iOS app version, changelog, ratings, and metadata for four leading AI chatbot apps — ChatGPT, Claude, Google Gemini, Perplexity — via Apple's iTunes lookup API. No API key required. Built for analysts and journalists tracking the AI-assistant app race.

- **URL**: https://apify.com/s7\_studio/ai-chatbot-app-update-tracker.md
- **Developed by:** [S7 Studio](https://apify.com/s7_studio) (community)
- **Categories:** SEO tools, Developer tools, AI
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $4.00 / 1,000 ai chatbot app update tracker — chatgpt, claude, geminis

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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — 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

## AI Chatbot App Update Tracker — ChatGPT, Claude, Gemini, Perplexity | $1/1K | No Key

This actor uses the existing Apple iTunes lookup API logic with no API key and is intended for **AI-industry analysts, competitive-intelligence teams, and tech journalists** to get notified the moment an AI chatbot ships a new iOS version — before it hits the charts.

**$1.00 per 1,000 app snapshots.** Change-detection events billed additionally when a version update is detected.

**Worked example:**

- 100 apps tracked daily = 100 snapshots/day → **$0.10/day** (~$3/month)
- 500 apps tracked weekly = 500 snapshots/week → **$0.50/week** (~$2/month)
- 1,000 apps (one-time batch metadata pull) = 1,000 snapshots → **$1.00**

Snapshot iOS app version, changelog, ratings and metadata from the **Apple iTunes lookup API** (`itunes.apple.com/lookup`). Fully public — no API key, no authentication.

Use with **scheduled runs** to detect when a competitor (or your own app) releases a new version. Each run produces a snapshot; compare datasets to see what changed.

**Best practice:** schedule this actor to run daily via Apify Scheduler. The `release_notes` field tells you exactly what changed before users do. Set up a webhook to Slack or email when `version` changes. Use with n8n or Zapier to auto-post to Slack when a competitor updates.

### Sample output

```json
{
  "app_id": "6448311069",
  "name": "ChatGPT",
  "version": "1.2026.152",
  "release_date": "2026-07-10T00:00:00Z",
  "release_notes": "We've added support for background voice conversations and improved model latency.",
  "rating": 4.8,
  "rating_count": 8200000,
  "developer": "OpenAI",
  "parse_confidence": 1.0
}
```

***

### Verified App Store Records (checked 2026-07-15)

- **ChatGPT**: id6448311069 at https://apps.apple.com/us/app/chatgpt/id6448311069
- **Claude by Anthropic**: id6473753684 at https://apps.apple.com/us/app/claude-by-anthropic/id6473753684
- **Google Gemini**: id6477489729 at https://apps.apple.com/us/app/google-gemini/id6477489729
- **Perplexity**: id1668000334 at https://apps.apple.com/us/app/perplexity-ai-search-chat/id1668000334

### Features

- Version string + release date for the current version
- Changelog / release notes (what changed in this update)
- Ratings (overall + current version), rating count
- Price, file size, genres, content rating, minimum OS version
- Developer name, bundle ID, artwork URL
- Multi-app batch: pass up to hundreds of IDs in one run
- Country code selector — compare same app across App Stores
- `parse_confidence` + `warnings` in every record — drift detection built in
- Pay Per Result (PPE) — you only pay for actual snapshots returned

### Input

| Field | Type | Required | Description |
|---|---|---|---|
| `appIds` | list | Yes | App Store IDs (e.g. `6448311069`) or App Store URLs |
| `country` | string | No | Country code, default `us`. Examples: `gb`, `de`, `jp` |

**App ID formats accepted:**

- Plain numeric: `6448311069`
- App Store URL: `https://apps.apple.com/us/app/chatgpt/id6448311069`

### Output schema

| Field | Type | Notes |
|---|---|---|
| `app_id` | str | Numeric App Store ID |
| `name` | str | App name |
| `version` | str | Current version string |
| `release_date` | ISO str | currentVersionReleaseDate |
| `release_notes` | str|null | Changelog text for current version |
| `first_release_date` | ISO str | Original release date |
| `price` | float | 0.0 for free |
| `currency` | str | ISO 4217 (e.g. USD) |
| `rating` | float|null | Average user rating |
| `rating_count` | int|null | Total ratings |
| `rating_current_version` | float|null | Rating for current version only |
| `developer` | str | Developer name |
| `primary_genre` | str|null | Primary App Store category |
| `genres` | list | All genres |
| `description` | str|null | Long app description |
| `content_rating` | str|null | Age rating (e.g. 12+) |
| `minimum_os_version` | str|null | Min iOS version |
| `file_size_bytes` | int|null | Download size in bytes |
| `store_url` | str | App Store URL |
| `artwork_url` | str|null | 512×512 icon URL |
| `country` | str | Queried country code |
| `bundle_id` | str|null | Bundle identifier |
| `scraped_at` | ISO str | Run timestamp |
| `parse_confidence` | float | 0.0–1.0 parse quality score |
| `warnings` | list | Machine-readable quality flags |

### FAQ

**Do I need an API key?**
No. This actor uses Apple's public iTunes lookup API — no auth, no proxy.

**What formats can I export?**
JSON, CSV, Excel, or JSONL — from the Apify dataset UI or REST API.

**How do I get alerted when an app updates?**
Use Apify Scheduler (daily) + a webhook to Slack or email. Pipe results to n8n or Zapier to compare `version` across runs and fire alerts on change.

**What if an app ID is not found?**
The actor logs a warning and skips that ID. Apps not available in the selected country storefront will be marked as `not_found_in_country` in the run summary.

***

### Use cases

- **Competitor monitoring** — schedule daily runs to catch version bumps and read changelogs before users do
- **Release tracking** — track your own app's release history across countries
- **App metadata auditing** — collect pricing, rating and genre data at scale
- **App Store research** — batch-lookup hundreds of apps for market research

### vs. alternatives

| Feature | This actor | AppFollow | Sensor Tower | AppTweak |
|---|---|---|---|---|
| Batch 100s of apps | ✅ | ✅ | ✅ | ✅ |
| Changelog / release notes | ✅ | ✅ | ✅ | partial |
| Per-country tracking | ✅ | partial | ✅ | partial |
| Pay-per-use (no subscription) | ✅ | ❌ | ❌ | ❌ |
| Cost | $1/1K | $99+/mo | $99+/mo | $99+/mo |

*(Verify competitor prices at publish time — adjust table accordingly.)*

**parse\_confidence** — every record carries a 0.0–1.0 data quality score. Score < 0.5 → check the `warnings` field.

### Use with AI agents (MCP)

All actors in this suite are available via the Apify MCP server. Connect to Claude, GPT-4o,
or n8n to let AI agents pull live App Store data on demand — market research, competitor monitoring,
and ASO tracking automated end-to-end.

MCP config: `https://mcp.apify.com/?tools=bovi/ai-chatbot-app-update-tracker`

### Also in this suite

- [Apple App Store Scraper](#) — full metadata + reviews
- [Google Play Store Scraper](#) — Android ecosystem
- [ASO Keyword Rank Tracker](#) — ranking intelligence
- [App Store Charts Scraper](#) — market surveillance

### Technical notes

- Endpoint: `https://itunes.apple.com/lookup?id={ids}&country={cc}&entity=software`
- Batching: up to 100 IDs per request (API supports 200; conservative for safety)
- Rate limits: handled with exponential backoff
- Stack: Python 3.13 + Apify SDK

### Integrations

Built for AI-industry analysts, competitive-intelligence teams, and tech journalists detecting the moment a rival iOS app ships a new version — the JSON/dataset output drops into the tools you already run, no glue code:

- **n8n / Make / Zapier** — trigger a run or pipe every new dataset item into 500+ apps (Google Sheets, Airtable, Slack, HubSpot, your database) with no code: [n8n](https://docs.apify.com/platform/integrations/n8n), [Make](https://docs.apify.com/platform/integrations/make), [Zapier](https://docs.apify.com/platform/integrations/zapier).
- **Webhooks** — fire your own endpoint the moment a run finishes, to push results straight into your pipeline ([docs](https://docs.apify.com/platform/integrations/webhooks)).
- **MCP server** — expose this actor as a tool to Claude, Cursor, or any [MCP client](https://mcp.apify.com) so an AI agent can pull this data mid-conversation ([guide](https://blog.apify.com/how-to-use-mcp/)).
- **API & SDKs** — fetch the dataset as JSON, CSV, or Excel through the Apify REST API or the Python / JS SDKs.

See all [Apify integrations](https://apify.com/integrations).

### More scrapers from our toolkit

Building a data pipeline? These actors pair well with this one — each runs on your own Apify account with the same pay-per-result pricing, no subscription:

- [Appstore Charts](https://apify.com/bovi/appstore-charts)
- [Appstore Reviews](https://apify.com/bovi/appstore-reviews)
- [ASO Keyword Tracker](https://apify.com/bovi/aso-keyword-tracker)
- [Google Play Scraper](https://apify.com/bovi/google-play-scraper)
- [Google Search (SERP) Scraper](https://apify.com/bovi/google-serp-structural)
- [Similarweb Traffic Scraper](https://apify.com/bovi/similarweb-scraper)

Chain any of them together from the **Integrations** tab (the *Run succeeded* trigger) to build a multi-step workflow — one actor's output feeds the next.

# Actor input Schema

## `appIds` (type: `array`):

Numeric App Store IDs (e.g. '284882215') or App Store URLs (https://apps.apple.com/us/app/facebook/id284882215). At least one required.

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

Two-letter ISO 3166-1 country code for the App Store to query (e.g. 'us', 'gb', 'de'). Affects pricing, ratings and availability.

## Actor input object example

```json
{
  "appIds": [
    "6448311069",
    "6473753684",
    "6477489729",
    "1668000334"
  ],
  "country": "us"
}
```

# Actor output Schema

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

Dataset containing app update records (app\_id, name, version, release\_date, release\_notes, price, currency, rating, rating\_count, file\_size\_bytes, developer, primary\_genre, store\_url, country, etc.)

# 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 = {
    "appIds": [
        "6448311069",
        "6473753684",
        "6477489729",
        "1668000334"
    ],
    "country": "us"
};

// Run the Actor and wait for it to finish
const run = await client.actor("s7_studio/ai-chatbot-app-update-tracker").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 = {
    "appIds": [
        "6448311069",
        "6473753684",
        "6477489729",
        "1668000334",
    ],
    "country": "us",
}

# Run the Actor and wait for it to finish
run = client.actor("s7_studio/ai-chatbot-app-update-tracker").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "appIds": [
    "6448311069",
    "6473753684",
    "6477489729",
    "1668000334"
  ],
  "country": "us"
}' |
apify call s7_studio/ai-chatbot-app-update-tracker --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,s7_studio/ai-chatbot-app-update-tracker"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/QrVBbTkCyzdCcLOqJ/builds/2TnXRsKu4hg1I40Yx/openapi.json
