# Songkick Events Data Export

**Use case:** 

Data Export of Songkick Events. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.songkick.com/concerts",
  "maxItems": 100
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "image"
  },
  "artist": {
    "label": "🎤 Artist",
    "format": "text"
  },
  "venue": {
    "label": "🏟️ Venue",
    "format": "text"
  },
  "city": {
    "label": "🏙️ City",
    "format": "text"
  },
  "date": {
    "label": "📅 Date",
    "format": "text"
  },
  "lineup": {
    "label": "👥 Lineup",
    "format": "array"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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