Product Hunt Scraper - Products, Ratings & Reviews to CSV/Excel avatar

Product Hunt Scraper - Products, Ratings & Reviews to CSV/Excel

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Product Hunt Scraper - Products, Ratings & Reviews to CSV/Excel

Product Hunt Scraper - Products, Ratings & Reviews to CSV/Excel

Scrape Product Hunt at scale. Browse by topic or target specific products. Extract name, tagline, rankings, score, reviews (pros/cons + ratings), followers, website, socials, makers, tags and images — plus the product's own website (title, description, emails). No login, no API key.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Matrix Crawl

Matrix Crawl

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Product Hunt Scraper — Products, Ratings & Reviews to CSV/Excel

Scrape Product Hunt product data and reviews at scale. Discover products by topic or target specific products by slug — name, tagline, description, review rating & count, followers, website, social links, funding, categories — plus full reviews (pros, cons, multi-dimension ratings, author). Export to CSV, Excel or JSON. No login, no API key.

product hunt scraper · producthunt scraper · product reviews · saas directory · tech product data · competitor research · product discovery · startup research

Built for market and competitor research, product discovery, and lead-gen for software tools.


👥 Who Is This For?

  • Market & competitor research: Compare products' ratings, reviews, and followers in a topic.
  • Product discovery: Pull fresh products in any Product Hunt topic with taglines and links.
  • Sales / lead-gen: Collect tool makers' websites and social profiles by category.

⚡ Features

  • Two modes — browse a topic (many products) or scrape specific products by slug/URL.
  • Product data — name, tagline, description, review rating & count, followers, website, socials, funding, employee size, categories, logo.
  • Reviews (optional) — pros, cons, overall + ease-of-use/value/reliability/customization ratings, author, date.
  • De-duplicated — by product slug.
  • You control cost — caps on products and reviews per product.
  • Export — CSV/Excel/JSON, or call from AI agents via Apify's MCP server.

Note: Product Hunt upvote counts / daily rankings are loaded privately and are not included.


🚀 How to Use

Topic mode: add topic slugs (from producthunt.com/topics/{slug}), e.g. artificial-intelligence, developer-tools. Product mode: add product slugs, e.g. lovable, n8n-io (full URLs work too). When set, topics are ignored.

Turn on Scrape reviews for reviews, and set Max reviews per product / Maximum products to control volume.

Sample Input

{
"productSlugs": ["lovable", "n8n-io"],
"scrapeReviews": true,
"maxReviewsPerProduct": 20,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

📊 Output — Product fields

FieldTypeExample
namestring"Lovable"
taglinestring"The world's first AI Fullstack Engineer"
descriptionstring | null"The AI Fullstack Engineer that works…"
slug / urlstring"lovable" / "https://www.producthunt.com/products/lovable"
websitestring | null"https://lovable.dev"
reviewsRatingnumber | null4.68
reviewsCountinteger | null193
followersCountinteger | null44188
founderReviewsCountinteger | null114
postsCountinteger | null10
categoriesstring | null"AI Coding Agents, Developer Tools"
tagsstring | null"Software Engineering, Developer Tools, AI"
dailyRank / weeklyRank / monthlyRankinteger | null7 / 38 / 183
scoreinteger | null270 (upvote-based launch score)
launchDatestring | null"2024-10-22T11:40:23-07:00"
launchCommentsCountinteger | null52
launchesarray | null[{ name, tagline, launchDate, dailyRank, weeklyRank, monthlyRank, score, commentsCount, url }]
makersarray | null[{ name, username, avatarUrl }]
images / videoUrlsarray | nullproduct gallery media URLs
xAccountHandlestring | null"@codebuffai"
wasInYCombinator / isTopProduct / isNoLongerOnlinebooleanfalse / true / false
employeeSize / fundingAmountstring | nulloften null
firstLaunchDatestring | null"2024-01-04T00:01:00-08:00"
socialLinksobject | null{ "twitter": "…", "linkedin": "…" }
logoUrl / thumbnailUrlstring | null"https://ph-files.imgix.net/…"
scrapedAtstring (ISO)"2026-07-03T10:00:00.000Z"

score is Product Hunt's upvote-based launch score (PH no longer exposes raw upvote counts). Tech-stack (builtWith), full comment threads, and maker follower counts are only available via Product Hunt's official API and are not included.

With Scrape product website on — each product gains websiteInfo

FieldDescription
title, descriptionthe product site's <title> + meta description
emailsemails found on the site (great for lead-gen)
rawTextcleaned page text (truncated)

With Scrape reviews on — each product gains reviews[]

Review fieldDescription
overallRating + easeOfUseRating / valueForMoneyRating / reliabilityRating / customizationRating1–5 scores
pros, constag lists
positiveFeedback, negativeFeedback, experiencereview text
author, authorHeadlinereviewer name + headline
createdAt, votesCount, commentsCountreview metadata

Plus reviewsScraped (how many were captured for that product).

Sample Output

{
"name": "Codebuff",
"tagline": "Better code generation than Cursor, from your CLI",
"description": "Codebuff is a tool for editing codebases via natural la…",
"slug": "codebuff",
"url": "https://www.producthunt.com/products/codebuff",
"website": "https://codebuff.com",
"reviewsRating": 5,
"reviewsCount": 3,
"followersCount": 234,
"postsCount": 1,
"categories": "AI Coding Agents, Command line tools, AI Code Editors",
"tags": "Software Engineering, Developer Tools, Artificial Intelligence, Open Source",
"dailyRank": 7,
"weeklyRank": 38,
"monthlyRank": 183,
"score": 270,
"launchDate": "2024-10-22T11:40:23-07:00",
"launchCommentsCount": 54,
"wasInYCombinator": true,
"xAccountHandle": "@codebuffai",
"socialLinks": { "twitter": "https://twitter.com/codebuffai", "linkedin": "https://www.linkedin.com/company/codebuff" },
"logoUrl": "https://ph-files.imgix.net/7cdee0cb-…png",
"launches": [
{ "name": "Codebuff", "launchDate": "2024-10-22T11:40:23-07:00", "dailyRank": 7, "weeklyRank": 38, "monthlyRank": 183, "score": 270, "commentsCount": 54, "url": "https://www.producthunt.com/products/codebuff/launches/codebuff" }
],
"makers": [
{ "name": "Carter Garcia", "username": "carter_garcia", "avatarUrl": "https://ph-avatars.imgix.net/…jpeg" }
],
"images": ["https://ph-files.imgix.net/a217b57d-…gif"],
"reviews": [
{ "overallRating": 5, "author": "Dexter Horthy", "createdAt": "2024-11-19T22:57:35-08:00" }
],
"reviewsScraped": 3,
"websiteInfo": {
"url": "https://codebuff.com",
"title": "Codebuff – AI Coding Assistant for Your Terminal",
"description": "Code faster with AI using Codebuff. Edit your codebase via natural language.",
"emails": [],
"rawText": "Codebuff – AI Coding Assistant for Your Terminal Docs P…"
}
}

Uses residential proxy (Product Hunt blocks data-center IPs). Apify residential is the default and works out of the box; you can plug in your own for higher volume.

⚖️ Compliance & Responsible Use

Collects publicly available data only. Reviews contain user-generated content (author names/headlines) — use it lawfully, comply with anti-spam rules for any outreach, and respect Product Hunt's Terms of Service and robots.txt.