Apple App Store App Details API iconStatus:Waiting For Requests

Apple App Store App Details API

Get complete app metadata, reviews, ratings, and more from any App Store listing.

No Setup Required
GET REST API
Structured JSON Response
Instant Access

How to Call the Apple App Store App Details API

Simple REST API endpoint. Just make a GET request with your API key and get structured data back.

Method:GET
Endpoint:https://api.parseium.com/v1/app-store
Cost:1 credit per call

Code Examples

cURL

curl -X GET 'https://api.parseium.com/v1/app-store?url=https://apps.apple.com/us/app/instagram/id389801252&api_key=YOUR_API_KEY'

TypeScript

const response = await fetch(`https://api.parseium.com/v1/app-store?url=https://apps.apple.com/us/app/instagram/id389801252&api_key=${process.env.PARSEIUM_API_KEY}`, {
  method: 'GET',
});

const data = await response.json();
console.log(data);

Python

import requests
import os

api_key = os.environ['PARSEIUM_API_KEY']
response = requests.get(
    f'https://api.parseium.com/v1/app-store?url=https://apps.apple.com/us/app/instagram/id389801252&api_key={api_key}'
)

data = response.json()
print(data)

Query Parameters

Pass parameters in the URL query string:

url=https://apps.apple.com/us/app/instagram/id389801252

Response Schema

The API returns structured JSON data with the following schema:

{
  "app_header": {
    "price": {
      "type": "string"
    },
    "subtitle": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "app_info": {
    "age_rating": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "compatibility": {
      "type": "string"
    },
    "copyright": {
      "type": "string"
    },
    "languages": {
      "type": "string"
    },
    "seller": {
      "type": "string"
    },
    "size": {
      "type": "string"
    }
  },
  "description": {
    "text": {
      "type": "string"
    }
  },
  "metadata_stats": {
    "age_rating": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "developer": {
      "type": "string"
    },
    "languages": {
      "type": "string"
    },
    "ratings_count": {
      "type": "string"
    },
    "size": {
      "type": "string"
    }
  },
  "related_apps": [
    {
      "subtitle": {
        "type": "string"
      },
      "title": {
        "type": "string"
      }
    }
  ],
  "reviews": [
    {
      "date": {
        "type": "string"
      },
      "text": {
        "type": "string"
      },
      "title": {
        "type": "string"
      }
    }
  ],
  "similar_apps": [
    {
      "subtitle": {
        "type": "string"
      },
      "title": {
        "type": "string"
      }
    }
  ],
  "whats_new": {
    "notes": {
      "type": "string"
    },
    "release_date": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  }
}

Need more details? Check out our full API documentation for authentication, error handling, rate limits, and advanced options.

Use Cases for Apple App Store App Details

See how developers use this API in production applications.

App Monitoring

Track app updates, reviews, and ratings over time to monitor your own apps or competitors.

Review Analysis

Analyze user reviews and sentiment to understand what users love or need improvement.

App Intelligence

Build app intelligence platforms with comprehensive metadata, pricing, and feature tracking.

Simple, Transparent Pricing

Every API call to Apple App Store App Details costs 1 credit

Choose a plan based on your monthly usage. All plans include access to all APIs.

Starter
$49/mo

~150,000 API calls/mo

  • 150,000 credits/month
  • Email support
  • 1,000 requests/day
  • Priority processing
Get Started
Most Popular
Pro
$99/mo

~700,000 API calls/mo

  • 700,000 credits/month
  • Priority support
  • 10,000 requests/day
  • Advanced features
Get Started
Business
$299/mo

~3,000,000 API calls/mo

  • 3M credits/month
  • Dedicated support
  • Unlimited requests
  • Custom integrations
Get Started

Need more? Check out our full pricing page for enterprise options and custom plans.

Frequently Asked Questions

Common questions about the Apple App Store App Details API.

What data is included in the app details response?

The response includes app header (title, subtitle, price), full description, reviews, ratings, metadata (category, size, languages, age rating), related apps, similar apps, and what's new (version history).

How many reviews are returned?

The API returns the most recent reviews available on the App Store page. For comprehensive review analysis, you can call the API periodically to collect reviews over time.

Does it support apps from different countries?

Yes, you can provide App Store URLs from any country/region. The API will return data specific to that locale.

Related APIs

Explore other ready-to-use APIs that might interest you.

Free your Data

Stop wasting hours writing parsing scripts for each site. Stop overpaying for tokens with LLM extraction.

  • easy integration
  • works with any scraping stack
  • fast and accurate
  • scalable performance
  • thousands of pages per day