# Monitor Competitor Wattpad Author Stories & Updates

**Use case:** 

Track all stories published by a specific competitor author to analyze their content strategy and publication frequency. This competitive intelligence helps aut

## Input

```json
{
  "mode": "byUser",
  "searchQuery": "romance",
  "category": "",
  "language": "1",
  "tags": [
    "werewolf"
  ],
  "storyIds": [],
  "username": "AnnaTodd",
  "feed": "",
  "partIds": [],
  "completedOnly": false,
  "freeOnly": false,
  "includeMatureContent": true,
  "sortBy": "newest",
  "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.