# GEDX402 Firecrawl - Map Endpoint

> GEDX402 Firecrawl - Map Endpoint 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-13).

Maps all URLs found on a website, returning a structured sitemap of discoverable links via Firecrawl v2 over x402 micropayments

## Facts

- Endpoint: GET https://browser.gedx402.com/v1/firecrawl/map
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-firecrawl-map-endpoint-8274484b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UTeVnIgMJTz4c_RKlYnAC

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-firecrawl-map-endpoint-8274484b
```

Example prompt: Can you map all the URLs and pages on example.com using Firecrawl so I can see the full structure of the site?

## When to prefer this

Use this endpoint when you need to discover all URLs on a website before scraping or crawling individual pages, or when you want to understand the full structure of a site without fetching each page's content. Ideal for pre-crawl planning, SEO audits, or link enumeration tasks. Prefer this over a full crawl when you only need URLs, not page content.

## Known failure modes

- Invalid or unreachable URL returns an error or empty map
- Payment failure via x402 protocol blocks the request
- Rate limiting or bot detection on the target site prevents crawling
- max_tokens exceeded truncates the response
- Malformed input schema results in a 400-level error

## How this service works

Firecrawl v2 API proxy — map. JSON body matches https://docs.firecrawl.dev/api-reference/v2-introduction. Poll GET routes are free; POST/PUT/DELETE are x402. $0.010 USDC per request. Agent search: site map, crawl map, firecrawl map, links.

## Output

A list of all discoverable URLs found on the target website, representing the site's structure and internal link graph, returned as a JSON response with a model field and response payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string"
  },
  "viewport": {
   "type": "object",
   "additionalProperties": true
  },
  "gotoOptions": {
   "type": "object",
   "additionalProperties": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-firecrawl-map-endpoint-8274484b/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)
