Product Hunt Scraper avatar

Product Hunt Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Product Hunt Scraper

Product Hunt Scraper

Scrape top launches, daily leaderboards, product details, makers, upvotes, and external websites from Product Hunt.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

datablow

datablow

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Product Hunt Scraper (Apify Actor)

A fast, lightweight, and cost-efficient Apify Actor for scraping Product Hunt. It extracts daily launches, past leaderboards, trending products, maker profiles, screenshot galleries, and external website links with zero browser overhead.


🚀 Features

  • Today's Featured Launches: Scrapes currently trending and featured tech products directly from the Product Hunt homepage.
  • Daily Leaderboard: Scrapes top ranked products for any given date (YYYY-MM-DD).
  • Custom Post URLs: Scrape specific Product Hunt post pages or collections.
  • Deep Extraction:
    • Product Name, Tagline, Full Description
    • Daily & Weekly Rankings
    • Vote / Score count & Comment count
    • Product Hunt URL & Direct external website URL
    • Pricing category (Free, Paid, Free Options)
    • Topics & Tag categories
    • Makers & Hunters (Name, username, headline, avatar)
    • Media screenshots and demo videos
  • High Performance & Low Compute Cost: Built with Crawlee & Cheerio to parse server-side streaming payloads without memory-heavy headless browsers.

⚙️ Input Parameters

FieldTypeDefaultDescription
modeString"today"Scrape mode: "today", "leaderboard", or "urls".
dateString""Date for leaderboard in YYYY-MM-DD format (e.g. 2026-09-18). Defaults to yesterday if blank.
startUrlsArray[]List of custom Product Hunt URLs (used when mode is "urls").
scrapeDetailsBooleantrueWhen true, fetches individual post pages for deep fields (website, makers, high-res screenshots).
maxItemsInteger30Maximum number of products to extract and save.
proxyConfigurationObjectundefinedApify Proxy configuration (residential or datacenter proxies).

📦 Sample Output

{
"id": "1252832",
"name": "Bolt Forge",
"slug": "bolt-forge-2",
"tagline": "Bolt's new agent with open-source models and 50X usage",
"description": "Bolt Forge is a new agent inside Bolt.new that runs on open-source models. Every Pro plan gets up to 50X more usage with no daily caps.",
"url": "https://www.producthunt.com/posts/bolt-forge-2",
"websiteUrl": "https://bolt.new",
"pricingType": "Free Options",
"dailyRank": 1,
"weeklyRank": null,
"votesCount": 420,
"commentsCount": 45,
"featuredAt": "2026-09-19T00:01:00-07:00",
"createdAt": "2026-09-19T00:01:00-07:00",
"thumbnailUrl": "https://ph-files.imgix.net/140d2f3b-6da7-4454-8631-f619f00bc6d6.vnd.microsoft.icon?auto=format&fit=crop",
"topics": [
"Developer Tools",
"Artificial Intelligence",
"Vibe coding"
],
"makers": [
{
"id": "123",
"name": "Alex Creator",
"username": "alexcreator",
"headline": "Building developer tools",
"avatarUrl": "https://ph-files.imgix.net/avatar.jpeg?auto=format&fit=crop"
}
],
"hunter": {
"name": "Sarah Hunter",
"username": "sarah"
},
"media": [
{
"id": "3538114",
"type": "video",
"imageUrl": "https://ph-files.imgix.net/db512423-8abc-4b5e-95a4-e4e9d763bced.jpeg?auto=format&fit=crop",
"videoUrl": "https://www.youtube.com/watch?v=Jpod8k46LLc",
"platform": "youtube"
}
],
"scrapedAt": "2026-09-19T08:00:00.000Z"
}

🛠️ Local Development & Testing

# 1. Install dependencies
npm install
# 2. Run locally
apify run
# or
npm start

🚀 Deploy to Apify

$apify push