# Analyze Popular Action Manga for Market Research

**Use case:** 

Extract top-rated action manga titles to understand current market preferences and identify successful storytelling trends. This data helps publishers and conte

## Input

```json
{
  "mode": "byGenre",
  "searchQuery": "one piece",
  "genre": "action",
  "status": "ongoing",
  "contentRating": "safe",
  "language": "en",
  "maxItems": 75
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "status": {
    "label": "Status"
  },
  "genres": {
    "label": "Genres"
  },
  "demographic": {
    "label": "Demographic"
  },
  "chapterCount": {
    "label": "Chapter count"
  },
  "sourceUrl": {
    "label": "Source url"
  }
}
```

## About this Actor

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