# Money API - x402 Product Info Extractor

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

Extracts structured product information (SKU, name, brand) from a given public product page URL

## Facts

- Endpoint: POST https://elon.tail49499f.ts.net/product/info
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/money-api-x402-product-info-extractor-00e91b9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZKdN_zkouU90iHpsVEy9I

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-info-extractor-00e91b9a -d '<json body>'
```

Example prompt: Can you pull the product name, brand, and SKU from this product page: https://www.example.com/products/widget-pro-2000?

## When to prefer this

Use this endpoint when you need to extract structured product metadata (SKU, name, brand) from a specific public ecommerce product URL without building your own scraper. Best suited for one-off product lookups or catalog enrichment tasks where the input is a direct product page link.

## Known failure modes

- URL is not a product page — returns empty or null fields
- URL is inaccessible (private, paywalled, or down) — request fails or returns an error
- URL points to a non-ecommerce page — product fields may not be extractable
- Malformed or non-HTTP/HTTPS URL — validation error returned

## 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 with structured product metadata including SKU (product identifier), product name, and brand extracted from the provided product page 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": {
  "sku": "ABC123",
  "name": "Example Product",
  "brand": "Example Brand"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/money-api-x402-product-info-extractor-00e91b9a/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)
