# Design Tools Launch Tracker on Product Hunt

**Use case:** 

Retrieve daily launches of design tools on Product Hunt. Get detailed data including votes and topics in CSV/JSON format.

## Input

```json
{
  "mode": "topic",
  "date": "",
  "dateFrom": "",
  "dateTo": "",
  "topic": "design-tools",
  "sortBy": "VOTES",
  "maxPosts": 500,
  "enrichDetails": false,
  "enrichLimit": 60,
  "scrapeComments": false,
  "maxComments": 20,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

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