# Attack on Titan Full Details from MyAnimeList

**Use case:** 

Retrieve comprehensive data for Attack on Titan, including ratings, characters, and more from MyAnimeList. Get structured insights for analysis.

## Input

```json
{
  "mode": "animeDetails",
  "query": "naruto",
  "genres": [],
  "orderBy": "score",
  "sort": "desc",
  "year": 2024,
  "season": "fall",
  "animeId": "16498",
  "animeIds": [],
  "maxResults": 1
}
```

## 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.