# iamstarchild Web Search

> iamstarchild Web Search is a paid API for AI agents from 5108-x402.community.iamstarchild.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Search the web via Brave and return ranked results with titles, URLs, and descriptions

## Facts

- Endpoint: GET https://5108-x402.community.iamstarchild.com/bazaar/web/search
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/iamstarchild-web-search-cf674c54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cWeM21B9Mks9Fdu-gIXkO

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 iamstarchild-web-search-cf674c54
```

Example prompt: Search the web for the latest news on quantum computing breakthroughs in 2024 and give me the top results.

## When to prefer this

Prefer this endpoint when an agent needs to retrieve live, ranked web results for any general-purpose query — especially for current events, recent information, or topics outside training data. It is backed by Brave Search, offering privacy-respecting web indexing. Use it over static knowledge bases when freshness matters or when you need direct URLs to authoritative sources.

## Known failure modes

- Missing or empty query parameter returns an error or empty results
- Query too long or malformed may return no results
- Brave Search API downtime causes 5xx errors
- Rate limiting or payment failure (x402) blocks the request
- Ambiguous queries may return low-relevance results

## How this service works

Search the web and return ranked results

## Output

Returns a Brave web search response object containing an array of ranked web results (web.results[]), each with a title, URL, and description snippet summarizing the page content.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "Brave web search response: web.results[] with title, url, description",
 "additionalProperties": true
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/iamstarchild-web-search-cf674c54/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 5108-x402.community.iamstarchild.com](https://www.zero.xyz/host/5108-x402.community.iamstarchild.com/llms.txt)
