datasets_producthunt_trends_facets
Compute distribution counts of Product Hunt trends by topic or launch year, applying filters like topic slug, vote threshold, or date range.
Instructions
Facet the Product Hunt trends dataset. Returns suppressed distribution counts over the Product Hunt trends dataset (dataset id enum value producthunt-trends), honoring the same filters as search. Facet enum: topic, launch_year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facet | Yes | Facet enum: topic, launch_year | |
| topic | No | Exact topic-slug filter, e.g. artificial-intelligence, max 128 characters | |
| group_by | No | Aggregate cell dimension enum: topic_month, topic_year, topic. Defaults to topic_month | |
| min_votes | No | Minimum product upvotes, 0 or greater | |
| min_launches | No | Minimum launches per bucket; raises the small-cell suppression floor | |
| launched_after | No | Lower bound on first-launch date, an ISO-8601 date (YYYY-MM-DD) | |
| launched_before | No | Upper bound on first-launch date, an ISO-8601 date (YYYY-MM-DD) |