AI News Crawler
Crawl AI news from multiple sources including HackerNews, Reddit, arXiv, and GitHub trending repositories.CLI Quickstart
Use in Your App (SDK)
Use as HTTP Server
Start Server
Invoke via curl
Input Schema
Output Schema
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
| sources | array | [“hackernews”] | News sources to crawl |
| max_articles | int | 50 | Maximum articles per source |
| time_window_hours | int | 24 | Time window for filtering |
| keywords | array | [“AI”, “ML”] | Filter keywords |
Dependencies
Environment Variables
| Variable | Required | Description |
|---|---|---|
| TAVILY_API_KEY | Optional | For web search source |

