# Money API - x402 Website Intelligence (Full Product)

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

Extracts structured ecommerce product intelligence from a given URL, returning product name, price, currency, and availability.

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/product/full
- Price: $0.03/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-website-intelligence-full-product-8845e6d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bfsdqhZAyRoalGwWtq69E

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-website-intelligence-full-product-8845e6d9 -d '<json body>'
```

Example prompt: Can you pull the full product details — name, price, currency, and availability — from this URL: https://www.example.com/products/blue-widget?

## When to prefer this

Choose this endpoint when you need fast, structured product data (name, price, availability) from a specific product URL and want a pay-per-call model with no subscription. It is purpose-built for ecommerce intelligence within the x402 micropayment ecosystem, making it ideal for autonomous agents that need to budget API spend per query.

## Known failure modes

- URL is not a product page — returns empty or irrelevant fields
- Target site blocks scraping — may return partial or no data
- Invalid or malformed URL — request rejected
- Product data not in structured format on page — extraction may fail
- Paywalled or login-required pages — content inaccessible

## 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

A JSON object containing the product name, numeric price, currency code, and availability status (e.g. InStock, OutOfStock) extracted from the target webpage.

## 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": {
  "name": "Example Product",
  "price": "29.99",
  "currency": "USD",
  "availability": "InStock"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-x402-website-intelligence-full-product-8845e6d9/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)
