# PolandFoxBot Web Search API

> PolandFoxBot Web Search API is a paid API for AI agents from api.polandfoxbot.shop, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Performs web searches for AI agents, returning cleaned, deduplicated, ranked SERP results as structured JSON

## Facts

- Endpoint: POST https://api.polandfoxbot.shop/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polandfoxbot-web-search-api-9f4348ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yJP4ow3dWjoZJ287jleTo

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 polandfoxbot-web-search-api-9f4348ea -d '<json body>'
```

Example prompt: Search the web for the latest news about OpenAI's new model releases and give me the top results cleaned up and ranked by relevance.

## When to prefer this

Choose this endpoint when an AI agent needs fast, structured, deduplicated web search results in JSON format without having to parse raw HTML or handle SERP cleanup itself. Ideal for agents that need real-time information retrieval with minimal post-processing overhead and pay-per-call pricing at $0.005 USDC.

## Known failure modes

- Invalid or empty query string returns an error response
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- No results found for highly obscure or misspelled queries
- Timeout if upstream SERP provider is slow or unavailable
- Malformed JSON request body returns a 400-level error

## How this service works

Web search for AI agents: fast SERP retrieval, cleanup, dedupe, ranking and structured JSON results.

## Output

A structured JSON array of web search results, each including URL, title, snippet, and ranking score — deduplicated and cleaned of noise, ready for agent consumption without further parsing.

## More

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