# Get This Week's Top Product Hunt Launches

**Use case:** 

Get this week's top Product Hunt launches — product name, tagline, upvotes, comments, daily and weekly rank, topics, website and the maker profiles.

## Input

```json
{
  "daysBack": 7,
  "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.