AI-Powered Search for E-Commerce

Integrate SearchX into your store in minutes. Boost conversions with intelligent search, autocomplete, and product recommendations.

index.html
searchx.config.js
<script src="https://cdn.searchxengine.ai/sdk.js"></script>
<script>
SearchX.init({
appId: 'YOUR_APP_ID',
apiKey: 'YOUR_API_KEY',
container: '#searchx-widget',
})
</script>

Getting Started

Getting Started with SearchX

Welcome to the SearchX documentation. SearchX is an AI-powered search engine designed specifically for e-commerce platforms.

Quick Start

Get up and running with SearchX in under 5 minutes.

Integration Guides

Platform-specific integration guides for Next.js, React, HTML, and OpenCart.

SDK Reference

Complete reference for all SDK configuration options.

Widget Styling

Customize the look and feel of the SearchX widget to match your brand.


What is SearchX?

SearchX provides intelligent, AI-powered product search for your e-commerce store. It replaces your default search with a fast, typo-tolerant, and context-aware search experience that helps your customers find exactly what they're looking for.

Key Features

  • AI-Powered Ranking — Results are ranked using machine learning models trained on e-commerce data, boosting relevant products automatically.
  • Instant Search — Real-time search-as-you-type with autocomplete suggestions and product previews.
  • Faceted Filtering — Automatically generates filter categories from your product catalog (brand, price, size, color, etc.).
  • Typo Tolerance — Handles misspellings and approximate matches so customers always find results.
  • Multi-language Support — Full support for multiple languages with customizable translations.
  • Analytics Dashboard — Track search queries, click-through rates, and conversion metrics.

How It Works

  1. Import your catalog — Provide an XML product feed (Google Merchant, Facebook Catalog, or Skroutz format) and SearchX indexes your products.
  2. Add the SDK — Drop a small JavaScript snippet into your website to mount the search bar and results page.
  3. Customize — Configure ranking rules, widget styling, and language settings from the SearchX dashboard.
The SearchX search widget integrated into an e-commerce storefront.

Architecture Overview

SearchX consists of three main parts:

  • SearchX Dashboard — A web application at admin.searchxengine.ai where you manage applications, import products, configure search settings, and view analytics.
  • SearchX API — A REST API that powers search queries, product management, and application configuration.
  • SearchX SDK — A client-side JavaScript library that renders the search bar, results page, and handles user interactions.

Next Steps