# ADH Attention-Wiki Wikipedia Pageviews Intelligence Feed

> ADH Attention-Wiki Wikipedia Pageviews Intelligence Feed is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns yesterday's top Wikipedia pageview rankings as a leading indicator of public attention, narrative trends, and media momentum for financial and market intelligence contexts.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/attention-wiki
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-attention-wiki-wikipedia-pageviews-intelligence-feed-bd94208d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VbwmNtyyDONqo4rJrR1jG

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 adh-attention-wiki-wikipedia-pageviews-intelligence-feed-bd94208d
```

Example prompt: Pull yesterday's Wikipedia pageview rankings from the ADH attention-wiki feed so I can see what narratives and public figures the world was actually looking up — I want to use it as a leading indicator for news and market momentum.

## When to prefer this

Choose this endpoint when you need a free-text, human-attention signal rather than structured financial data — it is ideal for narrative momentum analysis, event-window studies, and detecting which public figures or topics are gaining mindshare before traditional media or market prices reflect it. Prefer it over social media trend APIs when you want a cleaner, bot-free signal of genuine public curiosity. Best combined with ADH macro or crypto endpoints to correlate attention spikes with asset movements.

## Known failure modes

- Wikimedia upstream delay may cause data to reflect two days ago rather than yesterday
- Empty or partial results if Wikimedia pageview pipeline is delayed
- HTTP 402 if x402 payment not properly attached or USDC balance insufficient
- Rate limiting if called excessively without valid payment headers
- Stale collected_at timestamp if ADH ingestion pipeline has a backlog

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A ranked list of up to 100 Wikipedia articles by pageview count for the previous day, including article title, rank, view count, date, source project (e.g. en.wikipedia), data type label, collection timestamp, and an analyst note explaining the signal value of the data as a narrative and attention leading indicator.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "rank": 4,
     "views": 525043,
     "article": "Joshua Kushner"
    },
    {
     "rank": 4,
     "views": 525043,
     "article": "Joshua Kushner"
    }
   ],
   "date": "2026-08-12",
   "entries": 100,
   "project": "en.wikipedia"
  },
  "note": "What the world actually looked up yesterday - leading indicator for news and narrative.",
  "source": "wikimedia-pageviews",
  "data_type": "媒体",
  "collected_at": "2026-08-14T00:43:07Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-attention-wiki-wikipedia-pageviews-intelligence-feed-bd94208d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
