curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "summer dress",
"filters": {
"max_price": 150.00,
"is_available": true,
"brand": ["fwrd", "amiri"],
"attributes": {
"color": ["blue", "white"],
"season": "summer",
"gender": "women"
}
},
"page": 1
}'
{
"products": [
{
"id": "12345",
"title": "Blue Linen Summer Dress",
"description": "Lightweight linen dress perfect for warm weather",
"description_html": "<p>Lightweight linen dress perfect for warm weather</p>",
"vendor": "Summer Collections",
"brand": "amiri",
"url": "https://store.example.com/dress-12345",
"price_amount": 89.99,
"price_currency": "USD",
"min_price": 89.99,
"max_price": 89.99,
"is_available": true,
"product_type": "Dress",
"store_domain": "store.example.com",
"store_canonical_url": "https://store.example.com",
"collection_handle": "summer-collection",
"handle": "blue-linen-summer-dress",
"tags": ["summer", "linen", "dress", "blue"],
"images": {
"primary": "https://example.com/dress.jpg",
"gallery": ["https://example.com/dress-1.jpg", "https://example.com/dress-2.jpg"]
},
"variants": {
"color": ["blue"],
"size": ["XS", "S", "M", "L"],
"price_range": { "min": 89.99, "max": 89.99 }
},
"options": {
"size": ["XS", "S", "M", "L"],
"color": ["blue"]
},
"attributes": {
"color": "blue",
"material": "linen",
"category": "Women > Dresses",
"gender": "women",
"season": "summer",
"occasion": "casual",
"fit": "regular",
"length": "midi",
"sleeve_type": "short"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z",
"published_at": "2024-01-15T12:00:00Z"
}
],
"meta": {
"totalItems": 24,
"totalPages": 3,
"currentPage": 1,
"pageSize": 10
}
}
Search products using natural language queries with advanced filtering
curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "summer dress",
"filters": {
"max_price": 150.00,
"is_available": true,
"brand": ["fwrd", "amiri"],
"attributes": {
"color": ["blue", "white"],
"season": "summer",
"gender": "women"
}
},
"page": 1
}'
{
"products": [
{
"id": "12345",
"title": "Blue Linen Summer Dress",
"description": "Lightweight linen dress perfect for warm weather",
"description_html": "<p>Lightweight linen dress perfect for warm weather</p>",
"vendor": "Summer Collections",
"brand": "amiri",
"url": "https://store.example.com/dress-12345",
"price_amount": 89.99,
"price_currency": "USD",
"min_price": 89.99,
"max_price": 89.99,
"is_available": true,
"product_type": "Dress",
"store_domain": "store.example.com",
"store_canonical_url": "https://store.example.com",
"collection_handle": "summer-collection",
"handle": "blue-linen-summer-dress",
"tags": ["summer", "linen", "dress", "blue"],
"images": {
"primary": "https://example.com/dress.jpg",
"gallery": ["https://example.com/dress-1.jpg", "https://example.com/dress-2.jpg"]
},
"variants": {
"color": ["blue"],
"size": ["XS", "S", "M", "L"],
"price_range": { "min": 89.99, "max": 89.99 }
},
"options": {
"size": ["XS", "S", "M", "L"],
"color": ["blue"]
},
"attributes": {
"color": "blue",
"material": "linen",
"category": "Women > Dresses",
"gender": "women",
"season": "summer",
"occasion": "casual",
"fit": "regular",
"length": "midi",
"sleeve_type": "short"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z",
"published_at": "2024-01-15T12:00:00Z"
}
],
"meta": {
"totalItems": 24,
"totalPages": 3,
"currentPage": 1,
"pageSize": 10
}
}
"silk dress for summer wedding"
"organic cotton t-shirt"
"minimalist black handbag"
Show Filter Properties
Show Common Attribute Filters
Show Product Object
curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "summer dress",
"filters": {
"max_price": 150.00,
"is_available": true,
"brand": ["fwrd", "amiri"],
"attributes": {
"color": ["blue", "white"],
"season": "summer",
"gender": "women"
}
},
"page": 1
}'
{
"products": [
{
"id": "12345",
"title": "Blue Linen Summer Dress",
"description": "Lightweight linen dress perfect for warm weather",
"description_html": "<p>Lightweight linen dress perfect for warm weather</p>",
"vendor": "Summer Collections",
"brand": "amiri",
"url": "https://store.example.com/dress-12345",
"price_amount": 89.99,
"price_currency": "USD",
"min_price": 89.99,
"max_price": 89.99,
"is_available": true,
"product_type": "Dress",
"store_domain": "store.example.com",
"store_canonical_url": "https://store.example.com",
"collection_handle": "summer-collection",
"handle": "blue-linen-summer-dress",
"tags": ["summer", "linen", "dress", "blue"],
"images": {
"primary": "https://example.com/dress.jpg",
"gallery": ["https://example.com/dress-1.jpg", "https://example.com/dress-2.jpg"]
},
"variants": {
"color": ["blue"],
"size": ["XS", "S", "M", "L"],
"price_range": { "min": 89.99, "max": 89.99 }
},
"options": {
"size": ["XS", "S", "M", "L"],
"color": ["blue"]
},
"attributes": {
"color": "blue",
"material": "linen",
"category": "Women > Dresses",
"gender": "women",
"season": "summer",
"occasion": "casual",
"fit": "regular",
"length": "midi",
"sleeve_type": "short"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-20T14:45:00Z",
"published_at": "2024-01-15T12:00:00Z"
}
],
"meta": {
"totalItems": 24,
"totalPages": 3,
"currentPage": 1,
"pageSize": 10
}
}
curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"query": "black shoes"}'
curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "handbag",
"filters": {
"min_price": 50.00,
"max_price": 250.00
}
}'
curl -X POST https://api.getcatalog.ai/api/search \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"query": "denim jacket",
"filters": {
"brand": ["Levi"],
"is_available": true
}
}'