# All iTunes Podcast Search

**Use case:** 

Extract iTunes Podcast Search data filtered by All. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "daily news",
  "country": "US",
  "genre": ""
}
```

## Output

```json
{
  "artworkUrl": {
    "label": "Artwork",
    "format": "image"
  },
  "collectionId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "artist": {
    "label": "Artist",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Genre",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "trackCount": {
    "label": "Episodes",
    "format": "number"
  },
  "feedUrl": {
    "label": "Feed URL",
    "format": "link"
  },
  "podcastUrl": {
    "label": "Apple URL",
    "format": "link"
  },
  "lastReleaseDate": {
    "label": "Last Release",
    "format": "text"
  }
}
```

## About this Actor

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