Product Hunt Launches Scraper — Top Products, Votes, Makers avatar

Product Hunt Launches Scraper — Top Products, Votes, Makers

Pricing

from $10.00 / 1,000 launches

Go to Apify Store
Product Hunt Launches Scraper — Top Products, Votes, Makers

Product Hunt Launches Scraper — Top Products, Votes, Makers

Get the top Product Hunt launches by date, name, tagline, votes, comments, makers, topics, and website links

Pricing

from $10.00 / 1,000 launches

Rating

0.0

(0)

Developer

Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Get the top Product Hunt launches by date — name, tagline, votes, comments, makers, topics, and website links — in one clean dataset. No login.

What you get

  • Product name, slug, tagline, full description, and Product Hunt URL
  • Vote count, comment count, and review count for every launch
  • Created and featured timestamps so you can group by day
  • Maker list: name, username, and headline for every co-founder credited on the launch
  • Topic slugs and pretty topic names (e.g. productivity, developer-tools, artificial-intelligence)
  • Direct website link and thumbnail image URL
  • Date-range and topic filtering plus ordering by votes, ranking, newest, or featured-at
  • Export to JSON, CSV, Excel, or Google Sheets directly from the Apify console

Use cases

  • Market research — track which categories are trending on Product Hunt week over week
  • Competitive analysis — pull every launch in your niche and benchmark votes vs. comments
  • Lead generation — get maker usernames for outreach to founders launching in your space
  • Investor sourcing — surface high-traction launches before they leave the Today page
  • Content & newsletter ideas — feed a daily digest of the top launches in any topic

How to use

  1. (Optional) Enter Posted after and Posted before as YYYY-MM-DD — leave empty for the last 7 days
  2. (Optional) Enter a Topic slug like productivity, developer-tools, or artificial-intelligence
  3. Pick an Order — Most votes, Daily ranking, Newest, or Featured at (default: Most votes)
  4. Set Max items (default 50, max 1000)
  5. Run the actor — one launch per row in the Dataset tab

Output format

One launch per dataset row — ready for direct CSV, Excel, or Google Sheets export:

{
"id": "601234",
"name": "Example Product",
"slug": "example-product",
"tagline": "Ship faster with one click",
"description": "Example Product helps teams ship faster with one click deploys…",
"votes": 842,
"comments": 96,
"reviews": 12,
"createdAt": "2026-05-22T07:01:00Z",
"featuredAt": "2026-05-22T07:01:00Z",
"website": "https://example.com",
"productHuntUrl": "https://www.producthunt.com/posts/example-product",
"thumbnailUrl": "https://ph-files.imgix.net/abc.png",
"makers": [
{ "id": "1", "name": "Jane Doe", "username": "janedoe", "headline": "Founder, Example" }
],
"topics": ["developer-tools", "productivity"],
"topicNames": ["Developer Tools", "Productivity"],
"scrapedAt": "2026-05-23T12:00:00Z"
}

Input options

FieldTypeDescription
Posted afterstringISO date YYYY-MM-DD — earliest launch date to include. Empty = 7 days ago
Posted beforestringISO date YYYY-MM-DD — latest launch date to include. Empty = today
Topic slugstringTopic slug filter, e.g. developer-tools. Empty = all topics
OrderenumMost votes, Daily ranking, Newest, or Featured at — default Most votes
Max itemsintegerMaximum launches to return — default 50, max 1000