# Top Hacker News Launches This Month: Show HN and GitHub

**Use case:** 

See the top launches on Hacker News over the last 30 days: Show HN and Launch HN posts plus new GitHub projects and releases with at least 50 points, ranked by momentum. Each launch comes with points, comments, the discussion link and the project link.

## Input

```json
{
  "period": "monthly",
  "sources": [
    "hackerNews"
  ],
  "minHackerNewsPoints": 50,
  "onlyOnBothPlatforms": false,
  "maxResults": 100
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "name": {
    "label": "Launch"
  },
  "momentumScore": {
    "label": "Momentum",
    "format": "number"
  },
  "signals": {
    "label": "Signals",
    "format": "array"
  },
  "onBothPlatforms": {
    "label": "On both",
    "format": "boolean"
  },
  "githubStarsGained": {
    "label": "Stars gained",
    "format": "number"
  },
  "githubStars": {
    "label": "Total stars",
    "format": "number"
  },
  "language": {
    "label": "Language"
  },
  "hackerNewsPoints": {
    "label": "HN points",
    "format": "number"
  },
  "hackerNewsComments": {
    "label": "HN comments",
    "format": "number"
  },
  "hackerNewsTopTitle": {
    "label": "Top HN post"
  },
  "launchUrl": {
    "label": "Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Emerging Launch Radar: GitHub Trending + Hacker News Momentum](https://apify.com/precious_bathmat/emerging-launch-radar.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/precious_bathmat/emerging-launch-radar.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/precious_bathmat/emerging-launch-radar.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
