API Group

ProductHunt API endpoints

11 ProductHunt API endpoints for web scraping workflows, with REST paths, authentication requirements, parameters, examples, and MCP tool metadata where supported.

GET/producthunt/category/{slug}apiKey2 credits/request

Retrieve Product Hunt category details

Returns the category page payload for a Product Hunt category slug.

Params: slug:path, x-api-key:header

GET/producthunt/category/{slug}/productsapiKey2 credits/request

Retrieve Product Hunt category products

Returns the paginated category listing payload for a Product Hunt category slug.

Params: slug:path, featured_only:query, order:query, page:query, page_size:query, tags:query, x-api-key:header

GET/producthunt/leaderboardapiKey2 credits/request

Retrieve Product Hunt leaderboard

Fetches Product Hunt leaderboard data for daily, weekly, monthly, or yearly scopes via Product Hunt GraphQL.

Params: scope:query, date:query, year:query, month:query, day:query, week:query, featured:query, order:query, cursor:query

GET/producthunt/product/{id}apiKey2 credits/request

Retrieve Product Hunt product details

Returns the core Product Hunt product details.

Params: id:path, x-api-key:header

GET/producthunt/product/{id}/aboutapiKey2 credits/request

Retrieve Product Hunt product about page

Returns the richer Product Hunt about-page payload, including launch, forum, review tags, and media data.

Params: id:path, x-api-key:header

GET/producthunt/product/{id}/alternativesapiKey2 credits/request

Retrieve Product Hunt product alternatives

Returns paginated alternatives, tags, and related discussions for a Product Hunt product.

Params: id:path, first:query, cursor:query, order:query, tags:query, x-api-key:header

GET/producthunt/product/{id}/customersapiKey2 credits/request

Retrieve Product Hunt product customers

Returns paginated customer products for a Product Hunt product using Product Hunt's ProductCustomersPage GraphQL operation.

Params: id:path, order:query, page:query, page_size:query, x-api-key:header

GET/producthunt/product/{id}/launchesapiKey2 credits/request

Retrieve Product Hunt product launches

Returns paginated launch posts for a Product Hunt product using Product Hunt's ProductPageLaunches GraphQL operation.

Params: id:path, cursor:query, order:query, x-api-key:header

GET/producthunt/product/{id}/makersapiKey2 credits/request

Retrieve Product Hunt product makers

Returns maker items for a Product Hunt product.

Params: id:path, cursor:query, x-api-key:header

GET/producthunt/product/{id}/reviewsapiKey3 credits/request

Retrieve Product Hunt product detailed reviews

Returns detailed review items for a Product Hunt product.

Params: id:path, x-api-key:header

GET/producthunt/searchapiKey3 credits/request

Search for products, users, or launches on Product Hunt

Performs a full-text Product Hunt search and returns matching products, users, or launches.

Params: query:query, type:query, page:query, featured:query, topics:query, x-api-key:header

Back to docs