# NoWebLeads

> NoWebLeads is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Identifies businesses that lack an online presence, surfacing them as prospects for web design, digital marketing, and SaaS services.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/no-web-leads
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nowebleads-48b48b56
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TqbNq_jg7_Qtfiro6yyKM

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 nowebleads-48b48b56 -d '<json body>'
```

Example prompt: Find me up to 30 local plumbing businesses that don't have a website — I want to pitch them on web design services.

## When to prefer this

Choose this endpoint when you need to build a prospecting list specifically of businesses that lack websites or digital presences — ideal for web design agencies, digital marketers, and SaaS vendors targeting offline SMBs. Prefer this over generic business directories when the 'no online presence' filter is the core qualification criterion.

## Known failure modes

- No results returned if search terms are too narrow or niche
- Incomplete contact data for some businesses depending on data availability
- May include false positives (businesses with very minimal but existing web presence)
- Payment failure if USDC balance insufficient (x402 protocol error)
- Invalid or missing searchTerms may return empty or error response

## How this service works

NoWebLeads: Identify businesses that lack an online presence — prime prospects for web design, digital marketing, and SaaS services.

## Output

Returns a list of businesses (up to maxResults) that lack an online presence, typically including business name, category, location or contact details, and signals indicating the absence of a website or digital footprint — ready for sales outreach.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "maxResults": {
   "type": "integer",
   "title": "Maxresults",
   "default": 50
  },
  "searchTerms": {
   "type": "string",
   "title": "Searchterms"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nowebleads-48b48b56/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
