# Compare Shazam charts across countries

**Use case:** 

Extract ranked tracks from multiple Shazam country charts in one run for A&R, label research, playlist planning, and regional music-market analysis.

## Input

```json
{
  "chartType": "top-200",
  "countries": [
    "finland",
    "germany",
    "united-kingdom"
  ],
  "startUrls": [],
  "maxItems": 300,
  "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.