Skip to main content
Search as a Service

Increase conversions of your
e-shop with smart search

UpSearch is an intelligent search platform designed for Czech and Slovak e-shops. Get lightning-fast autocomplete, relevant results, and detailed analytics.

99.9%Uptime
<50msResponse
10M+Searches/month
Integration

Simple Integration

Add UpSearch to your e-shop with just a few lines of code. Our plugin handles everything automatically.

  • Plug & play installation
  • Fully responsive design
  • Customizable appearance
  • Automatic analytics tracking
View Documentation
index.html
<!-- 1. Styly UpSearch -->
<link href="https://cdn.upsearch.cz/projects/PROJEKT/upsearch.css"
      rel="stylesheet" />

<!-- 2. Element pro našeptávač -->
<div id="suggestElement"></div>

<!-- 3. UpSearch plugin -->
<script src="https://cdn.upsearch.cz/projects/PROJEKT/upSearchSuggest.js">
</script>

<!-- 4. Inicializace -->
<script>
  window.upSearchSuggest('#suggestElement', {
    resultsPageUrlPath: '/vysledky-vyhledavani',
    apiToken: 'VAS_API_TOKEN',
  });
</script>
API Response
GET /frontapi/search?q=shirt&limit=10

{
  "data": {
    "items": [
      {
        "id": "12345",
        "name": "Men's Classic T-Shirt",
        "price": 499,
        "currency": "CZK",
        "image": "https://...",
        "url": "/product/classic-tshirt",
        "category": "Clothing > T-Shirts",
        "brand": "Nike"
      }
    ],
    "total_count": 156,
    "facets": {
      "brand": [
        {"value": "Nike", "count": 42},
        {"value": "Adidas", "count": 38}
      ],
      "size": ["S", "M", "L", "XL"]
    }
  },
  "meta": {
    "query_time_ms": 12
  }
}
REST API

Powerful API for Developers

Complete REST API for search, autocomplete, and analytics. OAuth 2.0 authentication, comprehensive documentation, and client libraries.

GET/frontapi/search
GET/frontapi/suggest
POST/v2.0.0/products
GET/v2.0.0/analytics
Explore API

Ready to increase conversions?

Start using UpSearch today and see how intelligent search can transform your e-shop.