# Health Tech Launches Data from Product Hunt

**Use case:** 

Get daily launches in the health and fitness category ranked by votes. Export data to CSV/JSON for analysis.

## Input

```json
{
  "mode": "topic",
  "date": "",
  "dateFrom": "",
  "dateTo": "",
  "topic": "health-and-fitness",
  "sortBy": "VOTES",
  "maxPosts": 150,
  "enrichDetails": false,
  "enrichLimit": 60,
  "scrapeComments": false,
  "maxComments": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "votesCount": {
    "label": "Votes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "dailyRank": {
    "label": "Daily Rank",
    "format": "number"
  },
  "launchDate": {
    "label": "Launch Date",
    "format": "text"
  },
  "topicNames": {
    "label": "Topic Names",
    "format": "text"
  },
  "makerNames": {
    "label": "Maker Names",
    "format": "text"
  },
  "url": {
    "label": "PH URL",
    "format": "text"
  }
}
```

## About this Actor

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