# Daily Product Hunt Market Scan

**Use case:** 

Save a compact daily Product Hunt launch sample for startup scouting, competitor discovery, newsletters, or AI trend summaries.

## Input

```json
{
  "maxItems": 30,
  "launchDate": "",
  "startUrls": [],
  "includeRedirectUrl": true,
  "cacheTtlHours": 6,
  "forceFresh": false
}
```

## Output

```json
{
  "title": {
    "label": "Product",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "productUrl": {
    "label": "Product Hunt URL",
    "format": "link"
  },
  "outboundUrl": {
    "label": "Outbound URL",
    "format": "link"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "text"
  },
  "cacheStatus": {
    "label": "Cache",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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