# KiteEndpoints.ai - IKEA Products API

> KiteEndpoints.ai - IKEA Products API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Fetches product data from IKEA's catalog, including product details, pricing, and availability information.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/ikea-products
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ikea-products-api-d85ba99f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F0JNKRFe9MYPsMCNKbhEH

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 kiteendpoints-ai-ikea-products-api-d85ba99f -d '<json body>'
```

Example prompt: Can you look up IKEA's KALLAX shelving unit and tell me the current price, available sizes, and colors?

## When to prefer this

Use this endpoint when you need to retrieve structured product data directly from IKEA's catalog, such as pricing, dimensions, availability, or product IDs, without scraping the IKEA website manually. Prefer this over generic web search when you need reliable, structured IKEA-specific product data.

## Known failure modes

- Product not found — returns empty or null result
- Invalid query format — returns error in result object
- IKEA catalog temporarily unavailable — upstream timeout or error
- Rate limiting or payment failure — 402 payment required if USDC not provided
- Ambiguous product name matching multiple items — may return wrong product

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing IKEA product data such as product name, price, description, dimensions, available variants, and availability status as provided by the IKEA catalog.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ikea-products-api-d85ba99f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
