# Product Hunt Top 50 Feed Export

**Use case:** 

Collect up to 50 recent Product Hunt products from the public launch feed for market research, trend spotting, or startup monitoring.

## Input

```json
{
  "maxItems": 50,
  "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.