# Monitor Top Spotify Songs in US Daily

**Use case:** 

Track the daily performance of the most popular songs on Spotify in the United States. This data is crucial for music labels, artists, and marketers to identify

## Input

```json
{
  "mode": "spotifyChart",
  "country": "us",
  "period": "daily",
  "youtubeCategory": "global",
  "chartCountry": "us",
  "artistNames": [
    "Taylor Swift"
  ],
  "spotifyArtistIds": [],
  "maxItems": 10
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "rank": {
    "label": "Rank"
  },
  "artist": {
    "label": "Artist"
  },
  "trackTitle": {
    "label": "Track title"
  },
  "platform": {
    "label": "Platform"
  },
  "country": {
    "label": "Country"
  },
  "streams": {
    "label": "Streams"
  },
  "totalStreams": {
    "label": "Total streams"
  },
  "chartDate": {
    "label": "Chart date"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

This example demonstrates how to use [Kworb Music Charts Scraper](https://apify.com/crawlerbros/kworb-music-charts-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/kworb-music-charts-scraper) to learn more, explore other use cases, and run it yourself.