# The Beatles iTunes Song Scraper

**Use case:** 

Search the iTunes and App Store catalog for the beatles (song) with name, artist, price, genre and preview links.

## Input

```json
{
  "searchQuery": "the beatles",
  "entity": "song",
  "country": "US",
  "maxItems": 50
}
```

## 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"
  },
  "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.