# Website URL Extractor

> Website URL Extractor is a paid API for AI agents from url-extractor.x402.paysponge.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Extracts all URLs found on a given website domain

## Facts

- Endpoint: GET https://url-extractor.x402.paysponge.com/url/:domain
- 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/url-extractor-x402-paysponge-com-d970a8b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Hg3o9qqf80Le-JtWoCHRA

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 url-extractor-x402-paysponge-com-d970a8b5
```

Example prompt: Can you pull all the URLs found on example.com for me?

## When to prefer this

Use this endpoint when you need to quickly enumerate all URLs present on a given domain, for use cases like link discovery, site auditing, content indexing, or building a map of a website's pages. It is ideal for single-domain lookups at low cost ($0.01 USDC per call) via the x402 payment protocol.

## Known failure modes

- Domain not found or unreachable — returns error indicating the domain could not be accessed
- Invalid domain format — returns validation error for malformed domain input
- Domain returns no links — empty URL list returned
- Timeout if the target site is slow to respond
- Rate limiting or blocking by target site may result in partial or empty results

## How this service works

Service: Website URL Extractor (https://url-extractor.x402.paysponge.com/url/:domain)

## Output

A JSON object containing the list of URLs extracted from the specified domain

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "pathParams": {
   "domain": "bbc.com"
  },
  "queryParams": {}
 }
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/url-extractor-x402-paysponge-com-d970a8b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from url-extractor.x402.paysponge.com](https://www.zero.xyz/host/url-extractor.x402.paysponge.com/llms.txt)
