# TheAudioDB Music Artist and Album Data Export

**Use case:** 

Data Export of TheAudioDB Music Artist and Album. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchArtists": [
    "Coldplay"
  ],
  "includeAlbums": true,
  "includeArtist": true,
  "maxItems": 100,
  "apiKey": "2"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "recordType": {
    "label": "🏷 Type",
    "format": "text"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "artist": {
    "label": "🎤 Artist",
    "format": "text"
  },
  "genre": {
    "label": "🎵 Genre",
    "format": "text"
  },
  "country": {
    "label": "🌍 Country",
    "format": "text"
  },
  "yearReleased": {
    "label": "📅 Year",
    "format": "text"
  },
  "formedYear": {
    "label": "📆 Formed",
    "format": "text"
  },
  "sourceUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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