Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/gooseworks-ai-product-hunt-scraper/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -65% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 13% | 0% |
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.
Requires APIFY_API_TOKEN env var (or --token flag).
bash# 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 | |------|---------|-------------| | --time-period | weekly | daily, weekly, or monthly | | --max-products | 50 | Max products to scrape | | --keywords | none | Keywords to filter (comma-separated, OR logic) | | --output | json | Output format: json or summary | | --token | env var | Apify token (prefer APIFY_API_TOKEN env var) | | --timeout | 300 | Max seconds to wait for the Apify run |
Other measured skills in the registry, with their headline benchmark lift.