# RobotsShop Trust Index Search

> RobotsShop Trust Index Search is a paid API for AI agents from api.robotsshop.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Search and filter ranked x402 API endpoints by trust score, grade, spam status, and domain to discover high-quality paywalled services

## Facts

- Endpoint: GET https://api.robotsshop.io/v0/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/robotsshop-trust-index-search-9ccabd2b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Djm-P0nB9XGMH2JyEMPeV

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 robotsshop-trust-index-search-9ccabd2b
```

Example prompt: Search the RobotsShop Trust Index for x402 endpoints related to 'weather data', only show results with a trust score of at least 70, exclude spam, and return up to 20 results.

## When to prefer this

Use this endpoint when you need to discover and vet x402 paywalled API endpoints by quality signals such as trust score, letter grade, or spam classification — especially when building agent workflows that dynamically select which paid APIs to call. Prefer over the top-N endpoint when you need full-text search or domain-specific filtering rather than just the highest-scored results.

## Known failure modes

- Invalid min_score value outside 0-100 range returns validation error
- limit exceeding 200 returns schema validation error
- Unknown grade value in filter returns empty or error response
- No matching endpoints found returns empty result set
- Service unavailable returns HTTP 5xx

## How this service works

RobotsShop Trust Index — filtered ranked x402 endpoints (score, grade, spam, payTo integrity)

## Output

A ranked, filtered list of x402 API endpoints including their trust scores (0-100), letter grades, spam flags, and payTo integrity status — paginated by offset and capped at the requested limit.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "seller": "RobotsShop",
  "results": [
   {
    "grade": "A",
    "score": 95,
    "resource": "https://example.com/x402"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/robotsshop-trust-index-search-9ccabd2b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.robotsshop.io](https://www.zero.xyz/host/api.robotsshop.io/llms.txt)
