ProductHunt Scraper - Trending Products & Startups avatar

ProductHunt Scraper - Trending Products & Startups

Pricing

Pay per usage

Go to Apify Store
ProductHunt Scraper - Trending Products & Startups

ProductHunt Scraper - Trending Products & Startups

Scrape ProductHunt trending products with upvotes, descriptions, maker info. Tech startup analysis.

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

9 hours 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)