> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scrapio.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Hunt

> Fetch ranked leaderboards, a product's profile, or a maker's profile from Product Hunt.

<Note>
  Product Hunt endpoints require a paid plan (Starter or higher). Without one, these endpoints return `402 plan_upgrade_required`. See [Pricing](/pricing) for details.
</Note>

## Endpoints

* `GET /v1/product-hunt/leaderboard` — Fetch a ranked daily, weekly, or monthly leaderboard, optionally filtered by topic.
* `GET /v1/product-hunt/product` — Fetch a single product's profile: tagline, upvotes, topics, makers, and launch date.
* `GET /v1/product-hunt/maker` — Fetch a maker's profile: headline, followers, external links, and shipped products.

## Monitors

`/v1/product-hunt/monitors` watches a single product's upvote count over time and notifies on change — see the [Monitors reference](/api-reference/monitors) for the shared schedule/webhook mechanics this reuses.
