Skip to content
ANY//
//Source · Social Media

Product Hunt API — Every Launch, Every Maker

Upvotes, stack choices, review sentiment, and forum discussion live behind the Product Hunt UI. These 23 endpoints turn the whole platform into JSON: product profiles, launch detail, maker and hunter identity, community discussion, and the taxonomy that organizes it all.

Start for free7-day free trial

What You Can Pull From Product Hunt

/api/producthunt/products/searchKeyword search across PH products — id, name, tagline, alias, url, rating, review_count, image.
/api/producthunt/productsFull product profile: profile data, categories, pricing, social links, AI-tagged pros/cons, makers list.
/api/producthunt/products/reviewsUser reviews with 4-dimension rating breakdown, sentiment text, reviewer-named alternatives.
/api/producthunt/products/alternativesAI-ranked competitor products with similarity scores (embedding, category, rating).
/api/producthunt/products/customersReverse stack — products that use this product, each with a testimonial shoutout.
/api/producthunt/products/launchesFull launch history for a product: ranks, vote counts, awards (Golden Kitty / TopPost).
/api/producthunt/launchesFull launch detail: hunter, makers, topics, media, badges, vote/comment counts, launch state.
/api/producthunt/launches/commentsLaunch discussion thread — makers, hunters, and community replies with nested structure.
/api/producthunt/launches/searchSearch launches by keyword and optional topic filter.
/api/producthunt/leaderboardsTop-ranked launches for daily / weekly / monthly / yearly periods.
/api/producthunt/usersFull user profile: reputation, Kitty Points rankings, badges, social links, products made.
/api/producthunt/users/commentsComments a user posted — each with launch context and parent product.
/api/producthunt/users/launchesMaker’s full launch history across all their products.
/api/producthunt/users/upvotesLaunches a user upvoted — intent and affinity signal.
/api/producthunt/users/stacksProducts in a user’s stack — what they actually use.
/api/producthunt/users/collectionsCurated product lists a user created.
/api/producthunt/topicsTopic page (e.g. artificial-intelligence) with top products and sub-topics.
/api/producthunt/collectionsCurated collection with curator profile and product list.
/api/producthunt/collections/searchBrowse or keyword-search all PH collections.
/api/producthunt/categoriesCategory page with top products and sub-categories.
/api/producthunt/categories/listFull category taxonomy tree.
/api/producthunt/forums/searchForum thread search — global feed, per-forum, or keyword-filtered.
/api/producthunt/forums/threadsSingle forum thread with nested comment tree.

Start Pulling Product Hunt Data

Launches, makers, products, and community discussion — one of 500+ sources on the same key, from $30/month with a 7-day free trial.

Common Questions

A product is the persistent tool listed on Product Hunt; a launch is one release event for it — the same product can launch many times. Use products/* for the tool as a whole, launches/* for a specific release, and products/launches to bridge the two.