Mac App Store Scraper avatar

Mac App Store Scraper

Pricing

from $11.99 / 1,000 result items

Go to Apify Store
Mac App Store Scraper

Mac App Store Scraper

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.

Pricing

from $11.99 / 1,000 result items

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

2

Bookmarked

4

Total users

2

Monthly active users

12 days ago

Last modified

Share

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 itWhat they scrape Mac App Store for
App developersMonitor competitor app ratings and version updates in their category.
Market researchersAnalyze pricing trends and feature sets across the top paid Mac apps.
SEO and ASO specialistsTrack keyword rankings and app descriptions for Mac App Store optimization.
Journalists and reviewersGather 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 requiredReads public App Store endpoints directly, no developer account needed.
Three collection modesSearch by keyword, lookup by App ID, or pull top charts in one Actor.
Structured flat outputEvery app returns as a single row with name, developer, rating, price, and more.
Regional dataSwitch 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 ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When Mac App Store changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst 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 collectedApproximate 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

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

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.