# ScriptMasterLabs ACP x402 URL Parse API

> ScriptMasterLabs ACP x402 URL Parse API is a paid API for AI agents from acp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Parses and extracts structured components from a URL string, returning normalized URL metadata

## Facts

- Endpoint: GET https://acp-x402-discovery.onrender.com/x402/url-parse
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-acp-x402-url-parse-api-c0e6ab5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C-axg0XjN4nYUvwFcrxwo

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 scriptmasterlabs-acp-x402-url-parse-api-c0e6ab5c
```

Example prompt: Can you parse this URL for me — https://example.com/products?id=42&color=red — and break it down into its protocol, hostname, path, and query parameters?

## When to prefer this

Use this endpoint when you need a pay-per-call, no-subscription URL parsing utility settled in USDC on Base via the x402 protocol, particularly in crypto-native or agentic workflows where you want micropayment-gated API access without API key management.

## Known failure modes

- Missing or malformed URL input returns an error or empty result
- Relative URLs without a base may fail to parse correctly
- Extremely long or malformed URL strings may be rejected
- x402 payment failure or insufficient USDC balance blocks the request
- Service unavailability on Render hosting causes 503 errors

## How this service works

Pay-per-call crypto, RWA, federal, SEC, and compliance APIs. Settled in USDC on Base via x402. Hyphen routes only (e.g. /x402/rwa-aggregates, /x402/gas-tracker).

## Output

Returns structured components of the provided URL, including protocol, hostname, pathname, query parameters, and other parsed fields derived from the input URL string.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-acp-x402-url-parse-api-c0e6ab5c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from acp-x402-discovery.onrender.com](https://www.zero.xyz/host/acp-x402-discovery.onrender.com/llms.txt)
