producthunt

Search and retrieve Product Hunt posts, topics, users, and collections via GraphQL API. Four command categories: posts (by slug/ID, featured, filtered by topic or date), topics (lookup and search), users (profile and post history), and collections (featured and by ID) Requires a Product Hunt developer token set as PRODUCTHUNT_ACCESS_TOKEN environment variable Rate limited to 6250 complexity points per 15 minutes; includes built-in scripts for quick validation and data retrieval

INSTALLATION
npx skills add https://github.com/resciencelab/opc-skills --skill producthunt
Run in your project or agent environment. Adjust flags if your CLI version differs.

SKILL.md

$2a

Commands

All commands run from the skill directory.

Posts

python3 scripts/get_post.py chatgpt                    # Get post by slug

python3 scripts/get_post.py 12345                      # Get post by ID

python3 scripts/get_posts.py --limit 20                # Today's featured posts

python3 scripts/get_posts.py --topic ai --limit 10     # Posts in topic

python3 scripts/get_posts.py --after 2026-01-01        # Posts after date

python3 scripts/get_post_comments.py POST_ID --limit 20

Topics

python3 scripts/get_topic.py artificial-intelligence  # Get topic by slug

python3 scripts/get_topics.py --query "AI" --limit 20 # Search topics

python3 scripts/get_topics.py --limit 50              # Popular topics

Users

python3 scripts/get_user.py rrhoover                  # Get user by username

python3 scripts/get_user_posts.py rrhoover --limit 20 # User's posts

Collections

python3 scripts/get_collection.py SLUG_OR_ID          # Get collection

python3 scripts/get_collections.py --featured --limit 20

API Info

  • Type: GraphQL
  • Rate Limits: 6250 complexity points / 15 min
BrowserAct

Let your agent run on any real-world website

Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.

Explore BrowserAct Skills →

Stop writing automation&scrapers

Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.

Start free
free · no credit card