# AI Agent News Aggregator - GitHub, Hacker News & X (Twitter)

**Use case:** 

One API call to fetch real-time AI Agent news from GitHub trending repos, Hacker News stories, and X (Twitter) posts. Built for AI Agents, content creators

## Input

```json
{
  "keywords": [
    "AI Agent"
  ],
  "sources": [
    "github",
    "hackernews"
  ],
  "timeRange": "24h",
  "maxItems": 30,
  "minEngagement": 0,
  "twitterCookies": "***",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "metrics.score": {
    "label": "Heat Score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Agent News Aggregator](https://apify.com/apiagent/ai-agent-news-aggregator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apiagent/ai-agent-news-aggregator) to learn more, explore other use cases, and run it yourself.