Product Hunt Scraper
Pricing
Pay per event
Product Hunt Scraper
Scrape products, launch data, and maker profiles from Product Hunt. Extract names, taglines, upvotes, comments, ratings, topics, maker details, and daily rank. Filter by topic, date range, or browse top launches. No account or token required.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Extract product launch data, maker profiles, and engagement metrics from Product Hunt. No account or token required. Filter by topic, date range, or browse all-time launches sorted by votes.
What you get
Each record contains:
| Field | Description |
|---|---|
product_id | Product Hunt internal product ID |
product_name | Name of the product |
tagline | Short one-liner |
description | Full product description |
website_url | Product's external website |
product_url | Product Hunt listing URL |
thumbnail_url | Product thumbnail image URL |
topics | Comma-separated topic names |
launch_date | ISO-8601 launch date on Product Hunt |
upvote_count | Total upvotes |
comment_count | Total comments |
review_count | Total reviews |
rating | Average rating (0-5) |
featured | Whether the product was featured on the homepage |
featured_at | ISO-8601 timestamp when the product was featured (null if never featured) |
daily_rank | Product's rank on its launch day leaderboard |
pricing | Pricing model (free, freemium, paid) |
maker_names | Comma-separated maker names |
maker_usernames | Comma-separated maker Product Hunt usernames |
maker_twitter | Comma-separated maker Twitter/X handles |
hunter_name | Name of the person who submitted the product |
hunter_username | Product Hunt username of the hunter |
gallery_images | Space-separated gallery image URLs |
scraped_at | ISO-8601 scrape timestamp |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
filterMode | select | all | all, topic, date_range, or featured |
topic | string | — | Topic slug (e.g. artificial-intelligence). Required when filterMode is topic |
postedAfter | string | — | ISO-8601 date (e.g. 2024-01-01T00:00:00Z). Used with date_range mode |
postedBefore | string | — | ISO-8601 date. Used with date_range mode |
maxItems | integer | 15 | Maximum records to return |
Example inputs
All-time top products by votes:
{"filterMode": "all","maxItems": 100}
AI products:
{"filterMode": "topic","topic": "artificial-intelligence","maxItems": 500}
Products launched in a specific month:
{"filterMode": "date_range","postedAfter": "2024-03-01T00:00:00Z","postedBefore": "2024-03-31T23:59:59Z","maxItems": 200}
Recently featured products:
{"filterMode": "featured","maxItems": 50}
Dataset views
Three pre-built views are available on the output dataset:
- Product Overview — name, tagline, upvotes, launch date, featured status, and URL
- Full Product Record — all 24 fields
- Maker Contact Data — product name, URL, maker names, usernames, Twitter handles, and hunter info
Notes
- Maker emails and LinkedIn are not publicly exposed on Product Hunt, so they are not part of the dataset.
- Some fields (maker names, hunter, pricing, rating) are populated only when Product Hunt's own page for that product carries them — an older, no-longer-actively-launched product may return fewer of these than a current launch.
- Pricing: $0.10 per run + $0.001 per record.