# Research Jamendo Film Score Music

**Use case:** 

Research Jamendo Film Score Music by scraping tracks, license data, genres, and streaming links for media projects.

## Input

```json
{
  "maxItems": 80,
  "country": "",
  "genre": "filmscore",
  "order": "bestof"
}
```

## Output

```json
{
  "id": {
    "label": "Track ID",
    "format": "text"
  },
  "name": {
    "label": "Title",
    "format": "text"
  },
  "duration": {
    "label": "Duration (s)",
    "format": "number"
  },
  "cover.small.size200": {
    "label": "Cover Art",
    "format": "image"
  },
  "stats.downloadedAll": {
    "label": "Downloads",
    "format": "number"
  },
  "stats.listenedAll": {
    "label": "Listens",
    "format": "number"
  },
  "stats.favorited": {
    "label": "Favorites",
    "format": "number"
  },
  "dateReleased": {
    "label": "Release Date",
    "format": "number"
  },
  "stream.mp3": {
    "label": "Stream URL",
    "format": "link"
  },
  "download.mp3": {
    "label": "Download URL",
    "format": "link"
  }
}
```

## About this Actor

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