# Daily Alerts for New AI Product Hunt Launches

**Use case:** 

Get a daily drip of the new AI agent and LLM products featured on Product Hunt, with title, tagline, product link, launch date and no duplicates.

## Input

```json
{
  "keywords": [
    "ai agent",
    "llm",
    "copilot"
  ],
  "includeBaselineInOutput": false,
  "monitorId": "ai-launches"
}
```

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