Anichart-scraper
Pricing
from $1.90 / 1,000 results
Go to Apify Store

Anichart-scraper
Scrape seasonal anime data from AniChart.net — the popular seasonal anime chart site. Filter by season, year, genre, and format. Powered by the AniList GraphQL API.
Pricing
from $1.90 / 1,000 results
Rating
0.0
(0)
Developer
Banea Teodor
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
AniChart Seasonal Anime Scraper
Scrape seasonal anime data from AniChart.net — the popular seasonal anime chart site. Filter by season, year, genre, and format. Powered by the AniList GraphQL API.
What does this Actor do?
- Scrapes anime listings from AniChart for any season from 2009 to today
- Filters by genre (Action, Comedy, Romance, etc.) and format (TV, Movie, OVA…)
- Returns rich metadata: titles, scores, studios, cover images, descriptions, air dates
- Supports three modes: current season, single season, or full archive scrape
Why use this Actor?
- Structured data — every field is typed and consistently present (nulls, not missing keys)
- Fast — direct GraphQL API calls, no browser required
- Reliable — state persists across Actor migrations; rate-limit-aware (25 req/min)
- Flexible — combine season + genre + format filters freely
How much does it cost?
Each anime item costs $0.0019. A typical single-season run (~100 anime) costs ~$0.19. Scraping the full archive (~7,000 anime, 2009–today) costs ~$13.
Input
| Field | Type | Default | Description |
|---|---|---|---|
season | string | — | WINTER / SPRING / SUMMER / FALL (with year) |
year | integer | — | Year of the season to scrape |
scrapeAll | boolean | false | Scrape all seasons in the year range |
yearFrom | integer | 2009 | Start year for scrapeAll |
yearTo | integer | current | End year for scrapeAll |
genres | string[] | — | Filter: Action, Comedy, Drama, Fantasy, etc. |
formats | string[] | — | Filter: TV, MOVIE, OVA, ONA, SPECIAL |
sort | string | POPULARITY_DESC | Sort order |
includeAdult | boolean | false | Include 18+ content |
Output example
{"id": 151807,"url": "https://anilist.co/anime/151807","anichartUrl": "https://anichart.net/2024-Winter","titleRomaji": "Ore dake Level Up na Ken","titleEnglish": "Solo Leveling","titleNative": "俺だけレベルアップな件","season": "WINTER","seasonYear": 2024,"genres": ["Action", "Adventure", "Fantasy"],"format": "TV","status": "FINISHED","episodes": 12,"duration": 24,"startDate": "2024-01-07","endDate": "2024-03-31","averageScore": 81,"popularity": 414979,"favourites": 19055,"studios": [{ "name": "A-1 Pictures", "url": "https://anilist.co/studio/561", "isAnimationStudio": true }],"coverImage": "https://s4.anilist.co/file/anilistcdn/media/anime/cover/medium/bx151807.png","description": "They say whatever doesn't kill you makes you stronger...","isAdult": false,"scrapedAt": "2026-06-13T10:00:00.000Z"}
Tips
- Leave
seasonandyearblank to quickly scrape the current season - Genre filter uses AND logic — selecting both "Action" and "Comedy" returns only anime with both genres
- The
tagsfield contains fine-grained AniList tags (e.g., "Male Protagonist", "Isekai") for deeper filtering downstream