# Anime Kitsu Anime & Manga

**Use case:** 

Extract Kitsu Anime & Manga data filtered by Anime. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "naruto",
  "mediaType": "anime",
  "maxItems": 10,
  "sort": "relevance"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "mediaType": {
    "label": "🎬 Type",
    "format": "text"
  },
  "subtype": {
    "label": "🏷 Subtype",
    "format": "text"
  },
  "status": {
    "label": "📡 Status",
    "format": "text"
  },
  "averageRating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "ratingRank": {
    "label": "🏆 Rating Rank",
    "format": "number"
  },
  "popularityRank": {
    "label": "🔥 Popularity",
    "format": "number"
  },
  "startDate": {
    "label": "📅 Start",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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