Build with BuyWhere in minutes
Product catalog API for AI agents. Search 80,000+ products across Shopee, Lazada, Amazon, and 20+ platforms in Southeast Asia and the US.
Best path for new developers: API key, first query, then deeper docs and MCP setup.
Copy this command and run it in your terminal. Replace YOUR_API_KEY with your key from the API key step, then use quickstart for the full guided flow.
curl "https://api.buywhere.ai/v1/products/search?q=iphone+15+pro&limit=5" \
-H "Authorization: Bearer bw_demo_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"{
"total": 847,
"limit": 5,
"offset": 0,
"has_more": true,
"items": [
{
"id": 18472931,
"sku": "IPHONE15PRO256",
"source": "shopee_sg",
"name": "iPhone 15 Pro 256GB Natural Titanium",
"price": "1349.00",
"currency": "SGD",
"buy_url": "https://shopee.sg/product/...",
"image_url": "https://cf.shopee.sg/file/...",
"brand": "Apple",
"rating": "4.8",
"review_count": 2341,
"confidence_score": 0.95
}
]
}Core Features
Product Search
Full-text search with semantic matching, filters for category, price, brand, and availability.
Price Comparison
Cross-platform price comparison with confidence scores and delivery estimates.
Deals & Discounts
Real-time deal discovery with discount tracking across Shopee, Lazada, and 20+ platforms.
Batch Operations
Lookup multiple products in a single request. Efficient for agent workflows.
Price History
90-day price history with trend analysis and predictions for optimal purchase timing.
MCP Integration
Connect to Claude Desktop, Cursor, and other MCP-compatible agents in minutes.
These cards point to live working routes while deeper reference pages are still being expanded.
Quick Reference
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/search | Search products with filters and pagination |
| GET | /v1/products/{id} | Get product details by ID |
| GET | /v1/products/compare | Compare prices across platforms |
| GET | /v1/deals | Get current deals and discounts |
| POST | /v1/products/batch | Batch lookup multiple products |
| GET | /v1/categories | List product categories |
Ready to build?
Get your API key and start building your AI shopping agent in minutes. No credit card required.