# Top Taylor Swift Albums on iTunes

**Use case:** 

Run searches for Taylor Swift albums on iTunes. Get detailed data on album names, prices, ratings, and release dates.

## Input

```json
{
  "mode": "search",
  "terms": [
    "Taylor Swift"
  ],
  "entity": "album",
  "country": "US",
  "ids": [],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "trackName": {
    "label": "Track Name",
    "format": "string"
  },
  "artistName": {
    "label": "Artist",
    "format": "string"
  },
  "collectionName": {
    "label": "Album / Collection",
    "format": "string"
  },
  "kind": {
    "label": "Kind",
    "format": "string"
  },
  "primaryGenreName": {
    "label": "Genre",
    "format": "string"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "string"
  },
  "trackPrice": {
    "label": "Track Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "averageUserRating": {
    "label": "Avg Rating",
    "format": "number"
  },
  "userRatingCount": {
    "label": "Rating Count",
    "format": "number"
  },
  "contentAdvisoryRating": {
    "label": "Advisory",
    "format": "string"
  },
  "trackTimeMillis": {
    "label": "Duration (ms)",
    "format": "number"
  },
  "trackViewUrl": {
    "label": "iTunes URL",
    "format": "string"
  },
  "artworkUrl100": {
    "label": "Artwork",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "wrapperType": {
    "label": "Wrapper Type",
    "format": "string"
  },
  "trackId": {
    "label": "Track ID",
    "format": "number"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "searchTerm": {
    "label": "Search Term",
    "format": "string"
  },
  "entity": {
    "label": "Entity",
    "format": "string"
  }
}
```

## About this Actor

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