# RiskPulse Country Risk Comparison

> RiskPulse Country Risk Comparison is a paid API for AI agents from riskpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Compares two or more countries side-by-side across safety, political stability, business environment, and expat friendliness dimensions

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-country-risk-comparison-61ee7903
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Az8lsNEJ83bCwMKTy4F__

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 riskpulse-country-risk-comparison-61ee7903
```

Example prompt: Can you compare the risk profiles of Portugal and Colombia side-by-side — I want to know which is safer, more politically stable, better for business, and more expat-friendly so I can decide where to relocate?

## When to prefer this

Use this endpoint when an agent needs to directly compare two or more countries rather than analyze a single country in depth. Prefer this over the single-country profile endpoint when the user's decision requires relative ranking or head-to-head evaluation across safety, stability, business, and expat dimensions.

## Known failure modes

- Invalid or unrecognized country name/code returns an error
- Fewer than two countries specified results in a validation error
- Payment not completed returns 402 Payment Required
- Unsupported country combination may return partial data
- Rate limiting may occur under high request volume

## How this service works

Country risk comparison, side-by-side safety and stability ranking for multiple countries worldwide. Compares safety, political stability, business environment, and expat friendliness using governance data plus live research.

## Output

A structured side-by-side comparison of the specified countries covering safety scores, political stability, business environment quality, and expat friendliness ratings, enabling direct relative ranking and decision-making

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "countries"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "countries": {
   "type": "string",
   "description": "Comma-separated country names (e.g. Mexico,Colombia,Costa Rica)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-country-risk-comparison-61ee7903/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse-five.vercel.app](https://www.zero.xyz/host/riskpulse-five.vercel.app/llms.txt)
