# Setlist.fm Concerts Latest Results

**Use case:** 

Latest Results of Setlist.fm Concerts. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "artistName": "Radiohead",
  "maxItems": 25
}
```

## Output

```json
{
  "setlist_id": {
    "label": "setlist_id",
    "format": "text"
  },
  "artist": {
    "label": "artist",
    "format": "text"
  },
  "venue": {
    "label": "venue",
    "format": "text"
  },
  "city": {
    "label": "city",
    "format": "text"
  },
  "country": {
    "label": "country",
    "format": "text"
  },
  "tour": {
    "label": "tour",
    "format": "text"
  },
  "event_date": {
    "label": "event_date",
    "format": "date"
  },
  "songs": {
    "label": "songs",
    "format": "text"
  },
  "encore": {
    "label": "encore",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "text"
  },
  "last_updated": {
    "label": "last_updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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