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
| Field | Description |
|---|---|
url | Product Hunt URL |
name | Product name |
shortDescription | One-line tagline |
longDescription | Full 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",
"maxNbProductsToScrape": 100,
"shouldScrapeEmails": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [],
"apifyProxyCountry": "US"
}
}
Tips
- Time-zone aware – converts
launchDateto 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
- Click “Try for free”
- Press Start
- Grab your dataset & build something cool.
Enjoy—and let me know what you create! 🎉