Loading...
Loading...
Scrape Product Hunt trending products using Apify. Use when you need to discover new product launches, track competitors on Product Hunt, or monitor the startup ecosystem for relevant launches.
npx skill4agent add gooseworks-ai/goose-skills product-hunt-scraperdanpoletaev/product-hunt-scraperAPIFY_API_TOKEN--tokenpip install requests# 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
# Monthly top products as JSON
python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \
--time-period monthly --max-products 50| Flag | Default | Description |
|---|---|---|
| weekly | |
| 50 | Max products to scrape |
| none | Keywords to filter (comma-separated, OR logic) |
| json | Output format: |
| env var | Apify token (prefer |
| 300 | Max seconds to wait for the Apify run |