agentsclimarketplace

Product hunt scraper

Skill gooseworks-ai/goose-skills/skills/monitoring/capabilities/product-hunt-scraper

Library of Growth & GTM skills + data APIs for Claude Code, Codex, Cursor to run ads, social, content, lead gen, seo and data scraping

Install
npx -y skills add gooseworks-ai/goose-skills --skill product-hunt-scraper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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.

SKILL.md

1.6 KB, as published. Nobody here has run it

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

# Monthly top products as JSON
python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \
  --time-period monthly --max-products 50

CLI Reference

FlagDefaultDescription
--time-periodweeklydaily, weekly, or monthly
--max-products50Max products to scrape
--keywordsnoneKeywords to filter (comma-separated, OR logic)
--outputjsonOutput format: json or summary
--tokenenv varApify token (prefer APIFY_API_TOKEN env var)
--timeout300Max seconds to wait for the Apify run

Notes

  • Keyword filtering is client-side on product name + tagline + description
  • Results are sorted by upvote count (descending)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.