Product Hunt Scraper
Pricing
from $2.00 / 1,000 results
Product Hunt Scraper
Product Hunt Scraper that collects product names, ratings, and launch data from producthunt.com, so you can track startups and research competitors without manual work.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Kawsar
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Product Hunt Scraper collects product data from producthunt.com. Give it a topic URL and it returns a list of products with names, taglines, ratings, follower counts, and launch dates. Give it a product or post URL, and it returns full details, including the product description, website URL, review count, and latest launch metrics. Accepts multiple URLs in a single run.
Use cases
- Track startup launches in a specific category (AI tools, developer tools, etc.)
- Build a product database from Product Hunt topic pages
- Research competitors by scraping their Product Hunt profiles
- Monitor review ratings and follower counts over time
- Aggregate launch data across multiple Product Hunt categories for market research
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
url | string | Single Product Hunt URL to scrape | |
urls | array | List of Product Hunt URLs to scrape | |
maxItems | integer | 100 | Maximum number of results to return |
requestTimeoutSecs | integer | 30 | Per-request timeout in seconds |
Supported URL formats
- Topic page:
https://www.producthunt.com/topics/artificial-intelligence - Post page:
https://www.producthunt.com/posts/chatgpt - Product page:
https://www.producthunt.com/products/chatgpt
Example input
{"url": "https://www.producthunt.com/topics/artificial-intelligence","maxItems": 50}
To scrape multiple URLs at once:
{"urls": ["https://www.producthunt.com/topics/artificial-intelligence","https://www.producthunt.com/topics/developer-tools","https://www.producthunt.com/posts/chatgpt"],"maxItems": 200}
Output
Results are stored in the Apify dataset. Fields vary slightly depending on whether the source was a topic page or a product page. Topic pages return lightweight product summaries; product and post pages return full details including description and upvote counts.
{"productId": "526756","productName": "ChatGPT by OpenAI","tagline": "Get answers. Find inspiration. Be more productive.","productDescription": "An LLM to get instant answers, find creative inspiration, and learn something new.","websiteUrl": "https://openai.com/chatgpt","productUrl": "https://www.producthunt.com/products/chatgpt","logoUrl": "https://ph-files.imgix.net/ab9d1922-1570-42b9-8703-a6176d844a98.png?auto=format","reviewsRating": 4.85,"reviewsCount": 662,"followersCount": null,"postsCount": 27,"categories": ["AI Chatbots", "Productivity"],"tags": ["ai", "chatbot", "productivity", "web app"],"isTopProduct": true,"latestLaunchSlug": "library-in-chatgpt","latestLaunchDate": "2026-03-24T00:01:00-07:00","latestLaunchUpvotes": 100,"latestLaunchComments": 2,"sourceUrl": "https://www.producthunt.com/topics/artificial-intelligence","scrapedAt": "2026-04-13T12:00:00.000000+00:00"}
| Field | Type | Description |
|---|---|---|
productId | string | Unique Product Hunt product ID |
productName | string | Product name |
tagline | string | Short product tagline |
productDescription | string | Full product description (product and post pages only) |
websiteUrl | string | Product's external website URL |
productUrl | string | Product Hunt product page URL |
logoUrl | string | Product logo image URL |
reviewsRating | number | Average review rating (0-5 scale) |
reviewsCount | integer | Total number of reviews |
followersCount | integer | Number of Product Hunt followers |
postsCount | integer | Number of launches the product has made |
categories | array | Category names |
tags | array | Product tag strings |
isTopProduct | boolean | Whether Product Hunt marks this as a top product |
latestLaunchSlug | string | Slug of the most recent launch post |
latestLaunchDate | string | Date of the most recent launch |
latestLaunchUpvotes | integer | Upvotes for the latest launch |
latestLaunchComments | integer | Comments for the latest launch |
sourceUrl | string | The input URL that was scraped |
scrapedAt | string | ISO timestamp when the record was collected |
Integrations
Connect Product Hunt Scraper with other apps using Apify integrations. Works with Make, Zapier, Slack, Google Sheets, Airbyte, and more. Use webhooks to trigger downstream actions when results are ready.