# Canada Songlink / Odesli Cross-Platform Music Resolver

**Use case:** 

Extract Songlink / Odesli Cross-Platform Music Resolver data filtered by Canada. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "trackUrls": [
    "https://open.spotify.com/track/0Jcij1eWd5bDMU5iPbxe2i",
    "https://open.spotify.com/track/7qiZfU4dY1lWllzX7mPBI3",
    "https://music.apple.com/us/album/blinding-lights/1499378108?i=1499378615"
  ],
  "userCountry": "CA",
  "songIfSingle": true
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Artwork",
    "format": "image"
  },
  "thumbnailWidth": {
    "label": "Thumbnail width"
  },
  "thumbnailHeight": {
    "label": "Thumbnail height"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artistName": {
    "label": "Artist",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "pageUrl": {
    "label": "Songlink Page",
    "format": "link"
  },
  "inputUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "entityUniqueId": {
    "label": "Entity unique id"
  },
  "userCountry": {
    "label": "Country",
    "format": "text"
  },
  "platformCount": {
    "label": "Platforms",
    "format": "number"
  },
  "availablePlatforms": {
    "label": "Available platforms"
  },
  "primaryApiProvider": {
    "label": "Primary api provider"
  },
  "spotifyUrl": {
    "label": "Spotify",
    "format": "link"
  },
  "appleMusicUrl": {
    "label": "Apple Music",
    "format": "link"
  },
  "itunesUrl": {
    "label": "Itunes url"
  },
  "youtubeUrl": {
    "label": "YouTube",
    "format": "link"
  },
  "youtubeMusicUrl": {
    "label": "Youtube music url"
  },
  "tidalUrl": {
    "label": "Tidal",
    "format": "link"
  },
  "deezerUrl": {
    "label": "Deezer",
    "format": "link"
  },
  "amazonMusicUrl": {
    "label": "Amazon Music",
    "format": "link"
  },
  "amazonStoreUrl": {
    "label": "Amazon store url"
  },
  "pandoraUrl": {
    "label": "Pandora url"
  },
  "soundcloudUrl": {
    "label": "Soundcloud url"
  },
  "anghamiUrl": {
    "label": "Anghami url"
  },
  "boomplayUrl": {
    "label": "Boomplay url"
  },
  "napsterUrl": {
    "label": "Napster url"
  },
  "yandexUrl": {
    "label": "Yandex url"
  },
  "audiusUrl": {
    "label": "Audius url"
  },
  "audiomackUrl": {
    "label": "Audiomack url"
  },
  "allPlatformLinks": {
    "label": "All platform links"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Songlink / Odesli Cross-Platform Music Resolver](https://apify.com/parseforge/songlink-odesli-cross-platform-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/songlink-odesli-cross-platform-scraper) to learn more, explore other use cases, and run it yourself.