API Documentation

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.

No credit card required60 requests/min freeMCP-compatible
Terminal
Make your first API call

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"
Start freeView quickstart
Sample Response
{
  "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
    }
  ]
}
No credit card required60 requests/min free tierMCP-compatible

Core Features

These cards point to live working routes while deeper reference pages are still being expanded.

Quick Reference

MethodEndpointDescription
GET/v1/searchSearch products with filters and pagination
GET/v1/products/{id}Get product details by ID
GET/v1/products/compareCompare prices across platforms
GET/v1/dealsGet current deals and discounts
POST/v1/products/batchBatch lookup multiple products
GET/v1/categoriesList product categories

Ready to build?

Get your API key and start building your AI shopping agent in minutes. No credit card required.