# AgentToll OSINT Airport Lookup

> AgentToll OSINT Airport Lookup is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns detailed information about an airport given its ICAO code

## Facts

- Endpoint: POST https://agenttoll.dev/paid/osint/airport
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-osint-airport-lookup-f6af2df4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SS8gAaXbh6eMt4vzpaWLr

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 agenttoll-osint-airport-lookup-f6af2df4 -d '<json body>'
```

Example prompt: Can you look up the airport details for ICAO code KJFK and tell me what you find about it?

## When to prefer this

Use this endpoint when you need structured airport data keyed by ICAO code and are comfortable with a micro-payment per call in USDC on Base. Prefer this over free alternatives when you need reliable, on-demand lookups without managing API keys or subscriptions, or when integrating into an agent workflow that already uses the x402 payment protocol. Best for OSINT, aviation research, or data enrichment tasks where per-call cost is acceptable.

## Known failure modes

- Invalid or unrecognized ICAO code returns an error or empty result
- Payment failure in USDC on Base blockchain prevents the call from completing
- Malformed ICAO code (wrong format or length) may return an error
- Small or private airfields may have limited data or no results
- Rate limiting or infrastructure issues may cause timeouts

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

A JSON object containing airport metadata for the given ICAO code, likely including the airport's full name, city, country, geographic coordinates, and other identifying information available from OSINT data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "icao": {
   "type": "string",
   "description": "string ICAO code e.g. KJFK, EGLL"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-osint-airport-lookup-f6af2df4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenttoll.dev](https://www.zero.xyz/host/agenttoll.dev/llms.txt)
