# Recent Product Hunt Launches

**Use case:** 

Export the newest Product Hunt launches with names, taglines, Product Hunt URLs, outbound links, and ranking-friendly structured fields.

## Input

```json
{
  "maxItems": 20,
  "launchDate": "",
  "startUrls": [],
  "includeRedirectUrl": true,
  "cacheTtlHours": 12,
  "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.