Agent skill · Data & Analytics

producthunt-launches

Scrape Product Hunt daily/weekly/monthly/yearly leaderboard launches with full product details, maker profiles, and website contact info. Use when user mentions Product Hunt, producthunt, PH scraper, product hunt launches, product hunt leaderboard, scrape product hunt, product hunt data, PH daily launches, product hunt upvotes, product hunt maker info, extract product hunt, product hunt today, top products product hunt, product hunt archive, PH products, product hunt email extraction, product hunt contact info, producthunt.com scraping, get product hunt launches, product hunt API alternative.

browser-actgithub.com/browser-actGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add browser-act/skills --skill producthunt-launches --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 10 KB
Bundled scripts: yes
Path: solutions/lead-generation/producthunt-launches/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,160
Language: Python
Read our review of the source →

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

From the SKILL.md

# Product Hunt — Launch Data Extraction > Input: date/period parameters → Output: structured product launch data with maker profiles and website contact info ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Extract complete product launch data from Product Hunt leaderboard pages, enriched with maker profile information and product website contact details. ## Prerequisites - Browser session is open and can access producthunt.com - Cloudflare challenge may appear on first visit; use `solve-captcha` or wait for auto-pass ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Cloudflare Verification Product Hunt uses Cloudflare protection. On first navigation: 1. Navigate to target URL 2. If page title shows "Just a moment..." → `wait stable --timeout 15000` then check title again 3. If still blocked → `solve-captcha` 4. Verify page loaded: title should contain "Product Hunt" or "Best of Produ

What's inside
Steps it walks through
  1. Language
  2. Objective
  3. Prerequisites
  4. Pre-execution Checks
  5. 1. Tool Readiness
  6. 2. Cloudflare Verification
  7. Capability Components
  8. DOM: Extract product list from leaderboard page
  9. DOM: Extract launch detail page
  10. DOM: Extract maker profile
  11. DOM: Extract website email and content
  12. Composite: Full product extraction (leaderboard + detail + maker + website)
  13. Pagination
  14. Success Criteria
Ships with 4 files
  • scripts/extract-launch-detail.py
  • scripts/extract-leaderboard.py
  • scripts/extract-maker-profile.py
  • scripts/extract-website-content.py
More from skills
All skills →
About this skill
What does the producthunt-launches skill do?

Scrape Product Hunt daily/weekly/monthly/yearly leaderboard launches with full product details, maker profiles, and website contact info. Use when user mentions Product Hunt, producthunt, PH scraper, product hunt launches, product hunt leaderboard, scrape product hunt, product hunt data, PH daily launches, product hunt upvotes, product hunt maker info, extract product hunt, product hunt today, top products product hunt, product hunt archive, PH products, product hunt email extraction, product hunt contact info, producthunt.com scraping, get product hunt launches, product hunt API alternative.

How do I install it?

Run `npx skills add browser-act/skills --skill producthunt-launches --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 browser-act/skills, a repository with 5,160 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