{
  "openapi": "3.0.1",
  "info": {
    "title": "Emerging Launch Radar: GitHub Trending + Hacker News Momentum",
    "description": "Find software products gaining real traction now. Chains GitHub trending velocity with Hacker News attention (optional Product Hunt), joins them per project, and scores momentum 0-100 into breakout / momentum / mention tiers. Core sources are token-free and antibot-free. Pay per scored project.",
    "version": "0.1",
    "x-build-id": "yg2Vdkdlxi1udnveg"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/scrapemint~emerging-launch-radar-pipeline/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-scrapemint-emerging-launch-radar-pipeline",
        "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/scrapemint~emerging-launch-radar-pipeline/runs": {
      "post": {
        "operationId": "runs-sync-scrapemint-emerging-launch-radar-pipeline",
        "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/scrapemint~emerging-launch-radar-pipeline/run-sync": {
      "post": {
        "operationId": "run-sync-scrapemint-emerging-launch-radar-pipeline",
        "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": {
          "keywords": {
            "title": "Keywords / topics",
            "type": "array",
            "description": "Optional. Narrows the Hacker News search (and Product Hunt, if on) to these terms. Leave empty to take the whole GitHub trending list plus the HN feeds below. Examples: [\"ai agent\", \"vector db\", \"devtool\"].",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "githubTimeframes": {
            "title": "GitHub trending timeframes",
            "type": "array",
            "description": "Which GitHub trending lists to pull. daily catches the freshest movers; weekly/monthly are steadier.",
            "default": [
              "daily"
            ],
            "items": {
              "type": "string"
            }
          },
          "githubLanguages": {
            "title": "GitHub languages",
            "type": "array",
            "description": "Optional language filters for GitHub trending, e.g. [\"python\", \"typescript\", \"rust\"]. Empty pulls all languages.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "hnFeeds": {
            "title": "Hacker News feeds",
            "type": "array",
            "description": "Which HN feeds to pull. Valid: show (Show HN launches), top (front page), best, new, ask, jobs. Default show + top is the launch / traction signal.",
            "default": [
              "show",
              "top"
            ],
            "items": {
              "type": "string"
            }
          },
          "hnMaxAgeHours": {
            "title": "Hacker News max age (hours)",
            "minimum": 24,
            "maximum": 2160,
            "type": "integer",
            "description": "Ignore HN stories older than this. 168 = one week of launches.",
            "default": 168
          },
          "minStarsInPeriod": {
            "title": "Minimum GitHub stars in period",
            "minimum": 0,
            "type": "integer",
            "description": "A project with fewer stars-in-period than this AND below the HN points floor (and no Product Hunt votes) is dropped as noise.",
            "default": 10
          },
          "minHnPoints": {
            "title": "Minimum Hacker News points",
            "minimum": 0,
            "type": "integer",
            "description": "HN points floor used by the same noise gate as above.",
            "default": 10
          },
          "maxItemsPerSource": {
            "title": "Max items per source",
            "minimum": 20,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on rows pulled from each source per run. Controls total cost (each child also bills per row).",
            "default": 150
          },
          "includeProductHunt": {
            "title": "Add Product Hunt source",
            "type": "boolean",
            "description": "Optional third signal. When on AND you supply your own Product Hunt developer token below, launches are joined in as a corroborating source. Off keeps the run token-free.",
            "default": false
          },
          "productHuntToken": {
            "title": "Product Hunt developer token",
            "type": "string",
            "description": "Your own Product Hunt developer token. Create one at https://www.producthunt.com/v2/oauth/applications. Only used when the toggle above is on."
          },
          "productHuntTopics": {
            "title": "Product Hunt topics",
            "type": "array",
            "description": "Optional Product Hunt topic slugs to scan, e.g. [\"developer-tools\", \"artificial-intelligence\"].",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "includeDomainEnrichment": {
            "title": "Add domain WHOIS + MX enrichment",
            "type": "boolean",
            "description": "Optional. Runs domain-intelligence on each project's domain so rows carry registrar, domain age, and whether the domain has mail (MX) for outreach. Adds child cost.",
            "default": false
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional Apify proxy passed to the child actors. GitHub and Hacker News do not require a proxy.",
            "default": {
              "useApifyProxy": true
            }
          }
        }
      },
      "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}