# AdFreeLLM Maps Search

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

Searches for local businesses and places by category and location, returning names, addresses, and categories

## Facts

- Endpoint: POST https://adfreellm.com/relay/1787408857149/maps/search
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adfreellm-maps-search-bb1405af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HJmpCXLA3G6t6jxSgA3nI

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-maps-search-bb1405af -d '<json body>'
```

Example prompt: Can you find me up to 10 coffee shops in Austin, Texas?

## When to prefer this

Choose this endpoint when you need to discover local businesses, points of interest, or services by category within a specific geographic area and want structured name/address/category data back. Useful for travel planning, competitor research, or local service lookup tasks. Prefer this over general web search when you need clean, structured business listing data rather than web pages.

## Known failure modes

- Empty results array if no businesses match the query or location
- Invalid location string may return no results or an error
- Query exceeding 300 characters will be rejected by schema validation
- Limit parameter above 10 will be rejected
- Service may return partial results if the location is ambiguous

## 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 business listings, each containing a title (business name), address (street address), and categoryName (type of business/establishment).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "title": "Example Coffee",
   "address": "123 Main St",
   "categoryName": "Coffee shop"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adfreellm-maps-search-bb1405af/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)
