Japan Anime Data from MyAnimeList avatar

Japan Anime Data from MyAnimeList

Pricing

Pay per usage

Go to Apify Store
Japan Anime Data from MyAnimeList

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

Shiokoshi356

Maintained by Community

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

ParameterTypeRequiredDefaultDescription
Search QuerystringNo-Search anime by name (e.g., 'Naruto', 'Attack on Titan').
Top Rankings TypestringNo-Get top rankings for anime or manga. Options: anime, manga
Season YearintegerNo-Year for seasonal anime lookup (e.g., 2026).
SeasonstringNo-Season for seasonal anime lookup. Options: winter, spring, summer, fall
Max ResultsintegerNo50Maximum number of results to return.
Log LevelstringNoINFOLogging 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

  1. Navigate to this actor's page on Apify Store
  2. Configure the input parameters
  3. Click Start and wait for the run to complete
  4. Download results from the Dataset tab

Via Apify API

from apify_client import ApifyClient
client = 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.