Product Hunt Product Scraper avatar

Product Hunt Product Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Product Hunt Product Scraper

Product Hunt Product Scraper

Scrape product info from Product Hunt, like names, taglines, rankings, upvotes, comments, ratings, topics, categories, thumbnails, and URLs. You can search by keyword or gather latest launches. Optional details include descriptions, websites, follower counts, makers, and launch dates.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Categories

Share

Collects products and daily launches from Product Hunt and returns one flat record per product — name, tagline, launch-day rank, upvotes and comments, review rating and review count, topics and categories, thumbnail and the Product Hunt page URL. Search by keyword, list a topic, or leave both empty to walk the daily launch board newest-first. Turn on details to also pull each product's full description, official website, follower count, makers and launch date.

Input

FieldDefaultDescription
search(empty)Product keyword to search for, e.g. ai note taking, design tool, crm. Empty = collect the daily launches instead.
topic(empty)Collect the products listed under one topic, e.g. artificial-intelligence, developer-tools, productivity. Used only when no search keyword is given.
limit30Maximum products to return (1–500).
include_detailsfalseAlso visit each product's page to add the description, official website, follower count, makers, launch date and topics. Slower.
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one product. rank, votes_count, comments_count and featured_on are filled for daily launches; reviews_rating and reviews_count for search and topic results; the remaining detail fields appear when include_details is on:

{
"product_id": "435808",
"name": "Vercel",
"tagline": "The frontend cloud. Creators of Next.js.",
"slug": "vercel",
"product_url": "https://www.producthunt.com/products/vercel",
"rank": 2,
"votes_count": 235,
"comments_count": 14,
"reviews_rating": 4.97,
"reviews_count": 1008,
"followers_count": 16500,
"topics": ["Developer Tools", "Open Source"],
"categories": ["Engineering & Development"],
"description": "Vercel provides the developer tools and cloud infrastructure to build, scale, and secure a faster, more personalized web.",
"website_url": "https://vercel.com",
"thumbnail_url": "https://ph-files.imgix.net/593ff5e2-9d11-491c-ab63-9e929e894214.jpeg?auto=format",
"launch_date": "2022-04-14",
"featured_on": "2026-08-22",
"makers": ["Richard Oliver Bray", "Chris Tate", "Anshuman Bhardwaj"],
"posts_count": 30,
"source": "leaderboard",
"raw": { ... }
}

Notes

  • Runs with empty input (returns the most recent daily launches, newest day first).
  • Upvote counts for the current day are hidden by Product Hunt for the first few hours of that day and come back as null; earlier days carry full ranks and counts.
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and personal use; please respect Product Hunt's terms of service.