# Productivity Category Data from Product Hunt

**Use case:** 

Extract top daily product launches and reviews from Product Hunt. Get insights on upvotes and tech trends for informed market research.

## Input

```json
{
  "startUrl": "https://www.producthunt.com/categories/productivity",
  "category": "productivity",
  "results_wanted": 200,
  "max_pages": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "id": {
    "label": "Product ID",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "name": {
    "label": "Product Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews",
    "format": "number"
  },
  "detailed_reviews_count": {
    "label": "Detailed Reviews",
    "format": "number"
  },
  "founder_reviews_count": {
    "label": "Founder Reviews",
    "format": "number"
  },
  "founder_shoutouts": {
    "label": "Founder Shoutouts",
    "format": "number"
  },
  "followers_count": {
    "label": "Followers",
    "format": "number"
  },
  "posts_count": {
    "label": "Posts",
    "format": "number"
  },
  "is_top_product": {
    "label": "Top Product",
    "format": "boolean"
  },
  "is_no_longer_online": {
    "label": "Offline",
    "format": "boolean"
  },
  "launch_scheduled_at": {
    "label": "Launch Date",
    "format": "date"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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