# Get SaaS Founder Leads from Product Hunt

**Use case:** 

Get SaaS founder leads from Product Hunt — product name, website, social links and maker contact emails, enriched from each launch's own site for outreach.

## Input

```json
{
  "daysBack": 3,
  "topics": [
    "saas"
  ],
  "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.