Overview
Add Product Hunt to any ModuleX agent or workflow. Discover and explore tech products, topics, and community posts via the Product Hunt GraphQL API (api.producthunt.com/v2/api/graphql).
Categories: Social Media · Productivity & Collaboration · Marketing · Auth: OAuth2 · Actions: 1
Authentication
OAuth2 Authentication
Connect using Product Hunt OAuth (recommended)Required Credentials
| Field | Description | Required | Format |
|---|---|---|---|
| Client ID | Product Hunt OAuth App Client ID | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
| Client Secret | Product Hunt OAuth App Client Secret | Yes | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
OAuth Configuration
- Authorization URL:
https://api.producthunt.com/v2/oauth/authorize - Token URL:
https://api.producthunt.com/v2/oauth/token - Scopes:
public,private
Available Actions
list_topic_options — Retrieves available topic options with slug and display name
list_topic_options — Retrieves available topic options with slug and display name
Response
Limits & Quotas
- Product Hunt API v2 rate limits are not publicly documented in detail; typical observed limit is approximately 450 requests per 15-minute window per token.
- No per-request pricing; API access is free for authorized applications.
- Error model: non-2xx responses and GraphQL-level errors are caught and returned as
success=False+errorrather than raising.