# Monitor New Jamendo Pop Releases

**Use case:** 

Monitor New Jamendo Pop Releases by scraping fresh public track metadata for cataloging and trend analysis.

## Input

```json
{
  "maxItems": 80,
  "country": "",
  "genre": "pop",
  "order": "latest"
}
```

## 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.