Product Hunt Product Details and Reviews Scraper avatar
Product Hunt Product Details and Reviews Scraper

Pricing

$15.00/month + usage

Go to Store
Product Hunt Product Details and Reviews Scraper

Product Hunt Product Details and Reviews Scraper

Developed by

mscraper

mscraper

Maintained by Community

Scrape Product Hunt products and reviews without coding. Get product details, makers, topics, badges, media, and user reviews in structured JSON format.

0.0 (0)

Pricing

$15.00/month + usage

0

1

1

Last modified

a day ago

Product Hunt Product Scraper

What does Product Hunt Product Scraper do?

Product Hunt Product Scraper will enable you to get product data from Product Hunt.

Product Hunt Product Scraper can scrape:

  • Product details (name, tagline, description, URLs)
  • Product makers and creators information
  • Product topics and categories
  • Product badges and awards
  • Product media (images, videos)
  • Product reviews with ratings and user details
  • Related products and recommendations
  • Product statistics (votes, subscribers, posts count)
  • Recent posts and discussions about products

Why scrape Product Hunt?

Product Hunt has millions of users and is a great source of data for product research, market analysis, and competitive intelligence.

Here are just some of the ways you could use that data:

  • Product Research: Analyze trending products and their features
  • Market Analysis: Understand product categories and user preferences
  • Competitive Intelligence: Track competitors and their product launches
  • Lead Generation: Find potential customers and partners
  • Content Marketing: Discover trending topics for content creation
  • Investment Research: Identify promising startups and products
  • User Research: Understand what users like and dislike about products

If you would like more inspiration on how scraping Product Hunt could help your business or organization, check out our industry pages.

How to scrape Product Hunt

It's easy to scrape Product Hunt with Product Hunt Product Scraper. Just follow these few steps and you'll get your data in a few minutes.

  1. Click on Try for free.
  2. Enter the product slugs you want to scrape (e.g., ["relume", "notion", "figma"]).
  3. Set the number of reviews to fetch per product (optional, default: 20).
  4. Click on Run.
  5. When Product Hunt Product Scraper has finished, preview or download your data from the Dataset tab.

How much will it cost to scrape Product Hunt?

Apify gives you $5 free usage credits every month on the Apify Free plan. You can get 1000 results per month from Product Hunt Product Scraper for that, so those 1000 results will be completely free!

But if you need to get more data regularly from Product Hunt, you should grab an Apify subscription. We recommend our $49/month Personal plan - you can get up to 100,000 results every month with the $49 monthly plan!

Or get 1,000,000 results for $499 with the Team plan - wow!

Results

Product Data Example

{
"id": "453010",
"name": "Relume",
"tagline": "Build Faster, Design Better in Webflow & Figma",
"slug": "relume",
"description": "Search our library of 1,000+ components...",
"websiteUrl": "https://library.relume.io",
"topics": ["Chrome Extensions", "Design Tools", "Productivity"],
"makers": [
{
"name": "Maria Marin",
"username": "maria_marin1",
"headline": "Product Designer & Webflow Developer",
"avatarUrl": "https://ph-avatars.imgix.net/..."
}
],
"stats": {
"totalVotes": 3220,
"subscribersCount": 1416,
"postsCount": 9,
"reviewsCount": 95,
"reviewsRating": 4.88
},
"reviews": [
{
"id": "review-123",
"productId": "453010",
"productSlug": "relume",
"productName": "Relume",
"createdAt": "2024-12-15T10:30:00Z",
"rating": 5,
"votesCount": 12,
"formattedBody": "This tool has completely transformed my webflow workflow...",
"user": {
"id": "user-456",
"name": "Sarah Johnson",
"username": "sarahj",
"headline": "Web Designer & Developer",
"avatarUrl": "https://ph-avatars.imgix.net/..."
},
"scrapedAt": "2025-01-02T19:47:19.730Z"
}
],
"scrapedAt": "2025-01-02T19:47:19.730Z"
}

Reviews Data Example

{
"id": "review-123",
"productId": "453010",
"productSlug": "relume",
"productName": "Relume",
"createdAt": "2024-12-15T10:30:00Z",
"rating": 5,
"votesCount": 12,
"formattedBody": "This tool has completely transformed my webflow workflow...",
"user": {
"id": "user-456",
"name": "Sarah Johnson",
"username": "sarahj",
"headline": "Web Designer & Developer",
"avatarUrl": "https://ph-avatars.imgix.net/..."
},
"scrapedAt": "2025-01-02T19:47:19.730Z"
}

Data Storage Locations

Product Data: Available in the main Dataset tab in your Apify Console. Each product record includes an embedded reviews array (when fetched).

Key-Value Store: Reviews are saved as JSON files in the Key-Value Store tab with keys like {slug}-reviews (e.g., relume-reviews)

Tips for scraping Product Hunt

  • Set appropriate review limits based on your needs (max 1000 per product)

Note that personal data is protected by GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers. We also recommend that you read our blog post: is web scraping legal?