# Find Emerging SaaS Tools via Product Hunt (2026)

**Use case:** 

Discover emerging SaaS and developer tools from Product Hunt: name, tagline, votes, comments, topics, pricing type, makers, and featured date. Segment launches 

## Input

```json
{
  "queries": [
    "saas",
    "developer-tools"
  ],
  "maxResults": 10,
  "scrapeType": "launches",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "votes_count": {
    "label": "Votes",
    "format": "number"
  },
  "comments_count": {
    "label": "Comments",
    "format": "number"
  },
  "daily_rank": {
    "label": "Daily Rank",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "featured_at": {
    "label": "Featured",
    "format": "date"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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