# Movie iTunes & Apple Store Search

**Use case:** 

Extract iTunes & Apple Store Search data filtered by Movie. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "the beatles",
  "entity": "movie",
  "country": "us",
  "language": "en_us"
}
```

## Output

```json
{
  "artworkUrl": {
    "label": "Artwork",
    "format": "image"
  },
  "kind": {
    "label": "Kind",
    "format": "text"
  },
  "wrapperType": {
    "label": "Wrapper",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artist": {
    "label": "Artist",
    "format": "text"
  },
  "collectionName": {
    "label": "Collection",
    "format": "text"
  },
  "trackId": {
    "label": "Track ID",
    "format": "number"
  },
  "collectionId": {
    "label": "Collection ID",
    "format": "number"
  },
  "artistId": {
    "label": "Artist ID",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "previewUrl": {
    "label": "Preview",
    "format": "link"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "primaryGenreName": {
    "label": "Genre",
    "format": "text"
  },
  "releaseDate": {
    "label": "Released",
    "format": "date"
  },
  "trackCount": {
    "label": "Track Count",
    "format": "number"
  },
  "durationMillis": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "explicit": {
    "label": "Explicit",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short Description",
    "format": "text"
  },
  "longDescription": {
    "label": "Long Description",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "releaseNotes": {
    "label": "Release Notes",
    "format": "text"
  },
  "fileSizeBytes": {
    "label": "Size (bytes)",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "averageUserRating": {
    "label": "Avg Rating",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "languageCodes": {
    "label": "Languages",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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