# Product Hunt Design Tools — Top Picks

**Use case:** 

Discover trending design tools and resources on Product Hunt. Upvotes, makers, and product details.

## Input

```json
{
  "sort_order": "top",
  "category": "design",
  "days": 7,
  "max_results": 25,
  "min_upvotes": 0
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "tagline": {
    "label": "Tagline",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "upvotes": {
    "label": "Upvotes",
    "format": "number"
  },
  "maker": {
    "label": "Maker",
    "format": "text"
  },
  "topics": {
    "label": "Topics",
    "format": "array"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "comment_count": {
    "label": "Comments",
    "format": "number"
  }
}
```

## About this Actor

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