Book a demo

Your catalog is full of products no one can find.

It's not your catalog. It's the search that doesn't understand how customers ask. You can change it in five minutes.

48 ms
Try

Servers in Europe · GDPR · Catalogs from tens of thousands of products

The problem

Your store's search is saying "no" to customers ready to buy. Here's how.

Three real queries, before and after HorusFinder. Same catalog, same customer.

Common abbreviation
beforeno results
horusWhole category · 47 results
Typo
before1 result (wrong)
horusRight product · 12 results
Cross-language query
beforeno results
horusSame product, in both languages · 89 results
Capabilities

Search that understands intent — not just keywords.

Six engines under the hood: typo tolerance, semantic intent, synonym graph, multilingual analyzers, search analytics, and sub-50ms latency.

Semantic intent

Vector embeddings capture meaning, not text. Customers describe what they want — we surface what they mean.

addidasadidas

Typo-tolerant matching

Trigrams and edit-distance so a misspelled query never costs you a sale.

iten

Synonym graph

ITA↔ENG, brand variants, abbreviations.

itenscarpe rossered shoes

Multilingual analyzers

Italian and English analyzers running side-by-side, with stemming, stopwords, and accent folding for catalogs that mix both.

Search analytics

Top queries, zero-results, click-through.

Sub-50ms p95

OpenSearch on AWS eu-central-1.

Case study
Now when a customer searches, they find. Seems obvious. It wasn't before.
FantasiastorePrestaShop · 172k products · 4 languages
Read the case study
0.8% zero-resultsWas 11%. Dropped under 1% in 30 days. Industry average is 4–12%.
47msFrom query to ranked results on screen.
172kproducts · 4 languagesLive catalog, real-time updates. Tested above 1M.
Pricing

Transparent pricing.

Pick the plan that matches your catalogue. Thirty-day trial on every tier, no card required.

Starter
€39/mo
up to 5,000 products
Business
€149/mo
up to 100,000 products
See full pricing30-day free trial · no credit card
REST API

Drop into any frontend in five lines.

If our PrestaShop, WooCommerce, or Magento module isn't enough — query the same engine directly from any stack via REST.

  • Sub-50ms p95 from EU edge
  • Bearer auth, scoped per index
  • Webhooks for catalog sync
See all integrations
POST /v1/search
curl https://api.horusfinder.com/v1/search \
  -H "Authorization: Bearer hf_live_..." \
  -d '{
    "index": "products",
    "q": "addidas snekers",
    "limit": 4
  }'
200 OKapplication/json
{
  "took_ms": 47,
  "total": 4,
  "hits": [
    {
      "id": "p01",
      "name": "Adidas Ultraboost 22",
      "price": "189.00",
      "score": 92,
      "match_reason": "typo"
    },
    {
      "id": "p02",
      "name": "Adidas Samba OG White",
      "price": "110.00",
      "score": 88,
      "match_reason": "typo"
    }
  ]
}

Stop losing sales on your search bar.

Twenty minutes, on your catalog. We'll show you how many searches are coming up empty today and what changes. No pitch.