# Nobel Laureates Search

> Nobel Laureates 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-14).

Search Nobel laureates by name and return matching results with prize category and year

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/nobel-laureates-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nobel-laureates-search-6dd1c572
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Z36UnZQvJx36KaNANYM6

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 nobel-laureates-search-6dd1c572 -d '<json body>'
```

Example prompt: Can you look up Nobel laureates with the name 'curie' and tell me what prize they won and in what year?

## When to prefer this

Use this endpoint when you need to look up Nobel Prize winners by name — specifically to retrieve the prize category and year awarded. Ideal for fact-checking, educational queries, or enriching biographical data about scientists, authors, or public figures who may have won a Nobel Prize.

## Known failure modes

- No matches found for the given name query — returns empty result or empty array
- Missing or empty q parameter — may return error or all records
- Misspelled name query returns no results
- Network timeout or server error returning non-200 response

## How this service works

Nobel laureates matching a name query, with prize category and year; q = name (e.g. curie). Query: ?q= Returns JSON.

## Output

A JSON array of Nobel laureates whose names match the query, each including the laureate's name, prize category (e.g. Physics, Chemistry, Peace, Literature, Medicine, Economics), and the year they were awarded the prize.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nobel-laureates-search-6dd1c572/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)
