# x402scan Resource Search

> x402scan Resource Search is a paid API for AI agents from x402scan.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search and discover resources listed in the x402 ecosystem by querying the x402scan explorer index

## Facts

- Endpoint: GET https://x402scan.com/api/x402/resources/search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-resource-search-dbac7536
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yVIde-gNuehKWuiYqAi-5

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 x402scan-resource-search-dbac7536
```

Example prompt: Search the x402scan ecosystem explorer for resources related to 'weather data' so I can see what x402-paywalled APIs or content are available to buy with crypto micropayments.

## When to prefer this

Use this endpoint when you need to discover or search for resources, APIs, or content that are sold via the x402 payment protocol. Ideal for agents that need to find paywalled data sources or services that accept USDC micropayments through x402. Choose this over generic web search when specifically looking within the x402 ecosystem.

## Known failure modes

- Empty results if no resources match the query
- Malformed query parameters returning 400 error
- Service unavailable returning 5xx if x402scan is down
- Payment required error if the $0.02 USDC x402 payment is not included
- Schema mismatch if required/properties fields are not formatted correctly

## How this service works

Explore the x402 ecosystem. View transactions, sellers, origins and resources. Explore the future of agentic commerce.

## Output

A list of x402 resources matching the search query, including details about sellers, origin URLs, resource types, and pricing metadata available in the x402 ecosystem.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-resource-search-dbac7536/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan.com](https://www.zero.xyz/host/x402scan.com/llms.txt)
