{
  "openapi": "3.0.1",
  "info": {
    "title": "Producthunt Scraper W/ Emails",
    "description": "Extracts complete Product Hunt launch data and enriches it with company information, founder details, public business emails, technology stack detection, launch analytics, comments, reviews, social profiles, and website intelligence.",
    "version": "0.0",
    "x-build-id": "4oeQLz9SWd9TL0t26"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/api402~producthunt/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-api402-producthunt",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/api402~producthunt/runs": {
      "post": {
        "operationId": "runs-sync-api402-producthunt",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/api402~producthunt/run-sync": {
      "post": {
        "operationId": "run-sync-api402-producthunt",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "maxNbItemsToScrape": {
            "title": "Maximum products to collect",
            "minimum": 0,
            "type": "integer",
            "description": "📦 Maximum number of products to collect during this run. Set to 0 to remove limits and gather all available products matching your target.",
            "default": 10
          },
          "shouldIncludePromotedListings": {
            "title": "Include sponsored launches",
            "type": "boolean",
            "description": "📢 Include sponsored or promoted Product Hunt launches whenever they can be identified from available data.",
            "default": false
          },
          "shouldScrapeOnlyFeaturedLaunches": {
            "title": "Featured launches only",
            "type": "boolean",
            "description": "⭐ Return only products that received a featured placement on Product Hunt.",
            "default": false
          },
          "shouldScrapeComments": {
            "title": "Collect comments",
            "type": "boolean",
            "description": "💬 Collect community discussions, maker responses, launch feedback, and engagement insights.",
            "default": false
          },
          "shouldScrapeReviews": {
            "title": "Collect ratings & reviews",
            "type": "boolean",
            "description": "⭐ Include available ratings, review counts, and review-related metrics for each product.",
            "default": false
          },
          "shouldScrapeBuiltWith": {
            "title": "Detect technology stack",
            "type": "boolean",
            "description": "🛠️ Analyze company websites to identify technologies such as React, Next.js, Stripe, Shopify, Webflow, WordPress, Supabase, analytics tools, and more.",
            "default": false
          },
          "shouldScrapeLaunches": {
            "title": "Discover previous launches",
            "type": "boolean",
            "description": "🚀 Discover additional Product Hunt launches associated with the same company, brand, or website.",
            "default": false
          },
          "shouldScrapeWebsite": {
            "title": "Enable company website enrichment",
            "type": "boolean",
            "description": "🌐 Visit company websites to discover public business emails, contact pages, social profiles, company details, metadata, and lead-generation signals.",
            "default": true
          },
          "shouldScrapeMakerWebsites": {
            "title": "Analyze maker websites",
            "type": "boolean",
            "description": "👤 Analyze founder and maker websites to uncover portfolios, social profiles, personal brands, and additional public contact information.",
            "default": true
          },
          "shouldScrapeDashboardDefaults": {
            "title": "Automatic leaderboard collection",
            "type": "boolean",
            "description": "📈 Automatically collect today's leaderboard, yesterday's leaderboard, the current week's rankings, and the current month's rankings. Perfect for scheduled monitoring.",
            "default": false
          },
          "startDate": {
            "title": "From date [YYYY-MM-DD]",
            "type": "string",
            "description": "☀️ Daily Leaderboards\n\nCollect products launched on specific dates.\n\n📅 Format: YYYY-MM-DD\nExample: 2026-06-15\n\nLeave all targeting sections empty to automatically collect today's Product Hunt leaderboard."
          },
          "endDate": {
            "title": "To date [YYYY-MM-DD] (optional)",
            "type": "string",
            "description": "📅 Optional ending date for a daily range.\n\nFormat: YYYY-MM-DD\nExample: 2026-06-30\n\nLeave empty to collect a single day only."
          },
          "startWeek": {
            "title": "From week [YYYY-WW]",
            "type": "string",
            "description": "📆 Weekly Rankings\n\nCollect launches from Product Hunt weekly leaderboards.\n\n📅 Format: YYYY-WW\nExample: 2026-18\n\nUse only this targeting section for weekly runs."
          },
          "endWeek": {
            "title": "To week [YYYY-WW] (optional)",
            "type": "string",
            "description": "📅 Optional ending week.\n\nFormat: YYYY-WW\nExample: 2026-22\n\nLeave empty to collect a single week."
          },
          "startMonth": {
            "title": "From month [YYYY-MM]",
            "type": "string",
            "description": "🗓 Monthly Rankings\n\nCollect products from Product Hunt monthly leaderboards.\n\n📅 Format: YYYY-MM\nExample: 2026-05\n\nIdeal for startup trend analysis and market research."
          },
          "endMonth": {
            "title": "To month [YYYY-MM] (optional)",
            "type": "string",
            "description": "📅 Optional ending month.\n\nFormat: YYYY-MM\nExample: 2026-08\n\nLeave empty to collect a single month."
          },
          "startYear": {
            "title": "From year [YYYY]",
            "minimum": 1000,
            "maximum": 9999,
            "type": "integer",
            "description": "📊 Yearly Rankings\n\nCollect the highest-performing Product Hunt launches from a specific year.\n\n📅 Format: YYYY\nExample: 2026"
          },
          "endYear": {
            "title": "To year [YYYY] (optional)",
            "minimum": 1000,
            "maximum": 9999,
            "type": "integer",
            "description": "📅 Optional ending year.\n\nFormat: YYYY\nExample: 2028\n\nLeave empty to collect a single year."
          },
          "categorySlugs": {
            "title": "Category slugs",
            "type": "array",
            "description": "🏷 Discover products from specific Product Hunt categories.\n\nExamples:\n• artificial-intelligence\n• developer-tools\n• productivity\n• marketing\n• fintech\n\nAdd one category slug per row.",
            "items": {
              "type": "string"
            }
          },
          "topicSlugs": {
            "title": "Topic slugs",
            "type": "array",
            "description": "🧭 Discover products from Product Hunt topics and communities.\n\nExamples:\n• developer-tools\n• open-source\n• startups\n• ai-agents\n• no-code\n\nAdd one topic slug per row.",
            "items": {
              "type": "string"
            }
          },
          "productHuntPageUrls": {
            "title": "Product Hunt page URLs",
            "type": "array",
            "description": "🔗 Already have Product Hunt pages?\n\nPaste leaderboard, category, or topic URLs directly.\n\nSupported:\n✅ Daily Leaderboards\n✅ Weekly Rankings\n✅ Monthly Rankings\n✅ Yearly Rankings\n✅ Categories\n✅ Topics\n\nExamples:\nhttps://www.producthunt.com/leaderboard/daily/2026/5/1/all\nhttps://www.producthunt.com/categories/artificial-intelligence\nhttps://www.producthunt.com/topics/developer-tools",
            "items": {
              "type": "string"
            }
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "🌐 Configure proxy settings for Product Hunt requests and website enrichment.\n\n💡 Residential proxies are recommended for large-scale scraping, website analysis, and email discovery."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}