App Store Publisher Data — Company Apps, Ratings & Categories
Pricing
$2.00 / 1,000 app records
App Store Publisher Data — Company Apps, Ratings & Categories
Find a company's iOS and Mac apps on the Apple App Store. Returns publisher name and Apple artist ID, every app with its category, price, rating and rating count, release and update dates, version, supported languages, seller website and bundle IDs.
Pricing
$2.00 / 1,000 app records
Rating
0.0
(0)
Developer
Berkan Kaplan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
A company's app portfolio tells you what it actually ships, how it monetises and how many customers reviewed it. This actor resolves a company name to its Apple publisher ID and returns its whole catalogue — categories, prices, ratings, update cadence and bundle IDs — from Apple's own public search API.
No API key · Official source · Pay only for delivered rows · Same schema across the series
What data do you get?
| Field | Description |
|---|---|
companyName | Publisher name as it appears on the store |
registrationNumber | Apple artist (publisher) ID |
appId | App track ID |
appName | App name |
bundleId | Bundle identifier — the join key to other app datasets |
industry | Primary App Store category |
categories | Every category the app is listed under |
price | Price in the selected storefront |
currency | Storefront currency |
rating | Average user rating |
ratingCount | Number of ratings |
releasedOn | Original release date |
updatedOn | Most recent version release date |
version | Current version |
contentAdvisory | Age rating |
languages | Supported languages |
website | Seller website |
supportUrl | Support URL |
description | Store description |
sourceUrl | App Store page |
Every row also carries query (what you asked for), scrapedAt (ISO timestamp) and, when a
lookup fails, error explaining why.
Example output
{"country": "GLOBAL","registry": "Apple App Store","companyName": "Revolut Ltd","registrationNumber": "932493382","appId": "932493382","appName": "Revolut: Send, spend and save","bundleId": "com.revolut.revolut","industry": "Finance","price": 0,"currency": "USD","rating": 4.72,"ratingCount": 71229,"releasedOn": "2015-06-30","updatedOn": "2026-08-12","website": "https://revolut.com","sourceUrl": "https://apps.apple.com/us/app/id932493382"}
Input
{"queries": ["Revolut","Monzo","Shopify"],"maxResultsPerQuery": 25,"maxConcurrency": 3,"includeRaw": false}
| Input | What it does |
|---|---|
queries | Company or app names (Revolut, Monzo) or numeric Apple artist IDs. A name resolves to the publisher behind the best-matching app, then that publisher's whole catalogue is returned. |
maxResultsPerQuery | Caps how many rows one query may produce. |
maxConcurrency | How many queries run at once. Lower it if the source starts throttling. |
includeRaw | Attaches the source's untouched record under raw, for fields this actor does not map. |
requestDelayMs | Politeness delay between requests. |
proxyConfiguration | Optional. Apple's search API answers datacenter IPs, though it rate-limits bursts. |
What people use it for
- Competitive product tracking — update cadence and rating trajectory across a competitor's whole portfolio.
- Mobile-first lead scoring — a company with a rated, actively updated app is a different prospect from one without.
- Partner discovery — find every publisher shipping in a category, with their websites.
Notes and limits
- Apple's search is fuzzy. A name query resolves to the publisher behind the best match, so check
companyNamebefore assuming it is the company you meant — an artist ID query avoids the ambiguity entirely. - Prices and availability are storefront-specific. Change the
countryinput to see a different market's catalogue.
Where the data comes from
Apple publishes the iTunes Search API for public use with no key. Source: Apple iTunes Search API
FAQ
Is this App Store publisher scraper free?
The data source is free and needs no API key — you pay only for the rows the run delivers ($0.002 each). Failed or empty lookups are never charged.
Do I need an API key or a login?
No. Apple publishes the iTunes Search API for public use with no key.
What can I search by?
By company or app name (Revolut, Monzo), or by a numeric Apple artist ID for an exact publisher lookup.
How current is the data?
Every run queries the source live, so results are as fresh as the source itself. Apple's search index reflects the live store, usually within hours of a release.
How fast is it, and how many queries can I run?
Queries run concurrently (3 at a time by default, tunable in the input). A prefilled run finishes in seconds; large lists scale roughly linearly and stay well inside a normal run timeout.
Can I export the results to CSV, Excel or JSON?
Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.
What happens when a query returns nothing?
You still get a row, carrying your original query and an error field explaining why. Nothing is silently dropped, and you are not charged for it.
Is scraping this data legal?
Yes. The iTunes Search API is Apple's own public catalogue service, published so partners can surface App Store content.
Built by Fox Labs — B2B company intelligence from public sources, as clean JSON.