# Top Grossing iPad Apps iPad App Store Data

**Use case:** 

Extract iPad App Store Data data filtered by Top Grossing iPad Apps. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchTerm": "game",
  "collection": "topgrossingipadapplications",
  "country": "us"
}
```

## Output

```json
{
  "iconUrl": {
    "label": "Icon",
    "format": "string"
  },
  "name": {
    "label": "App Name",
    "format": "string"
  },
  "artistName": {
    "label": "Developer",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "averageUserRating": {
    "label": "Rating",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "primaryGenre": {
    "label": "Category",
    "format": "string"
  },
  "appUrl": {
    "label": "App URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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