# Top Charts Mac App Store

**Use case:** 

Extract Mac App Store data filtered by Top Charts. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "charts",
  "searchQuery": "craft",
  "feedType": "topfreeapplications",
  "country": "US",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Icon",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "integer"
  },
  "appName": {
    "label": "App Name",
    "format": "string"
  },
  "appUrl": {
    "label": "App URL",
    "format": "string"
  },
  "bundleId": {
    "label": "Bundle ID",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "developerUrl": {
    "label": "Developer URL",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller",
    "format": "string"
  },
  "sellerUrl": {
    "label": "Seller URL",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formatted Price",
    "format": "string"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "releaseNotes": {
    "label": "Release Notes",
    "format": "string"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating Count",
    "format": "integer"
  },
  "currentVersionRating": {
    "label": "Current Ver. Rating",
    "format": "number"
  },
  "currentVersionRatingCount": {
    "label": "Current Ver. Rating Count",
    "format": "integer"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "minimumOsVersion": {
    "label": "Min OS",
    "format": "string"
  },
  "fileSizeBytes": {
    "label": "File Size",
    "format": "string"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "string"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "string"
  },
  "currentVersionReleaseDate": {
    "label": "Current Ver. Date",
    "format": "string"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "screenshotUrls": {
    "label": "Screenshots",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Mac App Store Scraper](https://apify.com/parseforge/mac-app-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mac-app-store-scraper) to learn more, explore other use cases, and run it yourself.