# Safe MangaDex Titles

**Use case:** 

Extract MangaDex Titles data filtered by safe. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "title": "One Piece",
  "contentRating": [
    "safe"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "coverUrl": {
    "label": "coverUrl",
    "format": "text"
  },
  "manga_id": {
    "label": "manga_id",
    "format": "text"
  },
  "title": {
    "label": "title",
    "format": "text"
  },
  "alt_titles": {
    "label": "alt_titles",
    "format": "text"
  },
  "description": {
    "label": "description",
    "format": "text"
  },
  "status": {
    "label": "status",
    "format": "date"
  },
  "year": {
    "label": "year",
    "format": "text"
  },
  "author": {
    "label": "author",
    "format": "text"
  },
  "artist": {
    "label": "artist",
    "format": "text"
  },
  "tags": {
    "label": "tags",
    "format": "text"
  },
  "demographic": {
    "label": "demographic",
    "format": "text"
  },
  "latest_chapter": {
    "label": "latest_chapter",
    "format": "date"
  },
  "language": {
    "label": "language",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MangaDex Titles Scraper](https://apify.com/parseforge/mangadex-titles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mangadex-titles-scraper) to learn more, explore other use cases, and run it yourself.