Anime & Manga Scraping Engine

AIKOUU
API

High-performance anime & manga data engine powering the Aikouu.

Zero-latency Cache

Triple-shield Redis failover with Stale-While-Revalidate and request coalescing for instant responses.

Cloudflare Bypass

Headless Puppeteer with automatic CF clearance cookie harvesting and rotation every 3 hours.

Multi-Provider

Anime via AnimePahe & AniNeko. Manga via MangaFire, MangaKatana & MangaBuddy — with smart fallback.

Image Proxy

On-the-fly WebP conversion via Sharp. Whitelisted domains, size limits, and browser-compatible caching.

Fuzzy Mapping Engine

Self-healing metadata linking to distinguish official series from spin-offs, leveraging slug-length math and keyword boosts.

Universal Search

High-concurrency parallel queries scanning anime and manga providers concurrently for sub-second, real-time results.

TLS Hardening

Restricted modern cipher configurations and randomized client fingerprints to mimic secure browser requests.

Prewarmer Workers

Automated background workers that pre-cache homepages and optimize data structures for zero-delay user engagement.

GET /anime/home Homepage — spotlight, trending, popular, seasonal
GET /anime/search?q= Search anime by title
GET /anime/info/:id Full metadata + episode list for an anime
GET /anime/episodes/:id/:ep Stream sources for a specific episode
GET /api/manga/home Manga homepage — trending, popular, latest
GET /api/manga/search?q= Search manga by title
GET /api/manga/info/:id Full metadata + chapter list for a manga
GET /api/manga/read/:id/:ch Chapter pages for manga reading
GET /api/search/universal?q= Search anime & manga simultaneously
GET /api/image-proxy?url= WebP image proxy with on-the-fly optimization
GET /api/system/status API health & uptime check