# Scrape a Maker's Full Product Hunt Launch History

**Use case:** 

Extract all product launches by a specific influential maker to understand their past projects and success patterns. This is valuable for talent scouting, partn

## Input

```json
{
  "mode": "userLaunches",
  "topicSlugs": [
    "artificial-intelligence"
  ],
  "userSlugs": [
    "rrhoover",
    "tibo_maker"
  ],
  "productSlugs": [],
  "sortBy": "NEWEST",
  "featuredOnly": false,
  "tagAnyOf": [],
  "includeMakers": true,
  "includeMedia": false,
  "maxItems": 100
}
```

## 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.