# Scrape a Product Hunt product's full data

**Use case:** 

Get a single Product Hunt product's full record: votes, comments, ranks, topics, website, socials, funding, reviews and the makers.

## Input

```json
{
  "daysBack": 3,
  "startUrls": [
    "https://www.producthunt.com/products/notion"
  ],
  "includeProductDetails": true,
  "enrichMakerEmails": false,
  "monitorMode": false,
  "monitorStoreName": "product-hunt-monitor",
  "maxItems": 0,
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "votesCount": {
    "label": "Votes"
  },
  "commentsCount": {
    "label": "Comments"
  },
  "dailyRank": {
    "label": "Daily rank"
  },
  "topics": {
    "label": "Topics"
  },
  "websiteUrl": {
    "label": "Website"
  },
  "pricing": {
    "label": "Pricing"
  },
  "makers": {
    "label": "Makers"
  },
  "url": {
    "label": "PH URL"
  },
  "featuredAt": {
    "label": "Featured"
  }
}
```

## About this Actor

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