ParseForge Scrapers

Mac App Store Scraper

parseforge/mac-app-store-scraper

E-commerceAutomationOther

Scrapes Mac App Store app listings by search, App ID lookup, or top charts. Returns each app as a flat row with name, developer, rating, price, and category.

Run this scraper See the API call
Total users
4
Monthly active
2
Total runs
231
Bookmarked
2
Rating
Not rated yet
Last modified
12 days ago

Overview

ParseForge

Mac App Store Scraper

Scrape Mac App Store apps from search, top charts, or direct App IDs, up to a million per run. Every app comes with its name, developer, rating, price, category, and version. No API key or login. Export to CSV, JSON, Excel, or XML.

The Mac App Store has no public API for bulk data access, and manual browsing makes it hard to compare apps or track rankings at scale. This Actor reads the public search results, top charts, and app lookup endpoints directly, returning structured data for every app you request. Filter by country, chart type, or category, and collect exactly the fields you need in one flat schema.

Who uses it What they scrape Mac App Store for
App developers Monitor competitor app ratings and version updates in their category.
Market researchers Analyze pricing trends and feature sets across the top paid Mac apps.
SEO and ASO specialists Track keyword rankings and app descriptions for Mac App Store optimization.
Journalists and reviewers Gather a structured list of new or top-grossing apps for a weekly roundup.

What it does

This Actor collects Mac App Store app listings by keyword search, App ID lookup, or top charts, and returns each app as a flat row with its metadata.

  • πŸ” Search by keyword: find apps matching a term like 'craft' or 'project management'.
  • πŸ“Š Top Charts: pull the top free, paid, grossing, or new apps for any category.
  • πŸ†” Lookup by App ID: fetch exact details for a list of known App IDs, like id497799835 for Xcode.
  • 🌐 Country selection: scrape any App Store region with a two-letter country code, such as US, GB, DE, or JP.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Mac App Store data

πŸ“ˆ Track competitor app updates.

An indie developer looks up a list of rival App IDs weekly to check version changes, new ratings, and pricing adjustments.

πŸ“Š Analyze top chart trends.

A market researcher pulls the top 100 free productivity apps for the US and DE stores to compare feature adoption across regions.

πŸ” Monitor keyword rankings.

An ASO specialist searches 'note-taking app' daily and records which apps appear, their ratings, and their description keywords.

πŸ“° Build a new apps feed.

A tech blogger scrapes the 'New Apps' chart in the Graphics & Design category each week to find tools for a review series.

Why choose this scraper

What you get
No API key required Reads public App Store endpoints directly, no developer account needed.
Three collection modes Search by keyword, lookup by App ID, or pull top charts in one Actor.
Structured flat output Every app returns as a single row with name, developer, rating, price, and more.
Regional data Switch the country code to scrape any Mac App Store region.

How it compares

No other Store actor targets Mac App Store the same way, so the honest comparison is with the alternatives teams actually weigh.

Mac App Store Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When Mac App Store changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor from a keyword search, a list of App IDs, or a top chart, and set a maximum number of apps to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
  "mode": "search",
  "searchQuery": "craft",
  "country": "US",
  "maxItems": 10
}

A larger pull:

{
  "mode": "search",
  "searchQuery": "craft",
  "country": "US",
  "maxItems": 200
}

Pricing

Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $1.60
1,000 results $15.99
10,000 results $159.90

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Mac App Store Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Mac App Store through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/mac-app-store-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results for my search?

Check that your search query is spelled correctly and is not too specific. Also verify the country code matches a region where that app or keyword is available.

The Actor returns fewer apps than my maxItems setting.

The App Store only returns a limited number of results for some queries or charts. Try a broader search term or a different chart type to get more results.

I get an error when using a list of App IDs.

Make sure each ID is a valid numeric string without the 'id' prefix. For example, use 497799835, not id497799835. Also check that the apps are available in the selected country.

The category filter does not seem to work.

Categories only apply in charts mode. In search or lookup mode, the category field is ignored. Switch to charts mode and select a chart type to use category filtering.

FAQ

Question Answer
Do I need an Apple Developer account to use this? No. The Actor reads publicly available App Store endpoints and does not require any Apple ID, developer account, or API key.
How do I find an app's ID for the lookup mode? Open the app's Mac App Store page in a browser. The URL contains 'id' followed by a number, for example id497799835 for Xcode. Use that number in the App IDs field.
Can I scrape app reviews with this Actor? This Actor focuses on app metadata like name, developer, rating, and price. It does not collect user reviews or ratings text.
What does the country code change? The two-letter country code sets which regional App Store to query. Apps, rankings, and pricing can differ between the US, GB, DE, JP, and other stores.
How many apps can I collect in one run? You can set the maximum up to 1,000,000 apps. The actual number returned depends on how many results the App Store returns for your query or chart.
Which chart types are available? You can choose Top Free Apps, Top Paid Apps, Top Grossing Apps, or New Apps. Each chart can be filtered by a specific category like Games or Productivity.
Can I search for apps in languages other than English? Yes. The search query accepts any language, and the country code determines the store region. For example, search ' diseΓ±o grΓ‘fico' with country MX for Mexican Spanish results.
What output formats are supported? You can export your dataset to CSV, JSON, Excel, or XML directly from the Apify platform.

Related actors

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Apple Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
mode string (3 options) Choose how to find apps: search by keyword, lookup by app IDs, or get top charts search
searchQuery string Search term to find Mac apps (only used in search mode) craft
appIds array List of App IDs to lookup (only used in lookup mode). Find app ID in the App Store URL, e.g., id497799835 for Xcode not set
feedType string (4 options) Type of chart to fetch (only used in charts mode) topfreeapplications
category string (19 options) Filter charts by category (optional, only used in charts mode) not set
country string Two-letter country code for the App Store region (e.g., US, GB, DE, JP) US
maxItems integer How many apps to collect per run. 10

Pricing

from $11.99 per 1,000 results

Charged forWhat it isPrice each
Actor Start Charged once when the run starts. $0.005
Result Item Charged once per result collected. $0.01199 to $0.01599

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST Β· run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~mac-app-store-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run Mac App Store Scraper on Apify All scrapers