Product Hunt Scraper (/w EMAILS) avatar
Product Hunt Scraper (/w EMAILS)

Pricing

Pay per event

Go to Store
Product Hunt Scraper (/w EMAILS)

Product Hunt Scraper (/w EMAILS)

Developed by

Maxime

Maxime

Maintained by Community

Scrapes Product Hunt's launches for a specific date. Extracts the product names, descriptions, makers info (name + links), and emails.

0.0 (0)

Pricing

Pay per event

0

Total users

3

Monthly users

3

Runs succeeded

80%

Last modified

2 days ago

🏆 Product Hunt Scraper

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": ["max@example.com", "support@example.com"]
}

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! 🎉