# Anime AniList Anime and Manga Standard Export

**Use case:** 

Standard Export of AniList Anime and Manga for Anime. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "query": "naruto",
  "type": "ANIME",
  "format": "",
  "status": "",
  "season": "",
  "seasonYear": 0,
  "genre": "",
  "sort": "POPULARITY_DESC"
}
```

## Output

```json
{
  "coverUrl": {
    "label": "Cover",
    "format": "image"
  },
  "titleEnglish": {
    "label": "Title (EN)",
    "format": "text"
  },
  "titleRomaji": {
    "label": "Title (Romaji)",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "episodes": {
    "label": "Episodes",
    "format": "number"
  },
  "chapters": {
    "label": "Chapters",
    "format": "number"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "seasonYear": {
    "label": "Year",
    "format": "number"
  },
  "averageScore": {
    "label": "Score",
    "format": "number"
  },
  "popularity": {
    "label": "Popularity",
    "format": "number"
  },
  "genresText": {
    "label": "Genres",
    "format": "text"
  },
  "studiosText": {
    "label": "Studios",
    "format": "text"
  },
  "anilistUrl": {
    "label": "AniList",
    "format": "link"
  }
}
```

## About this Actor

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