← Back to documentation

api_v1_launch_twitter_thread

🚀 We're launching BuyWhere API v1.0 - the product catalog built for AI agents doing commerce in Singapore & globally!

If you're building AI shopping agents, price comparison bots, or deal-finding tools - this is your data layer. Real-time product data from major e-commerce platforms, all queryable via API. #AI #ecommerce #API

(1/5)


🔍 Search that actually works: Our /v1/search endpoint uses PostgreSQL's websearch_to_tsquery with ts_rank_cd for BM25-style ranking. Get relevant results, not just keyword matches. Filter by category, price, platform, availability - all in one request.

Try it: curl "https://api.buywhere.ai/v1/search?q=iphone+15+case&platform=shopee_sg&max_price=50"
-H "X-API-Key: YOUR_KEY"

(2/5)


💰 Price comparison made simple:

  • /v1/products/best-price finds the lowest price across all platforms
  • POST /v1/products/compare/diff compares 2-5 products you already have, returns field-by-field diff + price spread
  • Know exactly where to buy for the best deal

No more scraping multiple sites - we've got you covered.

(3/5)


🤖 Built for AI agents from the ground up:

  • MCP Server: Connect to Claude Desktop, Cursor, or any MCP client in 5 mins Tools: search_products, get_product, compare_prices, get_deals
  • Python SDK: Full type safety with Pydantic v2 (pip install buywhere-sdk)
  • LangChain & CrewAI integrations included

Your AI agents can start product discovery today.

(4/5)


📥 Scraping pipeline? We've got two ingestion systems:

  • Push model: /v1/ingest/products - send batch, we handle upserts via ON CONFLICT DO UPDATE
  • Pull/track model: /v1/ingestion - register run, update progress, mark complete Both auto-invalidate cache so your search results are always fresh.

Plus: deal discovery, affiliate click tracking, admin dashboard, and full OpenAPI 3.1 spec.

Ready to build? Get your API key at buywhere.ai/api

(5/5)


#BuyWhere #AIAgents #APILaunch #Ecommerce #Singapore