# Hacker News Launches This Week: Show HN and New GitHub Projects

**Use case:** 

See the biggest launches on Hacker News this week: Show HN and Launch HN posts plus new GitHub projects and releases, ranked by points and momentum. Each launch comes with points, comments, the discussion link and the project link, and GitHub stars when it is also trending.

## Input

```json
{
  "period": "weekly",
  "sources": [
    "hackerNews"
  ],
  "minHackerNewsPoints": 10,
  "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`).
