# Beyourspace Eurostat Economic Indicator Lookup

> Beyourspace Eurostat Economic Indicator Lookup is a paid API for AI agents from api.beyourspace.es, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-18).

Returns the latest inflation (HICP/IPCA) or unemployment rate for a specified EU country from Eurostat, including period, unit, estimation flag, and dataset citation.

## Facts

- Endpoint: POST https://api.beyourspace.es/v1/indicador-eurostat
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/beyourspace-eurostat-economic-indicator-lookup-49452a77
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__FvGJ4HmJrHvTRNs1UC1S

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 beyourspace-eurostat-economic-indicator-lookup-49452a77 -d '<json body>'
```

Example prompt: What is the latest inflation rate (IPCA) for Germany according to Eurostat? I also want to know the time period it covers and whether it's an estimate.

## When to prefer this

Choose this endpoint when you need the latest official Eurostat inflation (HICP/IPCA) or unemployment figure for a specific EU member state, including provenance metadata like period, unit, and dataset citation. It is ideal for economic reporting, dashboards, or agent workflows that need authoritative EU macroeconomic data without scraping Eurostat directly.

## Known failure modes

- Unknown or non-EU country code returns an error or empty result
- Invalid indicator type (not inflation or unemployment) returns an error
- Eurostat API upstream unavailability causes timeout or failure
- Missing required fields (pais or indicador) result in a validation error
- Some countries may have delayed data publication leading to stale results

## How this service works

Endpoints de pago por uso para extraer datos de texto, leer páginas públicas y transformar CSV en JSON normalizado. Sin cuentas ni permanencia, con esquemas documentados y ejemplos ejecutables.

## Output

Returns the most recent value of the requested indicator (HICP inflation or unemployment rate) for the specified EU country, along with the reference period, the unit of measure, a boolean flag indicating whether the figure is an estimate, and a citation of the Eurostat dataset used.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "pais": {
   "type": "string"
  },
  "indicador": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/beyourspace-eurostat-economic-indicator-lookup-49452a77/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.beyourspace.es](https://www.zero.xyz/host/api.beyourspace.es/llms.txt)
