# GlobalAPI x402 — US Wages Data

> GlobalAPI x402 — US Wages Data is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Retrieves live US wage and compensation data from GlobalAPI's pay-per-call economic data service at $0.005 USDC per call.

## Facts

- Endpoint: GET https://globalapi.dev/us/wages
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-us-wages-data-f9c469c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LVhkAvcX7wwYxtnoge_iz

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 globalapi-x402-us-wages-data-f9c469c5
```

Example prompt: Can you pull the latest US wages data from GlobalAPI? I need current wage and compensation figures for the United States.

## When to prefer this

Choose this endpoint when you need live US wage or compensation data on a pay-per-call basis without committing to a subscription or API key. Ideal for agents that only occasionally need US economic wage data and want to pay per use in USDC via the x402 protocol.

## Known failure modes

- Payment not included or insufficient USDC amount returns 402 Payment Required
- Invalid properties filter parameter returns 400 Bad Request
- Service temporarily unavailable returns 503
- No data available for requested properties returns empty or 404 response

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns live US wage and compensation data including economic indicators. Response is machine-ready JSON delivered after a $0.005 USDC micropayment via the x402 protocol — no API key required.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-x402-us-wages-data-f9c469c5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
