# TV Shows Rotten Tomatoes | Movie and TV Ratings

**Use case:** 

Extract Rotten Tomatoes | Movie and TV Ratings data filtered by TV Shows. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "browseType": "tv",
  "sortBy": "popular",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Poster",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "tomatoScore": {
    "label": "Tomatometer %",
    "format": "number"
  },
  "audienceScore": {
    "label": "Audience %",
    "format": "number"
  },
  "genre": {
    "label": "Genre",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "runtime": {
    "label": "Runtime",
    "format": "text"
  },
  "director": {
    "label": "Director",
    "format": "text"
  },
  "streamingServices": {
    "label": "Streaming",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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