Show HN: Product Hunt Scraper /w EmailS (daily new leads)

3 months ago 2

Hi, I’m Maxime 👋

I built this lightweight scraper to grab the data you need (including emails) from any of Product Hunt's leaderboards (any day)!


What you’ll get for each product

FieldDescription
urlProduct Hunt URL
nameProduct name
shortDescriptionOne-line tagline
longDescriptionFull launch description
makersInfo[]Each maker’s name + every public link (PH, X, personal site, etc.)
emails[]We scrape every product's website and scrape all the emails

Need another field? DM me on X (@maximehugodupre)


Input

Example:

{

"launchDate": "2025-07-23",

"maxNbResults": 100,

"shouldScrapeEmails": false,

"proxyConfiguration": {

"useApifyProxy": true,

"apifyProxyGroups": [],

"apifyProxyCountry": "US"

}

}

Tips

  • Time-zone aware – converts launchDate to Product Hunt’s PST cutoff.
  • IP rotation ready – plug in any proxy pool

Sample output

{

"url": "https://www.producthunt.com/posts/my-awesome-tool",

"name": "My Awesome Tool",

"shortDescription": "Do one thing brilliantly",

"longDescription": "We help indie hackers focus on building…",

"makersInfo": [

{

"name": "Jane Doe",

"links": [

"https://x.com/janedoe",

"https://janedoe.com"

]

}

],

"emails": ["[email protected]", "[email protected]"]

}


Perfect for

  • Daily launch digests / newsletters
  • Lead lists of makers to reach out to
  • Tracking your own launch competitors in real-time
  • Quick inspo for indie projects

Quick start

  1. Click “Try for free”
  2. Press Start
  3. Grab your dataset & build something cool.

Enjoy—and let me know what you create! 🎉

Read Entire Article