# Trending AI Projects This Week: GitHub and Hacker News

**Use case:** 

See the AI, LLM, agent and MCP projects taking off this week on GitHub Trending and Hacker News, ranked by momentum. Each project comes with GitHub stars gained, Hacker News points and comments, description, topics and links. Built for AI engineers, investors and newsletter writers tracking new AI tools.

## Input

```json
{
  "period": "weekly",
  "sources": [
    "githubTrending",
    "hackerNews"
  ],
  "keywords": [
    "ai",
    "llm",
    "llms",
    "agent",
    "agents",
    "gpt",
    "rag",
    "mcp",
    "model",
    "models"
  ],
  "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`).
