# GEDX402 Browser Outcome Map — Website Link Discovery

> GEDX402 Browser Outcome Map — Website Link Discovery is a paid API for AI agents from browser.gedx402.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Crawls a seed URL using a headless browser and returns all same-site links discovered on the page

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/browser/outcome/map
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-browser-outcome-map-website-link-discovery-096c6d11
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1nIRO81ATNavI7Fpi1zgd

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 gedx402-browser-outcome-map-website-link-discovery-096c6d11
```

Example prompt: Can you map all the pages linked from https://example.com using a 1280x800 viewport and tell me every URL it finds on that same site?

## When to prefer this

Use this endpoint when you need to discover all internal links on a site from a single seed URL without managing your own headless browser infrastructure, especially when you want a pay-per-use model with no API key setup and USDC payment across multiple chains.

## Known failure modes

- Invalid or unreachable URL returns an error or empty link list
- Non-HTTPS URLs may be rejected per schema requirements
- Page with no internal links returns count 0 and empty array
- Puppeteer timeout if target site is slow to respond
- Payment failure or insufficient USDC balance blocks the request

## How this service works

Site map — Firecrawl map parity: one x402 payment discovers same-site links from a seed URL via headless crawl (links fallback). POST { url } on browser.gedx402.com → { links: string[], count }. x402 settlement $0.12. Hero: GET /heroes/site-map. Discover: GET /v1/models?bundle=browser.

## Output

A JSON object containing a count of discovered links and an array of same-site URLs found by crawling the seed page, e.g. {count: 3, links: ['https://example.com/', 'https://example.com/about', 'https://example.com/docs']}

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-browser-outcome-map-website-link-discovery-096c6d11/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from browser.gedx402.com](https://www.zero.xyz/host/browser.gedx402.com/llms.txt)
