# Find Most Voted Productivity Tools on Product Hunt

**Use case:** 

Discover the most popular productivity tools launched on Product Hunt, sorted by overall votes. This helps identify high-demand solutions and validate market in

## Input

```json
{
  "mode": "topic",
  "topicSlugs": [
    "productivity"
  ],
  "userSlugs": [],
  "productSlugs": [],
  "sortBy": "VOTES",
  "featuredOnly": false,
  "minVotes": 50,
  "minComments": 5,
  "tagAnyOf": [],
  "includeMakers": true,
  "includeMedia": false,
  "maxItems": 30
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "votesCount": {
    "label": "Votes count"
  },
  "commentsCount": {
    "label": "Comments count"
  },
  "featuredAt": {
    "label": "Featured at"
  },
  "topics": {
    "label": "Topics"
  },
  "makers": {
    "label": "Makers"
  },
  "phUrl": {
    "label": "Ph url"
  }
}
```

## About this Actor

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