# Weekly Product Hunt Leaderboard for New York

**Use case:** 

Explore the weekly leaderboard of top products from Product Hunt in New York.

## Input

```json
{
  "maxProducts": 10,
  "withDetails": false,
  "mode": "weekly",
  "date": "2023-09-25",
  "topicSlug": "",
  "productUrls": [],
  "productSlugs": []
}
```

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