# AnyAPI Web Map

> AnyAPI Web Map is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Crawls a website and returns a list of internal links with titles and descriptions, optionally ranked by relevance to a search term

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/web.map
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-web-map-ee842955
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sZKhOARGdWI-MPAe6947L

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 anyapi-web-map-ee842955 -d '<json body>'
```

Example prompt: Map the website docs.example.com and give me up to 50 links, prioritized by relevance to 'authentication'.

## When to prefer this

Use this endpoint when you need to discover or enumerate the pages/links of a website without knowing its structure in advance, especially when you want results optionally ranked by topical relevance. Prefer it over a full-page scraper when you need a list of URLs rather than page content, and over a search engine when you want exhaustive internal link coverage of a specific domain.

## Known failure modes

- Site not reachable or returns non-200 status — found: false, data: null
- Invalid or malformed base URL — request error or empty results
- Limit exceeded or too large — may return fewer results than requested
- Site blocks crawlers (robots.txt or JS-only rendering) — found: false or partial results
- Search term yields no ranked results — returns unordered or empty list

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a boolean 'found' flag and an array of result objects each containing a URL, page title, and description, plus the total count of links returned and the USD cost of the call.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-web-map-ee842955/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
