Product Hunt Archive List Scraper avatar
Product Hunt Archive List Scraper

Pricing

$10.00/month + usage

Go to Apify Store
Product Hunt Archive List Scraper

Product Hunt Archive List Scraper

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

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

ScrapeVerse

ScrapeVerse

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

4 months ago

Last modified

Share

🚀 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"
}
...