# Product Hunt – Products, Launches, Makers & Reviews

**Use case:** 

Scrape Product Hunt. Get products, launches, makers, reviews, categories, media, links & optional emails via search or URL.

## Input

```json
{
  "mode": "keyword",
  "startUrls": [
    {
      "url": "https://www.producthunt.com/search?q=ai"
    },
    {
      "url": "https://www.producthunt.com/leaderboard/daily/2026/5/22"
    },
    {
      "url": "https://www.producthunt.com/topics/artificial-intelligence"
    },
    {
      "url": "https://www.producthunt.com/products/bolt-new"
    },
    {
      "url": "https://www.producthunt.com/@ericsimons40"
    }
  ],
  "searchTerms": [
    "ai"
  ],
  "searchSort": "relevance",
  "searchCategories": [],
  "enrichEmails": true,
  "includeReviews": true,
  "outputReviewsAsRows": false,
  "maxItems": 20,
  "websiteRequired": false,
  "socialLinkRequired": false,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "rowType": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "username": {
    "label": "Maker username",
    "format": "text"
  },
  "headline": {
    "label": "Maker headline",
    "format": "text"
  },
  "authorName": {
    "label": "Review author",
    "format": "text"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "rating": {
    "label": "Review rating",
    "format": "number"
  },
  "ratingMax": {
    "label": "Rating max",
    "format": "number"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "text"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "averageRating": {
    "label": "Avg rating",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "postsCount": {
    "label": "Launches",
    "format": "number"
  },
  "productsCount": {
    "label": "Maker products",
    "format": "number"
  },
  "reviewsExtracted": {
    "label": "Reviews extracted",
    "format": "number"
  },
  "productSlug": {
    "label": "Product slug",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "avatarUrl": {
    "label": "Maker avatar",
    "format": "link"
  },
  "authorUrl": {
    "label": "Author URL",
    "format": "link"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "canonicalUrl": {
    "label": "Product Hunt URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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