# Scrape Daily Top Product Hunt Tech Launches

**Use case:** 

Identify the latest trending tech products gaining traction on Product Hunt each day. This helps discover emerging tools and innovation for market research and 

## Input

```json
{
  "mode": "dailyLeaderboard",
  "topicSlugs": [
    "artificial-intelligence"
  ],
  "userSlugs": [],
  "productSlugs": [],
  "sortBy": "RANKING",
  "featuredOnly": true,
  "tagAnyOf": [
    "developer-tools",
    "productivity",
    "artificial-intelligence",
    "saas"
  ],
  "includeMakers": true,
  "includeMedia": true,
  "maxItems": 20
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "votesCount": {
    "label": "Votes count"
  },
  "commentsCount": {
    "label": "Comments count"
  },
  "featuredAt": {
    "label": "Featured at"
  },
  "topics": {
    "label": "Topics"
  },
  "makers": {
    "label": "Makers"
  },
  "phUrl": {
    "label": "Ph url"
  }
}
```

## About this Actor

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