# Search Spotify AI podcasts and episodes

**Use case:** 

Find public Spotify podcast shows and episodes about artificial intelligence and export their publisher, date, duration, and link metadata.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "mode": "both",
  "maxItems": 20
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "string"
  },
  "name": {
    "label": "Title",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "showName": {
    "label": "Show",
    "format": "string"
  },
  "releaseDate": {
    "label": "Published",
    "format": "string"
  },
  "durationSeconds": {
    "label": "Duration (seconds)",
    "format": "number"
  },
  "url": {
    "label": "Spotify URL",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Spotify Podcast and Episode Search Scraper](https://apify.com/automation-lab/spotify-podcast-episode-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/spotify-podcast-episode-search) to learn more, explore other use cases, and run it yourself.