# EU Open Data Portal Dataset Search

> EU Open Data Portal Dataset 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-13).

Searches the official EU open data portal catalog (data.europa.eu) by keyword and returns matching dataset metadata as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/gov-eu-datasets
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-open-data-portal-dataset-search-2f718daa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_q5wCowCDa4hwAM6wWpHek

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 eu-open-data-portal-dataset-search-2f718daa -d '<json body>'
```

Example prompt: Search the EU open data portal for datasets related to elections — I want to see what official European datasets are available on that topic.

## When to prefer this

Use this endpoint when you need to discover official, government-published datasets from EU institutions via the data.europa.eu catalog. Prefer this over generic web search when you specifically want structured open data from European Union sources, or when building data pipelines that require authoritative EU statistics or government records.

## Known failure modes

- Empty result set if search query matches no datasets in the EU catalog
- Upstream data.europa.eu API unavailability causing timeout or error
- Malformed or missing query parameter returning unexpected results
- Rate limiting or payment failure returning 402 error

## How this service works

GOV: Search the official EU open data portal catalog (data.europa.eu). Query ?q=election. Returns JSON.

## Output

A JSON response containing catalog entries from data.europa.eu matching the search query, including dataset titles, descriptions, publisher information, and metadata about available EU open datasets.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-open-data-portal-dataset-search-2f718daa/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)
