MangaDex Scraper avatar

MangaDex Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
MangaDex Scraper

MangaDex Scraper

Scrapes manga metadata from MangaDex open REST API. Search 92,000+ titles with filters for status and content rating. Returns titles, descriptions, authors, artists, tags, cover art, ratings, and follows.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 hours ago

Last modified

Categories

Share

Scrape manga metadata from MangaDex at scale via its open REST API. Search 92,000+ titles with filters for publication status and content rating — returns titles, descriptions, authors, artists, tags, cover art, ratings, and follows.

What it extracts

  • Title — main title plus alternative titles
  • Description — English (or first available) synopsis
  • Authors & artists — from MangaDex relationships
  • Tags — genres and themes
  • Publication status — ongoing, completed, hiatus, cancelled
  • Content rating — safe, suggestive, erotica, pornographic
  • Cover art — cover image URL
  • Rating & follows — community statistics
  • Year, original language, and MangaDex ID/URL

Input

FieldTypeDefaultDescription
searchQuerystringKeyword to search titles
statusstringallall, ongoing, completed, hiatus, cancelled
contentRatingstringallall, safe, suggestive, erotica, pornographic
maxResultsinteger100Maximum titles to return
proxyConfigurationobjectnoneOptional proxy settings

Example input

{
"searchQuery": "one piece",
"status": "ongoing",
"contentRating": "safe",
"maxResults": 100
}

Output

Each record is one manga title:

{
"id": "a1c7c817-4e59-43b7-9365-09675a149a6f",
"title": "One Piece",
"altTitles": ["ワンピース"],
"description": "Gol D. Roger was known as the Pirate King...",
"authors": ["Eiichiro Oda"],
"artists": ["Eiichiro Oda"],
"tags": ["Adventure", "Comedy", "Action"],
"status": "ongoing",
"contentRating": "safe",
"year": 1997,
"originalLanguage": "ja",
"coverUrl": "https://uploads.mangadex.org/covers/...",
"rating": 9.3,
"follows": 512000,
"url": "https://mangadex.org/title/a1c7c817-4e59-43b7-9365-09675a149a6f"
}

Use cases

  • Manga apps & trackers: build and refresh title catalogs
  • Recommendation engines: use tags, ratings, and follows as features
  • Market research: analyze genre popularity and publication trends
  • Content aggregation: power discovery and browse pages
  • Data science: assemble manga metadata datasets

Notes on data source & proxies

This actor uses the open MangaDex REST API — no login required. Proxy use is optional.