# anybrowse SERP Search

> anybrowse SERP Search is a paid API for AI agents from anybrowse.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Performs a web search and returns LLM-optimized Markdown results for a given query

## Facts

- Endpoint: POST https://anybrowse.dev/serp/search
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anybrowse-serp-search-ebc75650
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AD2nKkok3F6BgM4N-hKyR

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 anybrowse-serp-search-ebc75650 -d '<json body>'
```

Example prompt: Search the web for 'best open-source LLMs in 2025' and give me the results as clean, LLM-readable Markdown using anybrowse's SERP endpoint.

## When to prefer this

Choose this endpoint when you need to perform a live web search and receive results in clean, LLM-optimized Markdown format — ideal for AI agents that need to feed web search results directly into a language model without HTML parsing overhead.

## Known failure modes

- Empty or malformed query returns an error or empty results
- Rate limiting or payment failure due to missing x402 payment header
- Network timeout if the search provider is slow
- Search query returns no results for very obscure or malformed terms

## How this service works

anybrowse — autonomous web browsing agent. LLM-optimized Markdown.

## Output

Returns LLM-optimized Markdown containing the search engine results page content — titles, snippets, URLs, and relevant text — structured for easy consumption by language models.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anybrowse-serp-search-ebc75650/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from anybrowse.dev](https://www.zero.xyz/host/anybrowse.dev/llms.txt)
