# Product Hunt Full Export

**Use case:** 

Full Export of Product Hunt. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "daysBack": 1,
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "votesCount": {
    "label": "Votes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "maker": {
    "label": "Maker",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "featuredAt": {
    "label": "Featured At",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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