# Blockbuster.ai IKEA Products Search

> Blockbuster.ai IKEA Products Search is a paid API for AI agents from blockbuster-ai.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-14).

Search and retrieve IKEA product listings and details by query term

## Facts

- Endpoint: POST https://blockbuster-ai.vercel.app/api/ikea-products
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blockbuster-ai-ikea-products-search-1feaba3a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HNEhytlmfNkmUxSKrTdUI

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 blockbuster-ai-ikea-products-search-1feaba3a -d '<json body>'
```

Example prompt: Can you search IKEA's product catalog for 'KALLAX shelf unit' and show me what's available?

## When to prefer this

Use this endpoint when you need to programmatically search the IKEA product catalog by keyword or product name, especially in agentic workflows that require retrieving furniture or home goods product data without scraping the IKEA website directly. Prefer this over general web search when structured product data is needed.

## Known failure modes

- Empty or vague query returns no results
- Query for non-existent IKEA product returns empty data
- Service downtime or upstream IKEA API unavailability returns error
- Payment failure via x402 micropayment results in 402 response
- Malformed query string causes bad request error

## How this service works

115+ premium paid endpoints: Social Media, AI/ML, E-commerce, Finance, Data Intelligence, Media, Tools. x402 micropayments on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing IKEA product listings matching the search query, likely including product names, descriptions, prices, and identifiers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Input parameter for the API call"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blockbuster-ai-ikea-products-search-1feaba3a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blockbuster-ai.vercel.app](https://www.zero.xyz/host/blockbuster-ai.vercel.app/llms.txt)
