AniList Anime & Manga Scraper avatar

AniList Anime & Manga Scraper

Pricing

from $3.00 / 1,000 media

Go to Apify Store
AniList Anime & Manga Scraper

AniList Anime & Manga Scraper

Anime & manga data from AniList's open API: trending, top-rated, most-popular, seasonal charts and search. No API key.

Pricing

from $3.00 / 1,000 media

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

AniList Anime & Manga Scraper ๐ŸŒธ

Trending anime, top-rated manga, seasonal charts and title search โ€” straight from AniList's open API. No API key, no login, no browser.

Pull clean, structured anime & manga data from AniList: what's trending right now, the highest-rated series of all time, the most popular titles, full seasonal charts (Winter/Spring/Summer/Fall of any year), or a simple title search. Perfect for anime recommendation apps, seasonal-chart dashboards, Discord bots, tracking tools and research.

Powered by AniList's public GraphQL API โ€” open data, no key required. Fully testable out of the box.


What you can build with it

  • ๐Ÿ”ฅ Trending tracker โ€” snapshot what's hot each week and feed a "what to watch now" list.
  • โญ Top-100 rankings โ€” highest-scored anime or manga of all time.
  • ๐ŸŒธ Seasonal charts โ€” every show airing in Summer 2026 with live episode countdowns.
  • ๐Ÿ”Ž Title lookup โ€” resolve a name to scores, studios, genres, artwork and AniList/MyAnimeList IDs.
  • ๐Ÿค– Discord / Telegram bots โ€” power an "!anime
  • ๐Ÿ“Š Recommendation engines โ€” filter by genre + minimum score to seed a catalog.

Features

  • โœ… No API key โ€” AniList's open GraphQL endpoint, works instantly.
  • โœ… Anime and manga โ€” one Actor, both libraries.
  • โœ… 6 modes โ€” trending, top-rated, most-popular, most-favourited, seasonal, search.
  • โœ… Rich records โ€” scores, popularity, favourites, genres, tags, studios, cover art, next-episode countdown, AniList + MyAnimeList IDs.
  • โœ… Filters โ€” genre and minimum score on top of any mode.
  • โœ… Low-maintenance โ€” stable public API, one clean record per title.

Input

FieldDescription
Modetrending / top-rated / most-popular / most-favourited / seasonal / search.
Anime or MangaWhich library to pull from.
Search titleFree-text title search (Search mode).
Season / Season yeare.g. Summer + 2026 (Seasonal mode).
GenreOptional filter, e.g. Action, Romance, Sports.
Minimum scoreOptional 0โ€“100 average-score floor.
Max resultsHow many titles to return.
{
"mode": "trending",
"mediaType": "ANIME",
"maxResults": 50
}

Example โ€” Summer 2026 seasonal chart

{
"mode": "seasonal",
"mediaType": "ANIME",
"season": "SUMMER",
"seasonYear": 2026,
"maxResults": 100
}

Example โ€” top-rated Sports anime

{
"mode": "top-rated",
"mediaType": "ANIME",
"genre": "Sports",
"minScore": 80
}

Output

One row per title:

{
"id": 154587,
"id_mal": 52991,
"title_romaji": "Sousou no Frieren",
"title_english": "Frieren: Beyond Journeyโ€™s End",
"title_native": "่‘ฌ้€ใฎใƒ•ใƒชใƒผใƒฌใƒณ",
"type": "ANIME",
"format": "TV",
"status": "FINISHED",
"episodes": 28,
"average_score": 91,
"popularity": 459331,
"favourites": 40000,
"genres": ["Adventure", "Drama", "Fantasy"],
"tags": ["Elf", "Magic", "Time Skip"],
"studios": ["Madhouse"],
"season": "FALL",
"season_year": 2023,
"cover_image": "https://s4.anilist.co/file/...jpg",
"next_episode": null,
"next_airing_in_sec": null,
"url": "https://anilist.co/anime/154587"
}

Manga rows include chapters / volumes; currently-airing anime include next_episode, next_airing_at and next_airing_in_sec (a live countdown).

Run it on a schedule

Schedule the Actor to snapshot trending or seasonal charts over time and connect a Google Sheets / Slack / Discord webhook integration to build your own anime dashboard or airing-notifier.

Notes & limitations

  • Uses AniList's open GraphQL API โ€” no key needed.
  • Genres/scores are point-in-time snapshots at run time.
  • Data attribution: powered by AniList.
  • Public catalog data (non-personal).

Keywords

AniList, anime scraper, manga scraper, anime API, anime data, manga data, anime list, seasonal anime, trending anime, top anime, anime rankings, anime ratings, MyAnimeList, MAL, anime database, anime charts, airing schedule, anime tracker, otaku data, anime dashboard, Japan, anime recommendations.