# Podcast Index Episodes Data Export

**Use case:** 

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

## Input

```json
{
  "query": "technology",
  "maxItems": 100
}
```

## Output

```json
{
  "image": {
    "label": "image",
    "format": "text"
  },
  "podcast_id": {
    "label": "podcast_id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "author": {
    "label": "author",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "feed_url": {
    "label": "feed_url",
    "format": "text"
  },
  "categories": {
    "label": "categories",
    "format": "date"
  },
  "episode_count": {
    "label": "episode_count",
    "format": "text"
  },
  "latest_pub_date": {
    "label": "latest_pub_date",
    "format": "date"
  },
  "language": {
    "label": "language",
    "format": "text"
  },
  "itunes_id": {
    "label": "itunes_id",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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