, so every page shipped two description tags and crawlers read this generic one instead of the page's own. Each route sets its own. --> %sveltekit.head%
+ news-search

> News search

// Searches news articles by keywords, date range, and sources

newssearcharticles

Searches news articles by keywords, date range, and sources. Agents can request it by capability ID news.search, or by plain intent — EntRoute resolves phrases like “search news”, “find news” and “news search” to this capability.

EntRoute currently lists 50+ endpoints from 14 providers for news.search, priced from $0.001 to $0.1 per call, settled in USDC on Base. The quickest responds in about 11ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"search news" "find news" "news search" "news lookup"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "news.search"}'
// endpoints.json
50 results
$0.0010
https://news-x402.com/news/sentiment
success: 100%
latency: 11ms
$0.0010
https://news-x402.com/news/entity-graph
success: 100%
latency: 11ms
$0.0010
https://news-x402.com/news/translingual
success: 100%
latency: 15ms
$0.0010
https://x402.coinstats.app/news/sources
success: 100%
latency: 17ms
$0.0010
https://news-x402.com/news/geographic
success: 100%
latency: 17ms
#6 Httpay listed
$0.0010
https://httpay.xyz/api/gateway/newsapi/%7B*path%7D
success: 100%
latency: 21ms
#7 Httpay listed
$0.0010
https://httpay.xyz/api/gateway/newsapi/%7B*path%7D/*
success: 100%
latency: 32ms
$0.0010
https://x402.coinstats.app/news/1
success: 100%
latency: 74ms
$0.0050
https://api.cn402.com/tg/channel
success: 100%
latency: 28ms
https://api.agentnewsstand.com/v1/filings
success: 100%
latency: 109ms
https://api.agentnewsstand.com/v1/read
success: 100%
latency: 110ms
$0.0050
https://api.x402node.dev/forum/hn
success: 100%
latency: 56ms
$0.0080
https://api.x402node.dev/feed/parse
success: 100%
latency: 27ms
#14 Httpay listed
$0.0050
https://httpay.xyz/api/news/crypto
success: 100%
latency: 101ms
https://api.tickersfeed.net/stock/GOOGL/news
success: 100%
latency: 123ms
https://api.tickersfeed.net/stock/CRCLX/news
success: 100%
latency: 129ms
https://api.tickersfeed.net/stock/USDC/news
success: 100%
latency: 130ms
http://news-summarizer-x402.vercel.app/sentiment
success: 100%
latency: 140ms
$0.0010
https://jmt-x402-proxy.jmthomasofficial.workers.dev/v2/api/news-briefing
success: 100%
latency: 213ms
https://api.agentnewsstand.com/v1/context
success: 100%
latency: 213ms
https://api.agentnewsstand.com/v1/macro
success: 100%
latency: 232ms
$0.0150
https://base-intel-api.jakemaxsigal.workers.dev/search
success: 100%
latency: 18ms
https://api.tickersfeed.net/stock/MCD/news
success: 100%
latency: 183ms
https://api.hergertsynthora.com/v1/sentiment
success: 100%
latency: 207ms
$0.0010
https://tradepulse.theaslangroupllc.com/api/trade/news
success: 100%
latency: 288ms
$0.0080
https://api.x402node.dev/search/news
success: 100%
latency: 179ms
$0.0150
https://api.x402node.dev/serp/cn-news
success: 100%
latency: 69ms
https://api.agentnewsstand.com/v1/search
success: 100%
latency: 306ms
https://api.tickersfeed.net/stock/SPY/news
success: 100%
latency: 250ms
https://api.tickersfeed.net/stock/PLTR/news
success: 100%
latency: 258ms
https://api.tickersfeed.net/stock/CRCL/news
success: 100%
latency: 264ms
https://api.tickersfeed.net/stock/NVDA/news
success: 100%
latency: 267ms
https://api.tickersfeed.net/stock/AAPL/news
success: 100%
latency: 268ms
https://api.tickersfeed.net/stock/MU/news
success: 100%
latency: 271ms
https://api.tickersfeed.net/stock/MSFT/news
success: 100%
latency: 272ms
https://api.tickersfeed.net/stock/GLD/news
success: 100%
latency: 278ms
https://api.tickersfeed.net/stock/MSTR/news
success: 100%
latency: 283ms
$0.0150
https://archtools.dev/v1/tools/crypto-news
success: 100%
latency: 131ms
https://api.tickersfeed.net/stock/AVGO/news
success: 100%
latency: 293ms
https://api.tickersfeed.net/stock/COIN/news
success: 100%
latency: 295ms
https://api.tickersfeed.net/stock/UNH/news
success: 100%
latency: 295ms
https://api.tickersfeed.net/stock/META/news
success: 100%
latency: 316ms
$0.0150
https://archtools.dev/v1/tools/news-search
success: 100%
latency: 162ms
$0.0150
https://api.x402node.dev/serp/cn
success: 100%
latency: 172ms
https://api.tickersfeed.net/stock/TSLA/news
success: 100%
latency: 343ms
https://api.tickersfeed.net/stock/BRK.B/news
success: 100%
latency: 346ms
$0.0200
https://api.cn402.com/tg/scan
success: 100%
latency: 171ms
$0.0200
https://api.x402node.dev/serp/news
success: 100%
latency: 320ms
https://api.oblique.markets/api/v1/paid/sentiment
success: 100%
latency: 30ms
https://api.hergertsynthora.com/v1/cryptonews
success: 100%
latency: 241ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about News search

How much does a news search API call cost?

Endpoints listed for news.search on EntRoute are priced from $0.001 to $0.1 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for news search endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer news search?

50+ endpoints are currently listed for news.search across 14 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these news search endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.