# Extract New Wattpad Fantasy Chapter Texts for Trend Analysis

**Use case:** 

Pull the full chapter text from newly published fantasy stories to analyze writing styles, emerging tropes, and reader reactions. This data is crucial for conte

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "romance",
  "category": "2",
  "language": "1",
  "tags": [
    "werewolf"
  ],
  "storyIds": [],
  "feed": "new",
  "partIds": [],
  "completedOnly": false,
  "freeOnly": false,
  "includeMatureContent": true,
  "sortBy": "relevance",
  "maxItems": 10
}
```

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