# Track New CRM and Sales Tool Launches Daily

**Use case:** 

Know the day a CRM or sales automation product launches on Product Hunt: title, tagline, product link and launch date, with no repeats across runs.

## Input

```json
{
  "keywords": [
    "crm",
    "sales automation",
    "pipeline"
  ],
  "includeBaselineInOutput": true,
  "monitorId": "crm-radar"
}
```

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