Product Hunt Scraper Tech Launch Intelligence avatar
Product Hunt Scraper Tech Launch Intelligence

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Product Hunt Scraper Tech Launch Intelligence

Product Hunt Scraper Tech Launch Intelligence

Scrape Product Hunt for new product launches, upvotes, and tech market trends. Daily/weekly/monthly charts. Product details: Engagement metrics Topic filtering Search functionality Maker data Use Cases: Market research Competitive intelligence Trend analysis Investment research Content ideas

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Product Hunt Scraper

Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Web Scraping

This actor extracts data from websites. It handles JavaScript rendering, pagination, and anti-bot measures automatically.

Note: Always respect the website's terms of service and robots.txt.


Scrape Product Hunt for new product launches, upvotes, and tech market trends. Startup and SaaS competitive intelligence.

Features

  • Daily/weekly/monthly charts - Top products by time period
  • Product details - Name, tagline, description, makers
  • Engagement metrics - Upvotes, comments, featured status
  • Topic filtering - AI, developer tools, marketing, etc.
  • Search functionality - Find products by keyword
  • Maker data - Who built the product

Quick Start

{
"url": "https://example.com",
"maxResults": 100
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

{
"mode": "DAILY",
"topics": ["artificial-intelligence", "developer-tools", "marketing"],
"maxProducts": 50
}

Input Parameters

ParameterTypeDefaultDescription
modestring"DAILY"Chart type (DAILY, WEEKLY, MONTHLY, SEARCH, TOPIC)
searchQuerystring-Search products by keyword
topicsarray-Filter by topics
datestring-Specific date for daily launches (YYYY-MM-DD)
maxProductsnumber50Maximum products to scrape
demoModebooleantrueRun with sample data

Output Format

{
"rank": 1,
"name": "ChatGPT Pro",
"tagline": "Advanced AI assistant for professionals",
"description": "ChatGPT Pro is a revolutionary tool that helps professionals work smarter...",
"url": "https://www.producthunt.com/posts/chatgpt-pro",
"productUrl": "https://chatgptpro.com",
"logoUrl": "https://ph-static.imgix.net/product-0.png",
"upvotes": 1523,
"commentsCount": 156,
"topics": ["artificial-intelligence", "productivity"],
"makers": ["Maker 1", "Maker 2"],
"launchDate": "2026-01-03",
"featured": true,
"pricing": "Freemium"
}

Pricing

This actor uses pay-per-event billing: This actor uses pay-per-event pricing:

EventDescriptionPrice
product_scrapedPer product scraped$0.01

Example costs:

  • Scrape 100 products: 100 × $0.01 = $1.00

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal