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.
Everything your e-shop needs
Powerful search features designed for modern e-commerce
Autocomplete
Intelligent suggestions while typing with typo tolerance and synonym support.
Analytics
Track what customers search for, identify trends, and optimize your offerings.
Product Variants
Smart grouping and display of product variants with color and size options.
Relevance Tuning
AI-powered result ranking with customizable boosting rules.
Integration in minutes
Choose your path - from simple plugin to full API 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
<!-- 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>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
}
}Powerful API for Developers
Complete REST API for search, autocomplete, and analytics. OAuth 2.0 authentication, comprehensive documentation, and client libraries.
/frontapi/search/frontapi/suggest/v2.0.0/products/v2.0.0/analyticsReady to increase conversions?
Start using UpSearch today and see how intelligent search can transform your e-shop.