Product Hunt Scraper — Launches, Reviews & Leaderboards
Pricing
from $4.00 / 1,000 detailed launches
Product Hunt Scraper — Launches, Reviews & Leaderboards
Scrape Product Hunt launches, leaderboards, reviews & comments. Export startup leads, ratings, and discussion threads as JSON. No PH API needed. Paginated boards & reviews.
Pricing
from $4.00 / 1,000 detailed launches
Rating
0.0
(0)
Developer
Andrej Kiva
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Crawloop B2B Lead Generation — Daily launches, leaderboards, startup profiles, paginated reviews, and discussion threads as structured JSON.
Product site: crawloop.com
| Crunchbase Leads Extractor | Product Hunt Scraper |
|---|---|
| Company & funding intelligence | Launches, reviews & leaderboards ◄── you are here |
Disclaimer: This is an unofficial integration developed independently. It is not affiliated with, sponsored by, or endorsed by Product Hunt, AngelList, or any of their subsidiaries.
Product Hunt and related names are trademarks of their respective owners. Launch listings, reviews, and comments are read from publicly accessible web sources only; no proprietary databases or private account data are accessed.
This Actor is provided for informational and research purposes only (e.g. startup market intelligence, launch monitoring, lead list building). You are solely responsible for ensuring your use complies with applicable laws, platform terms of use, and your organization's policies.
Scrape Product Hunt launches at scale — no official API required. Export daily feeds and historical leaderboards (daily, weekly, monthly, yearly), enrich each product with website links, social handles, paginated user reviews, and threaded comments. Fast HTTP extraction with Cloudflare bypass — no headless browser.
Best for: B2B lead lists from new launches, competitor review monitoring, VC/accelerator scouting, and launch trend research.
When to use this Actor
- Leaderboard exports — upvotes, ranks, taglines, and topics from daily through yearly boards.
- Startup lead gen — website URLs, Twitter/GitHub/LinkedIn links, hunter profiles, YC and funding signals.
- Review intelligence — star ratings, aspect scores, written feedback, pros/cons, and reviewer profiles (paginated, not just the first page).
- Launch discussions — comment threads with nested replies, upvotes, and author metadata.
Pair with Crunchbase Leads Extractor when you also need funding rounds and investor data outside Product Hunt.
Key Features
- Leaderboard pagination — Full daily, weekly, monthly, and yearly boards (200+ products on yearly lists).
- Paginated reviews — Fetch dozens or hundreds of reviews per product, not just the initial page.
- Listings or details mode — Fast card-only exports (
scrapeDetails: false) or full enrichment with reviews and comments. - Structured output — One JSON row per launch; CSV, Excel, API, or webhook via Apify dataset.
- Cloudflare-ready — TLS fingerprint impersonation, session warmup, residential proxy rotation.
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
startUrls | Array | — | Homepage, /posts/{slug}, or /leaderboard/{daily|weekly|monthly|yearly}/… |
scrapeDetails | Boolean | true | Visit detail pages for description, links, reviews, comments |
maxItems | Integer | 50 | Max launches total. Use 500+ for full yearly boards |
scrapeReviews | Boolean | true | Extract paginated user reviews (requires scrapeDetails) |
scrapeComments | Boolean | true | Extract discussion comments (requires scrapeDetails) |
maxReviews | Integer | 20 | Max reviews per product |
maxComments | Integer | 50 | Max top-level comments per product (replies included) |
proxyConfiguration | Object | Residential | Apify Proxy (residential recommended) |
concurrencyLimit | Integer | 2 | Concurrent workers (keep 1–3) |
requestDelayMinMs / requestDelayMaxMs | Integer | 300 / 800 | Random delay between requests (ms) |
Input Example
{"startUrls": [{ "url": "https://www.producthunt.com/leaderboard/weekly/2026/27" }],"scrapeDetails": true,"maxItems": 25,"scrapeReviews": true,"scrapeComments": true,"maxReviews": 20,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Fast listing-only
{"startUrls": [{ "url": "https://www.producthunt.com/leaderboard/yearly/2026" }],"scrapeDetails": false,"maxItems": 100}
Output Format
Each row = one launch. Leaderboard fields (votesCount, ranks) are merged with detail-page data when scrapeDetails: true.
Core fields: name, slug, tagline, votesCount, commentsCount, dailyRank, weeklyRank, monthlyRank, websiteUrl, topics, createdAt
Enriched fields: description, reviewsRating, reviewsCount, socialLinks, companyInfo, hunter, reviews[], comments[]
Each review includes: overallRating, aspect ratings, positiveFeedback / negativeFeedback, pros / cons, reviewer profile
Output Example
{"name": "Spira AI","slug": "spira-for-product-hunt-makers","tagline": "AI Influencer that always on trend, create & grow your brand","votesCount": 447,"dailyRank": "1","websiteUrl": "https://spira.ai","reviewsRating": 4.8,"socialLinks": { "twitter": "https://twitter.com/spira_lab_ai" },"reviews": [{"overallRating": 5,"easeOfUseRating": 5,"valueForMoneyRating": 4,"pros": ["smart templates", "easy setup"],"reviewer": { "name": "John Doe", "username": "johndoe" }}]}
Use Cases
| Use Case | What you get |
|---|---|
| B2B lead generation | New startup websites, social handles, hunter profiles |
| Competitor monitoring | Paginated reviews, ratings, comment sentiment |
| Market research | Leaderboard ranks and upvote trends over time |
| VC scouting | YC status, funding signals, launch-day activity |
Proxy
Apify Residential Proxy is recommended for large leaderboards and detail-page runs at scale.
FAQ
How do leaderboards work?
Paste any leaderboard URL. The actor auto-detects the period and paginates until maxItems.
How many reviews per product?
Set maxReviews (default 20). The actor paginates automatically. Empty array if the product has no public reviews.
Account required?
No login or API token — public pages only.
Listings vs details?
scrapeDetails: false = fast leaderboard CSV. true = full profiles with reviews and comments.
Learn more: Product page