# TV Schedule (today's airings) TVMaze TV Shows

**Use case:** 

Extract TVMaze TV Shows data filtered by TV Schedule (today's airings). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "schedule",
  "query": "breaking bad",
  "scheduleCountry": "US",
  "scheduleDate": "",
  "browseStartPage": 0,
  "includeEpisodes": false,
  "includeCast": false,
  "includeAkas": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Poster",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "genresText": {
    "label": "Genres",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "networkName": {
    "label": "Network",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "premiered": {
    "label": "Premiered",
    "format": "text"
  },
  "ended": {
    "label": "Ended",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "tvmazeUrl": {
    "label": "TVMaze",
    "format": "link"
  }
}
```

## About this Actor

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