# Apple App Store — Full Export

**Use case:** 

Scrape the full apple app store dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract apple app store for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "search",
  "searchTerms": [
    "productivity",
    "photo editor"
  ],
  "appIds": [
    "333903271"
  ],
  "country": "us",
  "language": "en",
  "chartType": "topfreeapplications",
  "maxResults": 50,
  "maxItems": 200
}
```

## Output

```json
{
  "appId": {
    "label": "Appid",
    "format": "integer"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Formattedprice",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratingcount",
    "format": "integer"
  },
  "primaryGenre": {
    "label": "Primarygenre",
    "format": "string"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "releaseDate": {
    "label": "Releasedate",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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