# Product Hunt Maker Lead Finder

**Use case:** 

Find Product Hunt launches with makers, hunters, company websites, domains, lead scores, and outreach-ready startup signals.

## Input

```json
{
  "startUrls": "https://www.producthunt.com/leaderboard/daily/2025/1/15/all",
  "startDate": "2026-01-01",
  "endDate": "2026-01-21",
  "getDetails": true,
  "maxResults": 2,
  "timeoutSecs": 900,
  "maxRequestRetries": 2,
  "maxConcurrency": 1,
  "maxRequestsPerCrawl": 60,
  "useApifyProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxCommentPages": 0
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "string"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "outreachReady": {
    "label": "Outreach ready",
    "format": "boolean"
  },
  "companyWebsite": {
    "label": "Company website",
    "format": "string"
  },
  "websiteDomain": {
    "label": "Website domain",
    "format": "string"
  },
  "makerUsernames": {
    "label": "Maker usernames",
    "format": "array"
  },
  "hunterUsername": {
    "label": "Hunter username",
    "format": "string"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "array"
  },
  "leadSignals": {
    "label": "Lead signals",
    "format": "array"
  },
  "productHuntUrl": {
    "label": "Product Hunt URL",
    "format": "string"
  }
}
```

## About this Actor

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