# Fresh Product Hunt Launches No Cache

**Use case:** 

Force a fresh read of the current Product Hunt feed when freshness matters more than cost, with a small output cap for quick checks.

## Input

```json
{
  "maxItems": 15,
  "launchDate": "",
  "startUrls": [],
  "includeRedirectUrl": true,
  "cacheTtlHours": 0,
  "forceFresh": true
}
```

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