# KiteEndpoints.ai - IKEA Products API

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

Retrieves IKEA product data including listings, details, pricing, and availability via a pay-per-request hub

## Facts

- Endpoint: POST https://kite-hub-v2.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-f8561884
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gCsxEF7QtuHhKfHa6tt-N

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-f8561884 -d '<json body>'
```

Example prompt: Can you search IKEA's product catalog for standing desks and show me what's available along with their prices?

## When to prefer this

Use this endpoint when you need structured IKEA product data — prices, descriptions, IDs — without scraping IKEA's website directly. Ideal for agents building furniture recommendation flows, price comparison tools, or shopping assistants that specifically need IKEA inventory. Prefer this over general web search when you need clean, structured product fields rather than raw HTML.

## Known failure modes

- Empty result if search term matches no IKEA products
- API timeout or 500 error if IKEA upstream is unavailable
- Payment failure if insufficient USDC balance for $0.08 per-call fee
- Malformed input returns error with no product data
- Rate limiting if too many requests are made in quick succession

## 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 names, prices, IDs, descriptions, categories, and availability information from 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-f8561884/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
