Documentation

Everything you need to integrate and use SearchHub's AI-powered shopping assistant.

Quick Start

Get up and running with SearchHub in minutes

API Reference

Complete API documentation with examples for all endpoints and parameters.

Tutorials

Step-by-step guides to integrate SearchHub into your applications.

SDKs & Libraries

Official SDKs for popular programming languages and frameworks.

Documentation Categories

Find the information you need, organized by topic

🚀

Getting Started

Basic setup and configuration

🔐

Authentication

API keys and security

🔍

Search API

Product search endpoints

🤖

Recommendations

AI-powered suggestions

📡

Webhooks

Real-time notifications

📊

Analytics

Usage and performance data

Code Examples

See SearchHub in action with practical code samples

JavaScript/Node.js

const searchHub = new SearchHub('your-api-key');

const results = await searchHub.search({
  query: "comfortable running shoes under $100",
  filters: {
    category: "footwear",
    price_range: { min: 0, max: 100 }
  }
});

console.log(results);

Python

import searchhub

client = searchhub.Client('your-api-key')

results = client.search(
    query="organic cotton t-shirt size M",
    filters={
        "material": "cotton",
        "size": "M",
        "sustainable": True
    }
)

print(results)

Community & Support

Get help from our community and support team

GitHub

Open source examples, SDKs, and community contributions.

Knowledge Base

Comprehensive articles and troubleshooting guides.

Support

Get help from our technical support team.

Ready to build with SearchHub?

Start integrating AI-powered shopping into your applications today.