# KiteEndpoints.ai - IKEA API Pro

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

Provides access to IKEA product data, pricing, availability, and catalog information via a paid proxy API

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ikea-api-pro
- Price: $0.16/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-api-pro-ff2a7d31
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aj6ptZFRm5h0GWlbk445B

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-api-pro-ff2a7d31 -d '<json body>'
```

Example prompt: Can you look up the current price and availability of the IKEA KALLAX shelving unit?

## When to prefer this

Use this endpoint when you need programmatic access to IKEA product data — prices, availability, descriptions — without scraping the IKEA website directly. Suitable for agents doing furniture research, price comparison, or home goods budgeting where IKEA-specific data is required.

## Known failure modes

- Product not found returns empty or error result
- IKEA catalog changes may cause stale or missing data
- Unofficial proxy may have rate limits or downtime independent of IKEA
- Vague search terms may return no results or mismatched products
- Payment failure (insufficient USDC) blocks request entirely

## 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 structured product data from the IKEA catalog, including product name, pricing, availability status, description, and other catalog metadata for the queried item or search results.

## 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-api-pro-ff2a7d31/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
