Product Hunt Archive List Scraper avatar

Product Hunt Archive List Scraper

Pricing

from $10.00 / 1,000 results

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

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

ScrapeVerse

ScrapeVerse

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

0

Monthly active users

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