# Product Hunt AI Products Scraper

**Use case:** 

Scrape Product Hunt artificial intelligence products with taglines, upvotes, followers, ratings and topics from the AI topic feed.

## Input

```json
{
  "maxItems": 30,
  "withDetails": false,
  "mode": "topic",
  "date": "2026-07-02",
  "topicSlug": "artificial-intelligence",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "reviewsRating": {
    "label": "Rating",
    "format": "number"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "launchDate": {
    "label": "Launched",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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