Looks up apps on the Apple App Store: search a term, or resolve a list of app ids, bundle ids or store URLs. Delivers title, developer, category, rating and review count, price, version, release and update dates, content rating, size, icon, screenshots and description. Reads Apple's public store endpoint — no key, no browser.
$0.0008 per delivered app, up to 200 apps per run. Nothing delivered means nothing charged.
Inputs
term (string) — What to search in the App Store. Omit when passing app_ids.
app_ids (array) — Numeric app ids, bundle ids (com.spotify.client) or store URLs.
country (string) — ISO 3166-1 alpha-2 code — picks the local site AND the proxy exit (default us).
lang (string) — Interface language (hl), e.g. en, it, de.
max_results (integer) — How many apps to deliver at most (1–200). You pay only for delivered apps.
What one app looks like
rank (integer) — 1-based position.
app_id (string) — Apple app id.
bundle_id (string, nullable) — Bundle identifier.
title (string) — App name.
developer (string, nullable) — Seller/developer.
developer_url (string, nullable) — Developer URL.
category (string, nullable) — Primary genre.
categories (string[]) — All genres.
rating (number, nullable) — Average rating (all versions).
reviews (integer, nullable) — Rating count.
rating_current_version (number, nullable) — Average rating for the current version.
price_formatted (string, nullable) — Price as shown.
currency (string, nullable) — Currency code.
version (string, nullable) — Current version.
released_at (string, nullable) — First release date (ISO).
updated_at (string, nullable) — Current version release date (ISO).
content_rating (string, nullable) — Age rating.
size_bytes (number, nullable) — Download size in bytes.
icon (string, nullable) — Icon URL (512px when available).
screenshots (string[]) — Up to 5 screenshot URLs.
description (string, nullable) — Store description (trimmed).
url (string) — Store URL.
FAQ
What does the App Store apps API return?
Looks up apps on the Apple App Store: search a term, or resolve a list of app ids, bundle ids or store URLs. Delivers title, developer, category, rating and review count, price, version, release and update dates, content rating, size, icon, screenshots and description. Reads Apple's public store endpoint — no key, no browser. Each row carries 23 fields, listed in full on this page.
What do I send it?
A semantic input rather than a URL list. One run returns up to 200 apps.
How much does the App Store apps API cost?
$0.0008 per delivered app. A run that delivers nothing is not billed, and the
monthly free credit covers about 1,250 apps here.
Do I need my own proxies for it?
No. The collector runs on our residential network and handles rotation, retries and pagination internally.