# Get Product Hunt maker emails for outreach

**Use case:** 

Turn this week's Product Hunt launches into leads: product website, maker names, contact emails, phones, socials, funding and lead score.

## Input

```json
{
  "daysBack": 7,
  "includeProductDetails": true,
  "enrichMakerEmails": true,
  "monitorMode": false,
  "monitorStoreName": "product-hunt-monitor",
  "maxItems": 0,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "emails": {
    "label": "Emails"
  },
  "phones": {
    "label": "Phones"
  },
  "socials": {
    "label": "Socials"
  },
  "makers": {
    "label": "Makers"
  },
  "followersCount": {
    "label": "Followers"
  },
  "fundingAmount": {
    "label": "Funding"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "PH URL"
  }
}
```

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