# Search Sci-Fi Romance Manga Titles for Niche Content

**Use case:** 

Find specific sci-fi romance manga to cater to niche audience interests or to research cross-genre appeal. This task supports content creators in targeting unde

## Input

```json
{
  "mode": "search",
  "searchQuery": "sci-fi romance",
  "genre": "romance",
  "contentRating": "suggestive",
  "language": "en",
  "maxItems": 60
}
```

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