RAG-as-a-Service for Ecommerce

Better product retrieval for chatbots and search

Stop building complex ecommerce RAG pipelines. Get product search in one API call.

Free tier available
No credit card required

The Solution

Semantic product search in one API call

A single REST endpoint that any chatbot platform can call via webhook. Natural language in, structured products out.

Request
POST /api/products/search

{
  "query": "comfortable running shoes under $100",
  "filters": {
    "in_stock": true
  }
}
Response
{
  "products": [
    { "id": "p_123", "title": "Nike Air Zoom", ... },
    { "id": "p_456", "title": "Adidas Ultraboost", ... }
  ],
  "suggested_follow_ups": [
    "What size?",
    "Trail or road?"
  ],
  "explanation": "Found 12 running shoes
    matching your preferences..."
}

Speed matters! SSE streaming enables fast first response time.

How It Works

Three steps to intelligent product search

From raw product data to conversational search in minutes, not months.

1

Ingest

Connect your product catalog via Google Shopping XML feed. We handle the rest.

2

Enrich

We automatically analyze images and text to create rich embeddings optimized for e-commerce search.

3

Query

Call our real-time API from any chatbot or app. Get relevant products with natural language queries.

Features

Built for ecommerce, designed for developers

Everything you need to add intelligent product search to your chatbot.

Ecommerce Semantic Search

Product-aware embeddings that understand "something like Ultraboost but cheaper" without custom training.

Multilingual by Default

50+ languages supported out of the box. No configuration needed — customers search in their language, get results that match.

Fast Response Time

SSE streaming shows results as they're found. Users see products instantly instead of waiting for the full search to complete.

Hybrid Search

Combines semantic understanding with exact matching. Get precision and recall without the tradeoffs.

Zero Config

No embeddings to manage, no schemas to design. Upload your catalog and start querying in minutes.

Pricing

Simple, usage-based pricing

Start free, scale as you grow. No credit card required.

MonthlyYearly

Free

For developers evaluating

$0/month
  • 5,000 queries/month
  • 5,000 products*
  • Community support

* If you upload more products, we will choose the first 5,000 in-stock ones randomly.

Get Started
Popular

Grow

For growing startups

$99/month
billed annually
  • 20,000 queries/month
  • 20,000 products
  • Support access
Get Started

Scale

For scale-ups

$359/month
billed annually
  • 100,000 queries/month
  • 50,000 products
  • Priority support
Get Started

Need more? for enterprise pricing.

Join our community

Connect with other developers, get help, share feedback, and stay up to date with the latest features.

Join Discord