# Top Romance School Drama Anime Ratings

**Use case:** 

Generate a list of the highest-rated romance school drama anime from MyAnimeList. Access detailed scores and recommendations.

## Input

```json
{
  "mode": "searchAnime",
  "query": "romance school drama",
  "genres": [],
  "orderBy": "score",
  "sort": "desc",
  "year": 2024,
  "season": "fall",
  "animeId": "1",
  "animeIds": [],
  "maxResults": 100
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "malId": {
    "label": "MAL ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "popularity": {
    "label": "Popularity",
    "format": "number"
  },
  "members": {
    "label": "Members",
    "format": "number"
  },
  "url": {
    "label": "MAL URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [MyAnimeList Scraper — Anime & Manga Data, Ratings API](https://apify.com/logiover/mal-anime-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/mal-anime-scraper) to learn more, explore other use cases, and run it yourself.