# Creators (Hosts & Guests) Podchaser Podcast, Episode &

**Use case:** 

Extract Podchaser Podcast, Episode & Creator data filtered by Creators (Hosts & Guests). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "Joe Rogan",
  "searchType": "creators",
  "maxItems": 10,
  "includeChartPositions": false,
  "chartCountry": "us"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description"
  },
  "rating": {
    "label": "Rating"
  },
  "category": {
    "label": "Category"
  },
  "network": {
    "label": "Network"
  }
}
```

## About this Actor

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