Product Hunt Scraper Pro avatar

Product Hunt Scraper Pro

Pricing

Pay per usage

Go to Apify Store
Product Hunt Scraper Pro

Product Hunt Scraper Pro

Advanced Product Hunt scraper with launch details, maker profiles, tech stack info, and historical upvote trends. Build startup tracking and technology intelligence tools.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

fatih dağüstü

fatih dağüstü

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Product Hunt Scraper

Scrape Product Hunt products including upvotes, comments, makers, topics, and more. Supports three modes: daily featured products, keyword search, and topic browsing.

Features

  • Daily mode — Today's featured products from the homepage
  • Search mode — Products matching a keyword
  • Topic mode — Products in a specific topic (e.g. artificial-intelligence)
  • Extracts: name, tagline, description, URL, website URL, upvotes, comments count, topics, makers, thumbnail, launch date, rating
  • Optional: full comment extraction per product
  • Handles infinite scroll automatically
  • Pay-per-result pricing

Input

FieldTypeDefaultDescription
modestringdailydaily, search, or topic
searchQuerystringSearch keyword (mode=search only)
topicstringTopic slug, e.g. developer-tools (mode=topic only)
maxResultsinteger50Max products to return (1–500)
includeCommentsbooleanfalseFetch comments per product (slower)

Output

Each result contains:

{
"name": "Product Name",
"tagline": "Short tagline here",
"description": "Full description from product page",
"url": "https://www.producthunt.com/posts/product-name",
"websiteUrl": "https://example.com",
"upvotes": 842,
"commentsCount": 37,
"topics": ["Artificial Intelligence", "Developer Tools"],
"makers": [{"name": "Jane Doe", "url": "https://www.producthunt.com/people/janedoe"}],
"thumbnail": "https://cdn.example.com/image.png",
"launchDate": "2026-03-04",
"rating": 4.8,
"comments": []
}

Example Inputs

Today's top products:

{"mode": "daily", "maxResults": 20}

Search for AI tools:

{"mode": "search", "searchQuery": "AI writing assistant", "maxResults": 30}

Browse a topic with comments:

{"mode": "topic", "topic": "artificial-intelligence", "maxResults": 25, "includeComments": true}

Pricing

  • $0.00005 per actor start
  • $0.003 per result (product)