# MyAnimeList anime scraper keyword search example

**Use case:** 

Search MyAnimeList anime and export scores, ranks, popularity, studios, genres, images, dates, and canonical URLs.

## Input

```json
{
  "mode": "search",
  "recordType": "anime",
  "query": "cyberpunk",
  "ids": [
    52991
  ],
  "year": 2025,
  "season": "spring",
  "maxItems": 25,
  "sfw": true,
  "enrichCharacters": false,
  "maxCharacters": 10,
  "enrichRecommendations": false,
  "maxRecommendations": 10,
  "enrichReviews": false,
  "maxReviews": 5
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "malId": {
    "label": "MAL ID",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "titleEnglish": {
    "label": "English title",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "popularity": {
    "label": "Popularity",
    "format": "number"
  },
  "members": {
    "label": "Members",
    "format": "number"
  },
  "episodes": {
    "label": "Episodes",
    "format": "number"
  },
  "chapters": {
    "label": "Chapters",
    "format": "number"
  },
  "season": {
    "label": "Season",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "number"
  },
  "genres": {
    "label": "Genres",
    "format": "array"
  },
  "studios": {
    "label": "Studios",
    "format": "array"
  },
  "url": {
    "label": "MyAnimeList",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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