# Analyze Popular Music Tracks for Content Creation

**Use case:** 

Scrape metadata for popular music tracks, including genre, mood, and author, to identify suitable background music for videos and podcasts. This allows content 

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "logo design",
  "assetType": "music",
  "sortBy": "popular",
  "startUrls": [],
  "maxItems": 200
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "assetType": {
    "label": "Asset type"
  },
  "author": {
    "label": "Author"
  },
  "publishDate": {
    "label": "Publish date"
  },
  "isNew": {
    "label": "Is new"
  },
  "thumbnailUrl": {
    "label": "Thumbnail url"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Envato Elements Asset Scraper](https://apify.com/crawlerbros/envato-elements-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/envato-elements-scraper) to learn more, explore other use cases, and run it yourself.