# Money API - x402 Product Price Extractor

> Money API - x402 Product Price Extractor is a paid API for AI agents from elon.tail49499f.ts.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Extracts the price and currency of a product from a given public ecommerce or retail URL

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/product/price
- 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/money-api-x402-product-price-extractor-6660a115
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1YRkkWQQHDMAX2yoFZP_1

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 money-api-x402-product-price-extractor-6660a115 -d '<json body>'
```

Example prompt: Can you pull the price and currency from this product page? https://www.example.com/products/blue-widget-pro

## When to prefer this

Use this endpoint when you need to programmatically extract the listed price and currency from a specific product URL without manual browsing. It is ideal for price comparison, competitive intelligence, catalogue enrichment, or purchase verification workflows where the product URL is already known. Prefer this over general web scrapers when the output schema (price + currency) is exactly what you need.

## Known failure modes

- URL is not publicly accessible or requires login — returns no price data
- URL points to a non-product page (e.g. homepage or category page) — price may not be found
- Dynamic or JavaScript-rendered pricing may not be captured accurately
- Paywalled or geo-restricted pages may return incomplete results
- Malformed or invalid URL input returns an error

## How this service works

Curated x402 website intelligence API for autonomous AI agents. 24 high-value paid tools covering web content, company research, ecommerce product intelligence, SEO, security and domain trust.

## Output

Returns a JSON object containing the extracted price as a string (e.g. '29.99') and the currency code (e.g. 'USD') found on the product page at the provided URL.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Public HTTP or HTTPS URL to analyze"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "price": "29.99",
  "currency": "USD"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-x402-product-price-extractor-6660a115/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from elon.tail49499f.ts.net](https://www.zero.xyz/host/elon.tail49499f.ts.net/llms.txt)
