# research-openalex

> research-openalex is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieves global academic literature metrics from OpenAlex, including publication counts, institutional affiliations, and citation trends — at zero cost per insight.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/research-openalex
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/research-openalex-309f736b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cCuQriyimMStnp6ruuvQd

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 research-openalex-309f736b
```

Example prompt: Pull me the global publication counts and citation trends for machine learning research from OpenAlex, so I can see how the field has grown over the last decade.

## When to prefer this

Choose this endpoint when you need free, large-scale bibliometric data covering global academic literature without requiring API keys or institutional subscriptions. Ideal for research trend analysis, institution benchmarking, and citation intelligence. Prefer alternatives if you need full-text paper access, author-level disambiguation, or real-time preprint data.

## Known failure modes

- Missing or invalid query parameters may return empty result sets
- OpenAlex coverage gaps for niche or very recent topics
- Rate limits on upstream OpenAlex API may cause delayed or partial responses
- Ambiguous topic queries may return overly broad or irrelevant metrics

## How this service works

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

## Output

Returns structured academic metrics from OpenAlex including publication counts broken down by year or institution, citation statistics, and research trend data for the queried topic or entity. Response includes aggregated scholarly output indicators useful for research intelligence and competitive analysis.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "count": 5570175,
   "sample": [
    {
     "year": 2007,
     "title": "Climate change 2007: the physical science basis",
     "cited_by": 23477
    },
    {
     "year": 2007,
     "title": "Climate change 2007: the physical science basis",
     "cited_by": 23477
    }
   ],
   "search": "climate"
  },
  "source": "openalex",
  "data_type": "科研学术",
  "collected_at": "2026-08-09T18:05:08Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/research-openalex-309f736b/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)
