# Top Tracks Last.fm | Music Scrobbles and Artists Standard

**Use case:** 

Standard Export of Last.fm | Music Scrobbles and Artists for Top Tracks. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "chartType": "tracks",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Cover",
    "format": "image"
  },
  "trackName": {
    "label": "Track",
    "format": "text"
  },
  "artistName": {
    "label": "Artist",
    "format": "text"
  },
  "albumName": {
    "label": "Album",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "listeners": {
    "label": "Listeners",
    "format": "number"
  },
  "playCount": {
    "label": "Play Count",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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