# Find top movies in the US iTunes Store

**Use case:** 

Collect metadata for popular movies available in the US iTunes Store

## Input

```json
{
  "maxResults": 50,
  "searchQuery": "top movies",
  "entity": "movie",
  "country": "US"
}
```

## Output

```json
{
  "trackName": {
    "label": "Name"
  },
  "artistName": {
    "label": "Artist / Seller"
  },
  "collectionName": {
    "label": "Collection"
  },
  "primaryGenreName": {
    "label": "Genre"
  },
  "kind": {
    "label": "Type"
  },
  "releaseDate": {
    "label": "Released"
  },
  "trackPrice": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "averageUserRating": {
    "label": "Rating"
  },
  "userRatingCount": {
    "label": "Ratings"
  },
  "description": {
    "label": "Description"
  },
  "sellerName": {
    "label": "Seller"
  },
  "feedUrl": {
    "label": "Podcast Feed"
  },
  "trackViewUrl": {
    "label": "Link"
  }
}
```

## About this Actor

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