product-hunt-scraper

Installation
SKILL.md

Product Hunt Scraper

Scrape trending products from Product Hunt using the Apify maximedupre/product-hunt-scraper actor.

Output fields: Each product has name, tagline, description, url (Product Hunt URL), and additional fields depending on the actor's output.

Quick Start

Requires APIFY_API_TOKEN env var (or --token flag).

# Today's top products
python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \
  --time-period daily --max-products 10 --output summary

# This week's products filtered by keyword
python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \
  --time-period weekly --keywords "AI,marketing" --output summary
Related skills
Installs
11
GitHub Stars
673
First Seen
Mar 14, 2026