Skip to content

MangaPill

The MangapillProvider scrapes mangapill.com. It is known for its efficient layout and fast loading of chapter pages.

import { HttpClient, MangapillProvider } from 'anime-sdk';
const http = new HttpClient();
const provider = new MangapillProvider(http);
const results = await provider.search('Frieren');
const chapters = await provider.fetchContentUnits(results[0].id);
const pages = await provider.resolveStream(chapters[0].id);
FeatureDetails
CatalogManga
Languagessub
MethodHTML scraping

MangaPill is a solid choice for mainstream manga, offering a simple and effective way to access chapter image lists.