# Monitor New AI Tool Launches on Product Hunt

**Use case:** 

Monitor new AI tool launches on Product Hunt and get only fresh ones each run — name, tagline, upvotes, rank, topics, website and the makers behind them.

## Input

```json
{
  "daysBack": 3,
  "topics": [
    "artificial-intelligence"
  ],
  "includeProductDetails": true,
  "enrichMakerEmails": false,
  "monitorMode": true,
  "monitorStoreName": "ph-ai-monitor",
  "maxItems": 0,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "votesCount": {
    "label": "Votes"
  },
  "commentsCount": {
    "label": "Comments"
  },
  "dailyRank": {
    "label": "Daily rank"
  },
  "topics": {
    "label": "Topics"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "pricing": {
    "label": "Pricing"
  },
  "makers": {
    "label": "Makers"
  },
  "url": {
    "label": "PH URL"
  },
  "featuredAt": {
    "label": "Featured"
  }
}
```

## About this Actor

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