VOOZH about

URL: https://apify.com/shiokoshi356/japan-anime-data

โ‡ฑ Japan Anime & Manga Scraper - MyAnimeList Data ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

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

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Shiokoshi356

Shiokoshi356

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

3 months 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.

You might also like

๐Ÿฅ Anime Scraper - MyAnimeList Scores & Rankings Data

benthepythondev/anime-scraper

Anime Scraper to extract anime data from MyAnimeList via the Jikan API. Get title, type, episodes, status, score, rank, popularity, studios, genres, themes, synopsis, season, year and artwork. Search by title or pull top-ranked lists. For anime databases, recommendation tools and Discord bots.

Jikan โ€” MyAnimeList Anime & Manga Scraper

moving_beacon-owner1/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.

2

MyAnimeList Scraper - Anime, Manga, Top Lists via Jikan

gio21/myanimelist-scraper

Scrape MyAnimeList anime, manga, and character data via the Jikan v4 public API. No login or key.

Jikan MyAnimeList Scraper

crawlerbros/jikan-scraper

Scrape MyAnimeList data via the Jikan API - search anime and manga by title, browse top-rated lists, filter by genre/type/status/rating, or fetch specific series by ID. Returns ratings, episode counts, genres, studios, synopsis, and more.

MyAnimeList Scraper

parseforge/myanimelist-scraper

Scrape anime and manga rankings from MyAnimeList. Get top-ranked titles with scores, genres, episodes, studios, synopsis, and member counts. Search by keyword or browse top charts. Filter by type, status, rating, minimum score, and sort order across 20,000+ titles.