# Product Hunt startup lead generation

**Use case:** 

Build a startup lead list from Product Hunt's AI code editors category with product links, descriptions, team details, and available website context.

## Input

```json
{
  "target": "category",
  "startDate": "2026-03-29",
  "startWeek": "2026-52",
  "startMonth": "2026-11",
  "startYear": 2026,
  "categorySlugs": [
    "ai-code-editors"
  ],
  "topicSlugs": [
    "developer-tools"
  ],
  "productHuntPageUrls": [
    "https://www.producthunt.com/leaderboard/daily/2026/5/1/all",
    "https://www.producthunt.com/categories/ai-code-editors",
    "https://www.producthunt.com/topics/developer-tools"
  ],
  "maxNbItemsToScrape": 20,
  "shouldIncludePromotedListings": false,
  "shouldScrapeOnlyFeaturedLaunches": false,
  "shouldScrapeComments": false,
  "shouldScrapeReviews": false,
  "shouldScrapeBuiltWith": false,
  "shouldScrapeLaunches": false,
  "shouldScrapeWebsite": false
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "tagline": {
    "label": "Tagline",
    "format": "string"
  },
  "url": {
    "label": "Product Hunt URL",
    "format": "string"
  },
  "launchDate": {
    "label": "Launch date",
    "format": "string"
  },
  "upvotesCount": {
    "label": "Upvotes",
    "format": "number"
  },
  "commentsCount": {
    "label": "Comments",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "dayRank": {
    "label": "Daily rank",
    "format": "number"
  },
  "weekRank": {
    "label": "Weekly rank",
    "format": "number"
  },
  "monthRank": {
    "label": "Monthly rank",
    "format": "number"
  },
  "yearRank": {
    "label": "Yearly rank",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Topics and tags",
    "format": "array"
  },
  "isPromoted": {
    "label": "Promoted",
    "format": "boolean"
  },
  "website.url": {
    "label": "Website",
    "format": "string"
  }
}
```

## About this Actor

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