# Podcast Host   Shows, Hosts & Contact Data — Full Export

**Use case:** 

Scrape the full podcast host - shows, hosts & contact data dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract podcast host - shows, hosts & contact data for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "categories": [
    "business",
    "technology"
  ],
  "maxPagesPerCategory": 5,
  "maxItems": 200
}
```

## Output

```json
{
  "show_name": {
    "label": "Show Name",
    "format": "string"
  },
  "publisher": {
    "label": "Publisher",
    "format": "string"
  },
  "host_names": {
    "label": "Host Names",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "episode_count": {
    "label": "Episode Count",
    "format": "number"
  },
  "profile_url": {
    "label": "Profile Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Podcast Host Directory Scraper - Shows, Hosts & Contact Data](https://apify.com/jungle_synthesizer/podcast-host-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/podcast-host-directory-scraper) to learn more, explore other use cases, and run it yourself.