# Scrape Top Wattpad Romance Stories for Market Research

**Use case:** 

Extract the most popular completed romance stories to identify trending themes and author strategies. This provides valuable insights for content creators and p

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "romance",
  "category": "4",
  "language": "1",
  "tags": [
    "werewolf"
  ],
  "storyIds": [],
  "feed": "",
  "partIds": [],
  "completedOnly": true,
  "freeOnly": false,
  "includeMatureContent": true,
  "minReads": 500000,
  "sortBy": "mostReads",
  "maxItems": 100
}
```

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