# Stranger Things TV Shows Scraper

**Use case:** 

Scrape TV show data for stranger things with genres, rating, status, network, premiere date and summary for media research.

## Input

```json
{
  "searchQuery": "stranger things",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Show"
  },
  "type": {
    "label": "Type"
  },
  "language": {
    "label": "Language"
  },
  "genres": {
    "label": "Genres"
  },
  "status": {
    "label": "Status"
  },
  "premiered": {
    "label": "Premiered"
  },
  "ended": {
    "label": "Ended"
  },
  "networkName": {
    "label": "Network"
  },
  "rating": {
    "label": "Rating"
  },
  "url": {
    "label": "Link"
  }
}
```

## About this Actor

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