Product Hunt Archive List Scraper avatar
Product Hunt Archive List Scraper

Pricing

$10.00/month + usage

Go to Store
Product Hunt Archive List Scraper

Product Hunt Archive List Scraper

Developed by

ScrapeVerse

ScrapeVerse

Maintained by Community

Easily extract structured data from Product Hunt Launch Archive listing for any given date.

0.0 (0)

Pricing

$10.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

🚀 Product Hunt Scraper

Get powerful insights from Product Hunt in real time. Just pass a date, and receive data directly from Product Hunt.


🔥 What Does It Do?

With just one API call, fetch all key data about a Product Hunt launch on a given day:

  • ✅ Product name & tagline
  • 🏆 Daily, weekly, monthly rank & score
  • 📈 Votes
  • 🎯 Categories & tags

🛠️ Sample Output

[{
"name": "Tidyread",
"slug": "tidyread",
"tagline": "Read more in less time",
"avatarUrl": "https://ph-files.imgix.net/b6f40322-6783-4a78-866a-a3d7c20a01ca.png",
"featuredAt": "2024-07-25T00:01:00-07:00",
"createdAt": "2024-07-25T00:01:00-07:00",
"dailyRank": 1,
"weeklyRank": 6,
"monthlyRank": 33,
"categories": [
"Productivity",
"News",
"Artificial Intelligence"
],
"latestScore": 649,
"launchDayScore": 651,
"votesCount": 648,
"commentsCount": 142,
"productURL": "https://www.producthunt.com/products/tidyread"
},
{
"name": "Capacities Mobile App",
"slug": "capacities-mobile-app",
"tagline": "Your on the go note-taking companion",
"avatarUrl": "https://ph-files.imgix.net/2c649836-fb54-4e1c-8a8c-09e680630bf2.png",
"featuredAt": "2024-07-25T00:01:00-07:00",
"createdAt": "2024-07-25T00:01:00-07:00",
"dailyRank": 2,
"weeklyRank": 18,
"monthlyRank": 82,
"categories": [
"Android",
"Productivity",
"Notes"
],
"latestScore": 428,
"launchDayScore": 429,
"votesCount": 458,
"commentsCount": 50,
"productURL": "https://www.producthunt.com/products/capacities"
}
...