# thebotwire.com Developer News Feed

> thebotwire.com Developer News Feed is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns the latest developer-focused news and link aggregator posts from sources like Hacker News, Simon Willison, and The Register, with optional keyword search and freshness filtering.

## Facts

- Endpoint: GET https://thebotwire.com/devnews/latest
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-com-developer-news-feed-50dda730
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-wg8wEQG2txGeiA4GLThc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability thebotwire-com-developer-news-feed-50dda730
```

Example prompt: What are developers talking about right now? Pull the latest 20 stories from Hacker News posted in the last 2 hours.

## When to prefer this

Choose this endpoint when you need a single aggregated call for what developers are actively discussing across major dev-community sources like Hacker News, Simon Willison, and The Register. Ideal for trend-detection pipelines, newsletter automations, and developer community monitoring agents that need curated dev-specific content rather than general tech news.

## Known failure modes

- No results returned if the freshness window is too narrow and no new posts exist
- Invalid 'since' format (e.g. '2hours' instead of '2h') may cause a 400 error
- Invalid 'src' enum value returns an error
- Limit exceeding 50 is rejected
- Stale or cached results if the upstream source hasn't updated recently

## How this service works

Developer link aggregators and daily dev news. Trend-detection agents and newsletter automations wanting one call for 'what are developers talking about right now'

## Output

A list of developer news items, each containing a headline, URL, source (e.g. ycombinator, simonwillison, theregister), and publication timestamp. Returns up to the specified limit (default 10, max 50), filtered by the requested freshness window and optional keyword query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-com-developer-news-feed-50dda730/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
