Product Hunt Scraper: Launches, Topics, Makers & Votes
Pricing
from $4.00 / 1,000 launch scrapeds
Product Hunt Scraper: Launches, Topics, Makers & Votes
Scrape Product Hunt launches via the official API: name, tagline, description, votes, comments, topics, makers, and links. Filter by topic, date, and ranking. Clean JSON for research and trend tracking.
Pricing
from $4.00 / 1,000 launch scrapeds
Rating
0.0
(0)
Developer
Michael Yousrie
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Export Product Hunt launches into clean, structured data. This Product Hunt scraper pulls launches straight from the official Product Hunt API and returns each product's name, tagline, description, vote and comment counts, topics, makers, and links, normalized into one tidy schema. Sort by the daily leaderboard, newest, or most upvoted, and filter by topic and date.
Powered by Product Hunt's official API. No login for you to manage, no anti-bot workarounds.
Why this actor
- Official API, clean data: structured launch records, not scraped HTML that breaks.
- Real sorting and filtering: ranking (the leaderboard), newest, most votes, or feature date; narrow to a topic or a date range.
- Rich records: votes, comments, review count and rating, topics, and the makers behind each launch.
- Simple pricing: you are charged per launch returned, nothing else.
Use cases
- Trend and market research: track what is launching in your space and how it performs.
- Competitive intelligence: monitor launches in a topic like
artificial-intelligenceordeveloper-tools. - Content and newsletters: pull the day's or week's top launches for roundups.
- Datasets: build a structured feed of products, taglines, and topics for analysis or AI pipelines.
Input
| Field | Description |
|---|---|
order | Sort order: Ranking (leaderboard), Newest, Most votes, or Featured date. |
topic | Optional topic slug (e.g. artificial-intelligence, developer-tools, productivity). |
postedAfter / postedBefore | Optional date bounds (YYYY-MM-DD). |
featuredOnly | Keep only launches featured on the homepage. |
maxItems | Cap on launches returned (main cost lever). |
developerToken | Optional. Use your own Product Hunt token instead of the built-in credentials. |
Output
Each launch becomes one dataset item:
{"id": "123456","name": "Osaurus","tagline": "Open source agents that run 100% locally on your Mac","description": "...","url": "https://www.producthunt.com/posts/osaurus","website": "https://osaurus.example","slug": "osaurus","votesCount": 580,"commentsCount": 89,"reviewsCount": 12,"reviewsRating": 4.8,"topics": ["Open Source", "Privacy", "Artificial Intelligence"],"makers": [{ "name": "Jared Goodman", "username": "j_osaurus", "headline": "10x Creative." }],"thumbnail": "https://ph-files.imgix.net/....png","createdAt": "2026-07-13T07:01:00Z","featuredAt": "2026-07-13T07:01:00Z"}
Pricing
Pay per result: you are charged per launch returned. There is no monthly fee.
Notes
- Public data only. This actor reads publicly available launch data through Product Hunt's official API. It does not access private messages, email addresses, or anything behind a login.
- Topic slugs are the lowercase, hyphenated form from a topic's URL (e.g.
producthunt.com/topics/artificial-intelligence→artificial-intelligence).