All Systems Operational

High-Performance
E-commerce Search

Lightning-fast multi-tenant search API built for WooCommerce. Faceted search, personalization, and real-time analytics.

<200ms
Avg Response Time
99.9%
Uptime SLA
Multi
Tenant Architecture
Redis
Powered Cache

Core Features

FULLTEXT Search

MySQL FULLTEXT indexing with boolean mode for blazing-fast product searches across titles, descriptions, and SKUs.

Faceted Filtering

Dynamic facets for brands, categories, tags, price ranges, ratings, and custom attributes with real-time counts.

Personalization

User behavior tracking with personalized boosting based on brand affinity, category preferences, and price sensitivity.

Synonym Support

Intelligent synonym expansion for better recall. Auto-suggested synonyms from zero-result query analysis.

Multi-Tenant

Isolated tenant data with API key authentication. Perfect for agencies managing multiple WooCommerce stores.

Analytics

Real-time search analytics, popular queries, zero-result tracking, and performance metrics dashboard.

Quick Start

Search Request Example
# POST /serve/search
curl -X POST https://search.webkonsulenter.dk/serve/search \
  -H "X-Tenant-Id: your-tenant-id" \
  -H "Authorization: Bearer your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "wireless headphones",
    "limit": 20,
    "brand": ["Sony", "Bose"],
    "price_min": 50,
    "price_max": 300,
    "in_stock": 1,
    "sort": "popularity_desc"
  }'

API Endpoints

POST /serve/search Full-text product search with facets and filters
GET /serve/suggestions Autocomplete suggestions for search queries
GET /serve/popular Popular products based on views and purchases
GET /serve/popular-queries Trending search queries across your store
POST /ingest/products Bulk product data ingestion (HMAC required)
POST /track/event User behavior event tracking