# beyourspace Product Sheet Extractor

> beyourspace Product Sheet Extractor is a paid API for AI agents from api.beyourspace.es, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-18).

Converts a free-text product description or data sheet into structured attributes: name, brand, features, dimensions, and price.

## Facts

- Endpoint: POST https://api.beyourspace.es/v1/extraer-ficha-producto
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/beyourspace-product-sheet-extractor-f4585e21
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7vKTYPXWRoQq9dozoX4DY

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 beyourspace-product-sheet-extractor-f4585e21 -d '<json body>'
```

Example prompt: Can you extract the structured product details — name, brand, features, dimensions, and price — from this product description: 'Sofá esquinero Oslo, marca Conforama, tapizado en tela gris antracita, 265x175 cm, 3 plazas, precio 899€'?

## When to prefer this

Choose this endpoint when you need to convert unstructured Spanish-language product descriptions, catalog entries, or data sheets into clean, structured JSON attributes. Ideal for e-commerce catalog ingestion, product data normalization, and retail data pipelines where supplier text is inconsistent or free-form.

## Known failure modes

- Input text too vague or lacks product details — returns empty or partial attributes
- Text exceeds 20,000 character limit — request rejected
- No price or dimensions present in text — corresponding fields omitted from response
- Ambiguous brand names may be misidentified or omitted
- Non-Spanish language text may reduce extraction accuracy

## How this service works

Endpoints de pago por uso para extraer datos de texto, leer páginas públicas y transformar CSV en JSON normalizado. Sin cuentas ni permanencia, con esquemas documentados y ejemplos ejecutables.

## Output

A structured JSON object containing extracted product attributes: product name, brand, list of features/characteristics, dimensions/measurements, and price — populated only for fields that appear in the input text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "text": {
   "type": "string",
   "maxLength": 20000,
   "description": "Texto libre, sin datos personales"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/beyourspace-product-sheet-extractor-f4585e21/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.beyourspace.es](https://www.zero.xyz/host/api.beyourspace.es/llms.txt)
