# Find Top-Rated Wattpad Werewolf Stories with High Engagement

**Use case:** 

Identify highly voted and read werewolf stories to discover popular narratives and successful authors within this niche. This helps content strategists and mark

## Input

```json
{
  "mode": "search",
  "searchQuery": "werewolf",
  "category": "",
  "language": "1",
  "tags": [
    "werewolf"
  ],
  "storyIds": [],
  "feed": "",
  "partIds": [],
  "completedOnly": true,
  "freeOnly": false,
  "includeMatureContent": true,
  "minVotes": 10000,
  "sortBy": "mostVotes",
  "maxItems": 50
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "authorUsername": {
    "label": "Author username"
  },
  "categories": {
    "label": "Categories"
  },
  "language": {
    "label": "Language"
  },
  "voteCount": {
    "label": "Vote count"
  },
  "readCount": {
    "label": "Read count"
  },
  "numParts": {
    "label": "Num parts"
  },
  "completed": {
    "label": "Completed"
  },
  "storyUrl": {
    "label": "Story url"
  }
}
```

## About this Actor

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