Skip to main content
Product Hunt logo

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

FieldDescriptionRequiredFormat
Client IDProduct Hunt OAuth App Client IDYesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Client SecretProduct Hunt OAuth App Client SecretYesxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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

Response

{
  "$defs": {
    "TopicOption": {
      "additionalProperties": false,
      "description": "A single topic option with slug and display name.",
      "properties": {
        "value": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Value"
        },
        "label": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "default": null,
          "title": "Label"
        }
      },
      "title": "TopicOption",
      "type": "object"
    }
  },
  "additionalProperties": false,
  "properties": {
    "success": {
      "title": "Success",
      "type": "boolean"
    },
    "error": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "title": "Error"
    },
    "topics": {
      "items": {
        "$ref": "#/$defs/TopicOption"
      },
      "title": "Topics",
      "type": "array"
    }
  },
  "required": [
    "success"
  ],
  "title": "ListTopicOptionsOutput",
  "type": "object"
}

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 + error rather than raising.

Google Analytics

Hootsuite

LinkedIn