Jikan — MyAnimeList Anime & Manga Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store

Jikan — MyAnimeList Anime & Manga Scraper
Scrapes anime and manga data from MyAnimeList via the Jikan REST API v4. No API key required. Features 9 scrape modes — top rankings, keyword search, seasonal anime, weekly schedules, direct ID lookup, genre browsing.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Jamshaid Arif
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🎌 Jikan — MyAnimeList Anime & Manga Scraper — Apify Actor
Scrapes anime and manga data from MyAnimeList via the Jikan REST API v4. No API key required.
Features
- 9 scrape modes — top rankings, keyword search, seasonal anime, weekly schedules, direct ID lookup, genre browsing.
- Both anime & manga — every mode works for either media type.
- Rich filters — type, status, rating, score range, genres, sort order.
- 5 optional extras — characters & voice actors, episode lists, recommendations, review summaries, score distributions.
- Auto-pagination — fetches up to 40 pages (1,000 items) with built-in rate limiting.
- 3 output formats — enriched (30+ flat fields), raw API, or minimal.
Scrape Modes
| Mode | What it does |
|---|---|
top_anime | MAL top anime ranked by score/popularity |
top_manga | MAL top manga ranked by score/popularity |
search_anime | Keyword search with filters |
search_manga | Keyword search for manga |
seasonal | Anime from a specific season (Winter/Spring/Summer/Fall) and year |
schedule | Weekly airing schedule by day |
anime_by_ids | Fetch full details for specific MAL anime IDs |
manga_by_ids | Fetch full details for specific MAL manga IDs |
genre_browse | All anime/manga in selected genres |
Input Examples
Top 100 Anime
{"mode": "top_anime","orderBy": "score","sortDirection": "desc","maxPages": 4,"outputFormat": "enriched"}
Search Action Anime with Characters
{"mode": "search_anime","searchQuery": "dragon","genres": "1","mediaType": "tv","status": "complete","minScore": 7.0,"fetchExtras": ["characters", "statistics"],"maxPages": 2,"outputFormat": "enriched"}
Spring 2025 Season
{"mode": "seasonal","seasonYear": 2025,"season": "spring","maxPages": 4}
Specific Anime by IDs
{"mode": "anime_by_ids","malIds": "1,5,20,21,11061,16498,38000","fetchExtras": ["characters", "episodes", "recommendations"],"outputFormat": "enriched"}
Enriched Output Fields
| Field | Example |
|---|---|
mal_id | 1 |
title | Cowboy Bebop |
title_english | Cowboy Bebop |
title_japanese | カウボーイビバップ |
url | https://myanimelist.net/anime/1 |
type | TV |
source | Original |
status | Finished Airing |
score | 8.75 |
scored_by | 950234 |
rank | 28 |
popularity | 43 |
members | 1823456 |
favorites | 78543 |
episodes | 26 |
duration | 24 min per ep |
rating | R - 17+ (violence & profanity) |
synopsis | In the year 2071, humanity… |
season | spring |
year | 1998 |
aired_from | 1998-04-03T00:00:00+00:00 |
aired_to | 1999-04-24T00:00:00+00:00 |
genres | Action, Drama, Sci-Fi |
themes | Adult Cast, Space |
demographics | |
studios | Sunrise |
producers | Bandai Visual |
image_url | https://cdn.myanimelist.net/… |
trailer_url | https://youtube.com/… |
Extra Fields (when fetched)
| Extra | Fields Added |
|---|---|
| Characters | characters (array of name/role/VA), character_count |
| Episodes | episodes_list (array of number/title/aired/filler), episodes_fetched |
| Recommendations | recommendations (array of title/votes) |
| Statistics | stats_watching, stats_completed, stats_dropped, stats_total, score_distribution |
| Reviews | review_count, avg_review_score, top_review_excerpt |
MAL Genre IDs
| ID | Genre | ID | Genre | ID | Genre |
|---|---|---|---|---|---|
| 1 | Action | 10 | Fantasy | 22 | Romance |
| 2 | Adventure | 14 | Horror | 24 | Sci-Fi |
| 4 | Comedy | 7 | Mystery | 36 | Slice of Life |
| 8 | Drama | 25 | Shoujo | 37 | Supernatural |
| 9 | Ecchi | 27 | Shounen | 41 | Thriller |
Combine multiple genres: "genres": "1,10,24" (Action + Fantasy + Sci-Fi).