Japan Anime Data from MyAnimeList
Pricing
Pay per usage
Japan Anime Data from MyAnimeList
Scrape anime and manga data from MyAnimeList via Jikan API. Get titles, scores, episodes, genres, studios, and rankings. Search by genre, season, or top rankings.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Shiokoshi356
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Japan Anime Data
Scrape anime and manga data from MyAnimeList via Jikan API. Get titles, scores, episodes, genres, studios, and rankings. Search by genre, season, or top rankings.
What does this actor do?
This actor extracts structured data and outputs it in a clean, machine-readable JSON format. All results are available via the Apify API and can be exported to CSV, JSON, Excel, and other formats.
Input parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Search Query | string | No | - | Search anime by name (e.g., 'Naruto', 'Attack on Titan'). |
| Top Rankings Type | string | No | - | Get top rankings for anime or manga. Options: anime, manga |
| Season Year | integer | No | - | Year for seasonal anime lookup (e.g., 2026). |
| Season | string | No | - | Season for seasonal anime lookup. Options: winter, spring, summer, fall |
| Max Results | integer | No | 50 | Maximum number of results to return. |
| Log Level | string | No | INFO | Logging verbosity. Options: DEBUG, INFO, WARNING, ERROR |
Output format
Each result item contains the following fields:
{"mal_id": "...","title": "...","title_english": "...","title_japanese": "...","type": "...","episodes": "...","status": "...","score": "...","scored_by": "...","rank": "...","popularity": "...","members": "...","synopsis": "...","genres": "...","themes": "...","studios": "...","season": "...","year": "...","aired_from": "...","aired_to": "...","source": "...","rating": "...","url": "...","image_url": "...","data_source": "...","Args": "...","raw": "...","Returns": "..."}
How to use
Via Apify Console
- Navigate to this actor's page on Apify Store
- Configure the input parameters
- Click Start and wait for the run to complete
- Download results from the Dataset tab
Via Apify API
from apify_client import ApifyClientclient = ApifyClient("<YOUR_API_TOKEN>")run = client.actor("<ACTOR_ID>").call(run_input={"max_results": 100})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(item)
Integrations
This actor can be connected to various cloud services and web apps using integrations. You can integrate with services like Google Sheets, Slack, Zapier, Make, GitHub, and many more.
Pricing
This actor uses a pay-per-result pricing model at approximately $5 per 1,000 results. Actual costs may vary based on the complexity of the data extraction.