# Track globally viral songs on Shazam

**Use case:** 

Capture Shazam's global Viral chart as structured track records for scheduled trend monitoring, rising-song detection, and downstream music analysis.

## Input

```json
{
  "chartType": "viral",
  "countries": [
    "world"
  ],
  "startUrls": [],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "trackTitle": {
    "label": "Track",
    "format": "string"
  },
  "artists": {
    "label": "Artists",
    "format": "array"
  },
  "chartType": {
    "label": "Chart type",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "songId": {
    "label": "Song ID",
    "format": "string"
  },
  "songUrl": {
    "label": "Shazam song",
    "format": "string"
  },
  "artworkUrl": {
    "label": "Artwork",
    "format": "string"
  },
  "sourceChartUrl": {
    "label": "Source chart",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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