# Analyze Competitor Product Hunt Launch Performance

**Use case:** 

Gather detailed information on specific competitor product launches, including votes, comments, and media. This enables a comprehensive competitive analysis to 

## Input

```json
{
  "mode": "productDetail",
  "topicSlugs": [
    "artificial-intelligence"
  ],
  "userSlugs": [],
  "productSlugs": [
    "notion",
    "linear",
    "figma"
  ],
  "sortBy": "RANKING",
  "featuredOnly": false,
  "tagAnyOf": [],
  "includeMakers": true,
  "includeMedia": true,
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "tagline": {
    "label": "Tagline"
  },
  "votesCount": {
    "label": "Votes count"
  },
  "commentsCount": {
    "label": "Comments count"
  },
  "featuredAt": {
    "label": "Featured at"
  },
  "topics": {
    "label": "Topics"
  },
  "makers": {
    "label": "Makers"
  },
  "phUrl": {
    "label": "Ph url"
  }
}
```

## About this Actor

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