# OpenAlex Sources & Journals Search

> OpenAlex Sources & Journals Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Searches OpenAlex for academic journals and publication sources matching a query string, returning source names and host organizations.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/openalex-sources
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openalex-sources-journals-search-e983412c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iinoJmwITsHnHRHiloMpC

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 openalex-sources-journals-search-e983412c -d '<json body>'
```

Example prompt: Can you search OpenAlex for journals and sources related to 'climate science' and tell me their names and which organizations host them?

## When to prefer this

Use this endpoint when you need to discover or look up academic journals, preprint servers, or publication sources by keyword — especially when you need host organization information. Prefer this over general web search when structured, machine-readable scholarly source metadata is needed, or when building academic research tools that require journal discovery via the OpenAlex catalog.

## Known failure modes

- Missing or empty q parameter returns no results or an error
- Very broad queries may return too many results with limited filtering
- Misspelled journal names may return empty result sets
- Rate limiting or payment failure may block the request
- OpenAlex upstream unavailability causes 502/503 errors

## How this service works

Searches OpenAlex for journals and sources matching q, returning names and host organizations. Query: ?q= Returns JSON.

## Output

A JSON array of academic journals and publication sources matching the query, each including the source name and its host organization, sourced from the OpenAlex open scholarly metadata database.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openalex-sources-journals-search-e983412c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
