Agent skill

product-hunt-scraper

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill product-hunt-scraper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/monitoring/capabilities/product-hunt-scraper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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). ```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 ``` ## CLI Reference | 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_AP

What's inside
Steps it walks through
  1. Quick Start
  2. CLI Reference
  3. Notes
Ships with 2 files
  • scripts/scrape_producthunt.py
  • skill.meta.json
Commands it runs
python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \
This week's products filtered by keyword
Monthly top products as JSON
More from goose-skills
All skills →
About this skill
What does the product-hunt-scraper skill do?

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.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill product-hunt-scraper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going