# Naruto Anime Catalog

**Use case:** 

Search Naruto titles in Kitsu with synopsis, ratings, episode counts, dates, age ratings, poster images, and canonical links.

## Input

```json
{
  "query": "naruto",
  "maxResults": 3
}
```

## Output

```json
{
  "anime_id": {
    "label": "Anime Id",
    "format": "text"
  },
  "resource_type": {
    "label": "Resource Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "titles": {
    "label": "Titles",
    "format": "text"
  },
  "subtype": {
    "label": "Subtype",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "start_date": {
    "label": "Start Date",
    "format": "date"
  },
  "end_date": {
    "label": "End Date",
    "format": "date"
  },
  "episode_count": {
    "label": "Episode Count",
    "format": "number"
  },
  "episode_length": {
    "label": "Episode Length",
    "format": "text"
  },
  "age_rating": {
    "label": "Age Rating",
    "format": "text"
  },
  "average_rating": {
    "label": "Average Rating",
    "format": "text"
  },
  "popularity_rank": {
    "label": "Popularity Rank",
    "format": "number"
  },
  "rating_rank": {
    "label": "Rating Rank",
    "format": "number"
  },
  "poster_url": {
    "label": "Poster Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Kitsu Anime Scraper - Titles, Ratings and Episodes](https://apify.com/benthepythondev/kitsu-anime-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/kitsu-anime-scraper) to learn more, explore other use cases, and run it yourself.