# AdFreeLLM Google Search Relay

> AdFreeLLM Google Search Relay is a paid API for AI agents from adfreellm.com, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Performs a Google web search and returns a list of results including URLs, titles, and snippets

## Facts

- Endpoint: POST https://adfreellm.com/relay/1787408688097/search/google
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adfreellm-google-search-relay-dc060b56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kpkB7w_DRL0dO44dCl63V

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 adfreellm-google-search-relay-dc060b56 -d '<json body>'
```

Example prompt: Search Google for 'best open-source LLM fine-tuning frameworks 2025' and return the top 5 results in English for the US.

## When to prefer this

Choose this endpoint when an agent needs live web search results with real URLs and snippets — especially when Google's index freshness and coverage matter. Suitable for lightweight query-and-retrieve workflows where you need up to 20 results per call with country and language targeting. Prefer alternatives if you need structured data extraction, image search, or deep crawling of result pages.

## Known failure modes

- Empty results array if query returns no hits
- Query too long (over 500 characters) triggers validation error
- Invalid or unsupported country/language codes may fall back to defaults or return an error
- Payment failure (x402) if USDC balance is insufficient
- Rate limiting or timeout if the underlying Google Search API is unavailable

## How this service works

Chat with Gemini 3.6 Flash, DeepSeek V4 Flash and more — 100% free, no credit card, no subscription. Advertisers pay the bill. Pick a model and talk.

## Output

A JSON array of up to 20 search results, each containing a URL, page title, and a short description snippet extracted from the indexed page.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "url": "https://example.com",
   "title": "Example result",
   "description": "Result snippet"
  }
 ]
}
```

## More

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