# Product Hunt — Full Export

**Use case:** 

Scrape the full product hunt dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract product hunt for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "filterMode": "all",
  "topic": "",
  "postedAfter": "",
  "postedBefore": "",
  "maxItems": 200
}
```

## Output

```json
{
  "product_name": {
    "label": "Product Name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "upvote_count": {
    "label": "Upvote Count",
    "format": "number"
  },
  "launch_date": {
    "label": "Launch Date",
    "format": "string"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "daily_rank": {
    "label": "Daily Rank",
    "format": "number"
  },
  "product_url": {
    "label": "Product Url",
    "format": "string"
  }
}
```

## About this Actor

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