MyAnimeList Scraper
Pricing
from $8.00 / 1,000 results
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.
Pricing
from $8.00 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
9 days ago
Last modified
Categories
Share

๐ MyAnimeList Scraper
๐ Collect structured anime data from MyAnimeList with titles, scores, rankings, genres, studios, synopses, and community stats. Browse top charts or search by keyword with filters.
๐ Last updated: 2026-04-17
MyAnimeList is the largest anime and manga community on the web, with millions of users rating and reviewing thousands of titles. This Actor taps into that database and returns structured records with scores, rankings, episode counts, studios, genres, multi-language titles, synopses, and community engagement data. You can browse the top anime charts with filters or search for specific shows by keyword.
If you are building a recommendation engine, analyzing genre trends, curating top-10 lists, or tracking which studios produce the highest-rated shows, this scraper does the data collection in seconds. Set it on a weekly schedule and keep your anime database fresh without ever opening a browser.
| Target | MyAnimeList |
|---|---|
| Use Cases | Anime recommendation engines, trend analysis, content curation, market research |
๐ What it does
- ๐ Anime metadata. Titles (English, Japanese, romaji), episode counts, duration, airing status, and age ratings.
- โญ Scores and rankings. Community scores (1-10), overall rank, popularity rank, member counts, and favorites.
- ๐จ Studios and genres. Production studio names and genre tags for each anime title.
- ๐ Two collection modes. Browse the top anime charts or search by keyword.
- ๐๏ธ Rich filtering. Filter by type (TV, Movie, OVA), status, age rating, minimum score, and sort order.
Each record includes the MAL ID, page URL, cover image, multi-language titles, type, episodes, status, score, rank, popularity, member count, synopsis, genres, studios, season, year, duration, rating, and scrape timestamp.
๐ก Why it matters: Manually browsing MyAnimeList and copying data into spreadsheets takes hours for even 50 titles. This Actor collects thousands of anime records with consistent formatting in a single run.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded dataset.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
mode | string | "top_anime" | Collection mode. "top_anime" browses the ranking charts. "search" finds anime by keyword. |
query | string | "" | Search keyword (only used in search mode). Example: "Naruto", "mecha", "isekai". |
maxItems | integer | 10 | Maximum anime to return. Free users are limited to 10. Paid users can request up to 1,000,000. |
type | string | "" | Filter by type: TV, Movie, OVA, Special, ONA, or Music. |
status | string | "" | Filter by airing status: Airing, Complete, or Upcoming. |
rating | string | "" | Filter by age rating: G, PG, PG-13, R-17+, or R+. |
minScore | number | - | Only return anime scored at or above this threshold (1-10). |
orderBy | string | "" | Sort by: score, popularity, rank, members, or favorites. |
Example: Top 50 completed TV anime scored 8 or higher.
{"mode": "top_anime","maxItems": 50,"type": "tv","status": "complete","minScore": 8}
Example: Search for "isekai" anime movies.
{"mode": "search","query": "isekai","type": "movie","maxItems": 25}
โ ๏ธ Good to Know: The underlying API has rate limits. The Actor handles them automatically with retries and delays, so large requests may take a bit longer. Community scores update continuously as users add ratings.
๐ Output
Each record contains 20+ fields. Download as CSV, Excel, JSON, or XML.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ผ๏ธ imageUrl | string | "https://cdn.myanimelist.net/images/anime/1208/94745l.jpg" |
๐ title | string | "Fullmetal Alchemist: Brotherhood" |
๐ฌ๐ง titleEnglish | string | "Fullmetal Alchemist: Brotherhood" |
๐ฏ๐ต titleJapanese | string | "้ผใฎ้ฌ้่กๅธซ FULLMETAL ALCHEMIST" |
๐ url | string | "https://myanimelist.net/anime/5114/..." |
๐ malId | integer | 5114 |
๐ฌ type | string | "TV" |
๐บ episodes | integer | 64 |
โญ score | number | 9.1 |
๐ rank | integer | 1 |
๐ฅ members | integer | 3200000 |
๐จ genres | array | ["Action", "Adventure", "Drama", "Fantasy"] |
๐ข studios | array | ["Bones"] |
๐ synopsis | string | "After a failed alchemical experiment..." |
๐
year | integer | 2009 |
๐ scrapedAt | string | "2026-04-09T12:00:00.000Z" |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ | Two collection modes. Browse top anime charts or search by keyword. |
| ๐๏ธ | Rich filtering. Filter by type, status, age rating, minimum score, and sort order. |
| ๐ | Multi-language titles. English, Japanese, and romaji titles for every anime. |
| ๐จ | Studio and genre data. Structured arrays, not buried in page HTML. |
| โญ | Community metrics. Scores, ranks, popularity, member counts, and favorites. |
| ๐ | Schedule-ready. Set weekly runs to keep your anime database current. |
| ๐ | Multiple exports. Download as CSV, Excel, JSON, or XML. |
MyAnimeList has over 20,000 anime entries and millions of community ratings, making it the most complete anime database available publicly.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Setup |
|---|---|---|---|---|
| โญ MyAnimeList Scraper (this Actor) | $5 free credit, then pay-per-use | Full MAL catalog | Live per run | โก 2 min |
| Manual browsing | Free | Limited by time | Manual checks | ๐ Hours |
| Official API integration | Free | Full access | Per request | ๐ง 1-2 hours |
| Third-party data providers | $100+/mo | Varies | Weekly | ๐ 30 min |
Pick this Actor when you want structured anime data fast, without writing API integration code or managing rate limits yourself.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the MyAnimeList Scraper page on the Apify Store.
- ๐ฏ Set input. Choose a mode (top anime or search), apply filters, and set your max items.
- ๐ Run it. Click Start and let the Actor collect your data.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐ Automating MyAnimeList Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Run it weekly to keep your anime database up to date with the latest scores and rankings.
๐ Integrate with any app
MyAnimeList Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications
- Airbyte - Pipe data into your warehouse
- GitHub - Trigger runs from commits
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes.
๐ Recommended Actors
- ๐ค Hugging Face Model Scraper - Collect AI model metadata from Hugging Face
- ๐ Smart Apify Actor Scraper - Scrape Apify Store actors with 70+ fields
- ๐ฐ PR Newswire Scraper - Collect press releases and corporate news
- ๐ช Hubspot Marketplace Scraper - Extract HubSpot app marketplace data
- ๐ง HTML to JSON Smart Parser - Parse any web page into structured JSON
๐ก Pro Tip: browse the complete ParseForge collection for more data scrapers and tools.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by MyAnimeList Co., Ltd. All trademarks mentioned are the property of their respective owners. Only publicly available data is collected.