# Every New Product Hunt Featured Launch, Daily

**Use case:** 

Collect every featured Product Hunt launch, deduplicated across runs, so you can measure launch volume week by week with title, tagline and date.

## Input

```json
{
  "keywords": [
    "ai agent"
  ],
  "includeBaselineInOutput": true,
  "monitorId": "all-featured"
}
```

## Output

```json
{
  "title": {
    "label": "Product title",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  },
  "matchedKeywords": {
    "label": "Matched keywords",
    "format": "array"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [New Product Hunt Launches Monitor by Keyword](https://apify.com/davidbenittah/product-hunt-launch-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/davidbenittah/product-hunt-launch-monitor) to learn more, explore other use cases, and run it yourself.