# Track today's top AI launches on Product Hunt

**Use case:** 

Pull today's top Product Hunt AI launches: name, tagline, votes, comments, daily rank, topics, website, pricing and the makers.

## Input

```json
{
  "daysBack": 1,
  "topics": [
    "artificial-intelligence"
  ],
  "includeProductDetails": true,
  "enrichMakerEmails": false,
  "monitorMode": false,
  "monitorStoreName": "product-hunt-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.