MangaDex Titles Scraper avatar

MangaDex Titles Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store
MangaDex Titles Scraper

MangaDex Titles Scraper

Search and scrape manga titles from MangaDex by keyword and content rating. Returns each title as a flat row with localized names, status, year, rating, tags, and description.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

14 days ago

Last modified

Share

ParseForge

MangaDex Titles Scraper

Search and scrape manga titles from MangaDex by name, filtered by content rating, up to a million per run. Each title comes with its ID, localized names, description, status, year, rating, tags, and cover image links. No API key required. Export to CSV, JSON, Excel, or XML.

MangaDex's public API is free but building a client to paginate, filter, and normalize the results takes time you could spend on analysis. This Actor searches the MangaDex title database directly, applies your content-rating filters, and returns every matching manga in one flat, consistent schema.\n\nStop writing boilerplate API code. Give it a title like "One Piece" and get back structured rows you can open in a spreadsheet.

Who uses itWhat they scrape MangaDex for
Manga researchersBuilding a catalog of titles in a specific genre or demographic for a research paper.
Content aggregatorsPulling fresh manga metadata to populate a recommendation engine or discovery site.
Data analystsTracking rating distributions and publication years across thousands of titles.
Librarians and archivistsCollecting localized names and descriptions for a personal or community manga database.

What it does

This Actor searches MangaDex for manga titles matching your query and returns each one as a flat row with its metadata, tags, and cover art.

  • ๐Ÿ” Title search: type a manga name, or a partial name, and get every match MangaDex returns.
  • ๐Ÿ›ก๏ธ Content rating filter: include or exclude safe, suggestive, erotica, and pornographic titles in one run.
  • ๐Ÿ“Š Flat row output: each manga is one row with its ID, all localized titles, description, status, year, rating, tags, and cover image URL.
  • โšก No API key: reads MangaDex's public endpoints directly, no registration or token needed.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with MangaDex data

๐Ÿ“š Build a manga catalog.

A researcher searches for a broad term, sets maxItems to 10000, and exports a CSV of all matching titles with their tags and ratings for a genre popularity study.

๐ŸŒ Populate a discovery site.

A developer runs the Actor weekly for a list of search terms, collects the latest metadata, and feeds the JSON into a website that recommends manga by tag.

๐Ÿ“ˆ Track rating trends.

An analyst scrapes all titles in a demographic, then plots average rating by publication year to see how reader tastes have shifted.

๐Ÿ—ƒ๏ธ Archive localized names.

A fan translator searches for a series and collects every localized title and description in one row, saving hours of manual lookup.

Why choose this scraper

What you get
One search fieldType a title like "One Piece" and get every matching manga in one dataset.
Content rating controlChoose exactly which content ratings to allow, from safe to pornographic.
Up to a million rowsSet a high maxItems and pull a massive catalog in a single long run.
Fixed schemaEvery row has the same columns, so you can merge runs without cleaning.

How it compares

This Actor focuses on a fast title search with content-rating filtering and flat-row output, while the competitors below offer different combinations of metadata fields and filtering options.

FeatureParseForgeMangaDex Titles Search ScraperMangaDex Titles Scraper - Manga Metadata and AuthorsMangaDex Manga Scraper
Title searchYesYesYesYes
Content rating filterYesNot listedNot listedYes
Author and artist namesNot listedNot listedYesYes
Genre and demographic filterNot listedNot listedNot listedYes
Cover image URLYesNot listedNot listedYes
No API key requiredYesNot listedNot listedYes

Configure the run

Drive the Actor with a manga title search and optional content-rating filters. Filters run as each title is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"title": "One Piece",
"maxItems": 10
}

A larger pull:

{
"title": "One Piece",
"maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.85
1,000 results$8.50
10,000 results$85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the MangaDex Titles Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to MangaDex through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/mangadex-titles-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your title search term. MangaDex search is exact on the title string. Try a shorter or more general term. Also check that your content-rating filter is not excluding all matches.

Why are some manga missing from my results?

The Actor returns only what MangaDex's public search endpoint returns for your query. Some titles may be delisted or restricted by the content rating filter you set.

The run stopped before reaching maxItems.

This is expected when MangaDex has no more results for your search query. The Actor stops cleanly when the API returns an empty page.

I got an error about the content rating filter.

Make sure you selected at least one content rating in the array input. The field expects an array of strings like ["safe", "suggestive"].

The cover image URL is broken.

MangaDex cover URLs are constructed from the manga ID and a cover file name. If a cover was removed from MangaDex after the scrape, the URL may 404. Re-run the Actor to get the current URL.

FAQ

QuestionAnswer
Do I need a MangaDex API key?No. This Actor reads MangaDex's public API endpoints directly. You do not need to register an application or obtain a token.
What data does each row contain?Each row includes the manga ID, all localized titles, description, publication status, year, content rating, average user rating, tags, and a cover image URL. The exact field list is shown in the sample output on the Actor's page.
Can I filter by genre or demographic?The input schema provides a title search and content-rating filter. Tags, genres, and demographics are returned in the output data, so you can filter them in your spreadsheet or script after the run.
How many manga titles can I scrape in one run?You set the maximum with the maxItems field, up to 1,000,000. The Actor stops when it reaches that number or when MangaDex has no more matches.
What content ratings can I include?You can select any combination of safe, suggestive, erotica, and pornographic. By default, safe and suggestive are included.
Does this scrape chapters or pages?No. This Actor collects manga-level metadata only: titles, descriptions, tags, ratings, and cover art. It does not fetch chapter lists or page images.
Can I search in Japanese or other languages?Yes. The title search field accepts characters from any language. The output includes all localized titles MangaDex has for each manga.
What output formats are supported?You can export your dataset as CSV, JSON, Excel, or XML from the Apify platform.
How do I get the cover image file?The output includes a cover image URL. You can download the image separately or use another Actor to fetch the files in bulk.
Is this an official MangaDex tool?No. This is a third-party Actor that reads publicly available data from MangaDex. It is not affiliated with or endorsed by MangaDex.
Can I schedule this to run automatically?Yes. Apify supports scheduled runs. You can set this Actor to run daily or weekly and track new manga titles over time.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by MangaDex. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.