Manga catalog and score enrichment
Use Manga endpoints to turn manga catalog and score enrichment into repeatable API requests with documented inputs and JSON responses.
Turn public AniList manga data into structured JSON — search, title detail with average score, popularity, favourites, chapters, volumes, genres and ranked tags, plus MyAnimeList cross-reference ids and rankings charts for catalogs, recommendation, and research. Credential-free.
Extract manga detail, scores, popularity, rankings, chapters, volumes, genres, and tags as structured JSON from public AniList manga data.
Endpoint families
3
Documented params
15
Examples
3
Live catalog snapshot
Active endpoints
3
Methods
GET
Required params
5
Schema refs
3
{
"platform": "Manga",
"endpoint": "manga-search",
"method": "GET",
"path": "/manga/search",
"auth": "apiKey"
}Use cases
Extract manga detail, scores, popularity, rankings, chapters, volumes, genres, and tags as structured JSON from public AniList manga data.
Use Manga endpoints to turn manga catalog and score enrichment into repeatable API requests with documented inputs and JSON responses.
Use Manga endpoints to turn rankings and trending chart collection into repeatable API requests with documented inputs and JSON responses.
Use Manga endpoints to turn chapter and volume metadata tracking into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/manga/rankings
/manga/search
/manga/title/{id}
Endpoint catalog
/manga/searchSearches manga by free-text query. Credential-free public manga data from AniList. Returns normalized entries: titles, scores, popularity, format, status, chapters, volumes, genres, and tags.
/manga/title/{id}Returns a normalized manga by AniList id: titles, MyAnimeList id, scores, popularity, favourites, format, status, chapters, volumes, genres, ranked tags, dates, description, and images. Pass mal=true to additionally enrich the response with the MyAnimeList community score (mal block: score on a 0-10 scale, plus scored-by count), scraped credential-free from the public MAL page. Credential-free public AniList data.
/manga/rankingsReturns a filterable, sorted manga ranking. Credential-free public AniList data. Filter by format, genre, and status.
Related APIs
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Collect ESPN sports scores, teams, standings, rankings, rosters, athletes, game summaries, and news as normalized JSON for sports data workflows.
How to scrape Manga
Manga metadata — scores, popularity, chapters, volumes, genres, and tags — powers recommendation and research. Crawlora's Manga endpoints return AniList's public catalog as normalized JSON across search, title detail, and rankings, with no API key, OAuth, or proxy setup.
A search, a title by AniList id, or the rankings charts.
Pass a query or an AniList id to Crawlora's Manga endpoint (e.g. /manga/search, /manga/title/{id}, /manga/rankings).
Receive titles (romaji/english/native), average score, popularity, favourites, chapters, volumes, genres, ranked tags, and the MyAnimeList id (id_mal) as clean JSON.
Batch across search and rankings pages to build catalogs for recommendation, trend tracking, or enrichment.
FAQ
Send a search query or an AniList id to Crawlora's Manga endpoints and get title detail, scores, popularity, chapters, volumes, genres, and tags as structured JSON — no API key or OAuth. The data comes from AniList's public catalog.
Yes — every manga result carries id_mal, the MyAnimeList id, so you can join Crawlora's AniList-sourced catalog to MAL-keyed datasets. Scores, popularity, chapters, and volumes are returned directly.
Collecting publicly accessible manga catalog data (titles, scores, genres, chapters, volumes) is generally permissible if you respect the source's terms of use, rate limits, and applicable law. Crawlora returns public catalog fields only — no private user lists or profiles.