# App Store App Detail Scraper (`apt_marble/app-store-app-detail-scraper`) Actor

Turn any App Store link into a full app record: description, release notes, ratings, version, size, languages and content rating. No account, no login.

- **URL**: https://apify.com/apt\_marble/app-store-app-detail-scraper.md
- **Developed by:** [Hamza](https://apify.com/apt_marble) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$2.00 / 1,000 result 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## App Store App Detail Scraper

Turn any App Store link into the complete record behind the app: full
description, release notes, ratings, price, version, size, languages and
content rating. Paste links or bare app IDs and each one comes back as a
structured row — perfect for competitor research, portfolio audits and app
catalog building without opening a single store page.

No Apple ID needed. No login. Nothing to install — paste links, run,
download the table.

### What you get

One row per app. Every field is a plain column:

| Field | What it is |
| --- | --- |
| `appId` | The app's numeric ID (stable, use it as your key) |
| `url` | Direct link to the app's store page |
| `name` | App title exactly as listed |
| `seller` | Seller / developer name |
| `sellerUrl` | Seller's website, when listed |
| `description` | Full store description, complete text |
| `releaseNotes` | Latest version's "What's New" text |
| `price` | Current price as a number (0 for free apps) |
| `priceDisplay` | Price exactly as shown, e.g. Free, $4.99 |
| `isFree` | `true` for free apps |
| `rating` | Lifetime average star rating (0–5) |
| `ratingCount` | Lifetime number of ratings |
| `ratingCurrentVersion` | Average rating of the current version |
| `ratingCountCurrentVersion` | Number of ratings on the current version |
| `genre` | Primary genre |
| `genres` | All listed genres |
| `contentRating` | Age rating, e.g. 4+, 12+, 17+ |
| `advisories` | Content advisory descriptors |
| `imageUrl` | Full-size app icon artwork URL |
| `version` | Current version number |
| `minOs` | Minimum iOS version required |
| `sizeBytes` | Download size in bytes (÷ 1,048,576 for MB) |
| `languages` | Supported language codes (ISO) |
| `inputUrl` | The link or ID you passed, for matching your input |
| `scrapedAt` | When the row was read (ISO timestamp) |

Full real example row (description shortened here — the dataset carries the
complete text):

```json
{
  "appId": "835599320",
  "url": "https://apps.apple.com/us/app/tiktok-videos-shop-live/id835599320?uo=4",
  "name": "TikTok - Videos, Shop & LIVE",
  "seller": "TIKTOK PTE. LTD.",
  "sellerUrl": "http://www.tiktok.com",
  "description": "TikTok is the global discovery platform for videos, streaming on LIVE, shopping, and more. Our mission is to inspire creativity and bring joy. […]",
  "releaseNotes": "Easily post videos and photos on TikTok with bug fixes and performance improvements.",
  "price": 0,
  "priceDisplay": "Free",
  "isFree": true,
  "rating": 4.72427,
  "ratingCount": 18369646,
  "ratingCurrentVersion": 4.72427,
  "ratingCountCurrentVersion": 18369646,
  "genre": "Entertainment",
  "genres": [
    "Entertainment",
    "Photo & Video"
  ],
  "contentRating": "12+",
  "advisories": [
    "Infrequent/Mild Sexual Content and Nudity",
    "Infrequent/Mild Cartoon or Fantasy Violence",
    "Infrequent/Mild Profanity or Crude Humor",
    "Infrequent/Mild Mature/Suggestive Themes",
    "Infrequent/Mild Realistic Violence",
    "Infrequent/Mild Alcohol, Tobacco, or Drug Use or References",
    "Infrequent/Mild Horror/Fear Themes"
  ],
  "imageUrl": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/b0/7c/88/b07c88d8-0314-7b8b-7ab0-788e7059074b/TikTok_AppIcon26-0-0-1x_U007epad-0-1-0-85-220.png/512x512bb.jpg",
  "version": "47.0.0",
  "minOs": "14.0",
  "sizeBytes": 1037692928,
  "languages": [
    "SQ",
    "AR",
    "AZ",
    "BN",
    "BG",
    "MY",
    "KM",
    "CA",
    "HR",
    "CS",
    "DA",
    "NL",
    "EN",
    "ET",
    "FI",
    "FR",
    "DE",
    "EL",
    "HE",
    "HI",
    "HU",
    "IS",
    "ID",
    "GA",
    "IT",
    "JA",
    "JV",
    "KK",
    "KO",
    "LV",
    "LT",
    "MS",
    "NB",
    "PL",
    "PT",
    "RO",
    "RU",
    "ZH",
    "SK",
    "SL",
    "ES",
    "SW",
    "SV",
    "TH",
    "ZH",
    "TR",
    "UK",
    "UR",
    "UZ",
    "VI"
  ]
}
```

### Input options

- `appUrls` — App Store links (`apps.apple.com/…/id123456789`) or bare
  numeric app IDs, one per line. Up to 500 apps per run.
- `country` — Storefront country for regional content and prices
  (default US). Use GB, DE, FR… to see other storefronts.
- `maxConcurrency` — How many apps to read at once (1–5, default 3).
- `proxyCountry` — Request region (default `us`). Leave it unless results look regionally wrong.

### What you can do with it

- **Audit app pages.** Pull descriptions, release notes and ratings for a whole watchlist at once.
- **Research competitors.** Compare pricing, ratings and update cadence across rival apps.
- **Monitor your portfolio.** Verify every app's live metadata matches what you shipped.
- **Feed a spreadsheet.** Every field is a plain column — export to Excel, Google Sheets, CSV or JSON in one click.

### How much it costs

You pay per app row ($0.0020): 1,000 apps cost $2.00. Some typical runs:

- A 100-app competitor watchlist ≈ **$0.20**
- A 400-app catalog pull ≈ **$0.80**
- A monthly 500-app portfolio audit ≈ **$1.00 per run**

Links to removed apps or non-app pages are listed in the run summary and
never charged.

### Limits & good to know

- 500 apps per run. Split bigger catalogs across runs.
- Ratings and counts reflect the storefront country you selected.
- `sizeBytes` is the current version's download size — divide by 1,048,576 for megabytes.
- `languages` uses two-letter codes (EN, FR, DE…).

### FAQ

- **Do I need an Apple ID?** No. Nothing to log into, no key to paste.
- **Free or paid — how do I tell?** `isFree` plus `price`/`priceDisplay` cover it: free apps show price 0.
- **A link shows unreadable — was I charged?** No. Unreadable links appear in the run summary and cost nothing.
- **Can I track changes over time?** Yes — schedule it and compare `version`, `rating` and `releaseNotes` across runs.
- **How do I get the data out?** The dataset exports to Excel, CSV, JSON or Google Sheets in one click, or via API.

### Output

Results land in the default dataset, one clean record per row, plus a run
summary in the key-value store (`OUTPUT`) with per-link counts and any
links that could not be read.

# Actor input Schema

## `appUrls` (type: `array`):

App Store links (apps.apple.com/.../id123456789) or bare numeric app IDs. Up to 500 per run.

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

Two-letter country code used for regional content and prices (e.g. US, GB, DE).

## `maxConcurrency` (type: `integer`):

How many items to read at the same time. Higher is faster; lower is gentler on the source.

## `proxyCountry` (type: `string`):

Two-letter region code for routing reads (e.g. us, gb, de). Leave as us unless results look regionally wrong.

## Actor input object example

```json
{
  "appUrls": [
    "https://apps.apple.com/us/app/tiktok-videos-shop-live/id835599320"
  ],
  "country": "US",
  "maxConcurrency": 3,
  "proxyCountry": "us"
}
```

# Actor output Schema

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

Every row you asked for, as clean records.

## `runSummary` (type: `string`):

Counts per input, including anything that could not be read.

# 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 = {
    "appUrls": [
        "https://apps.apple.com/us/app/tiktok-videos-shop-live/id835599320"
    ],
    "country": "US",
    "maxConcurrency": 3,
    "proxyCountry": "us"
};

// Run the Actor and wait for it to finish
const run = await client.actor("apt_marble/app-store-app-detail-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 = {
    "appUrls": ["https://apps.apple.com/us/app/tiktok-videos-shop-live/id835599320"],
    "country": "US",
    "maxConcurrency": 3,
    "proxyCountry": "us",
}

# Run the Actor and wait for it to finish
run = client.actor("apt_marble/app-store-app-detail-scraper").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 '{
  "appUrls": [
    "https://apps.apple.com/us/app/tiktok-videos-shop-live/id835599320"
  ],
  "country": "US",
  "maxConcurrency": 3,
  "proxyCountry": "us"
}' |
apify call apt_marble/app-store-app-detail-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,apt_marble/app-store-app-detail-scraper"
        }
    }
}
```

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/LQ9aRbBagdqvmJIt1/builds/F6dl13S7djTLiyVqF/openapi.json
