Welcome to AnimeScraper’s documentation!

This project is a Python library for scraping and parsing anime data from MyAnimeList.

warning

This library requires python 3.10 +

📦 Features

  • Fetch anime details (title, synopsis, etc.)

  • Get character information (name, age, etc.)

  • Supports Fast asynchronous fetching 🚀

  • Asynchronous caching ⛁

  • Supports synchronous fetching

  • Rate Limiting

  • More features coming soon…

🛠️ Installation

To install the library, use:

# Linux/MacOS
python3 -m pip install -U AnimeScraper

# Windows
py -3 -m pip install -U AnimeScraper

Contents