# Discover Manga by Specific Author for Portfolio Research

**Use case:** 

Compile a list of all manga series by a particular author to analyze their creative output and stylistic evolution. This is invaluable for talent scouting, comp

## Input

```json
{
  "mode": "byAuthor",
  "searchQuery": "one piece",
  "authorName": "Oda Eiichiro",
  "contentRating": "safe",
  "language": "en",
  "maxItems": 50
}
```

## 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.