← Back to registry /

Buywhere Product Catalog

A2A conformant Streaming A2A vunknown

Buywhere Product Catalog

v1.0.0 Unknown

Cross-border product discovery with intelligent market matching, price comparison, and affiliate attribution across Singapore, China, and global markets.

Launch agent website ↗

Skills

  • Product Search

    Search products by keyword, category, price range, and market

    e-commercesearchproducts
  • Cross-Border Product Matching

    Find equivalent products across different markets with price and spec comparison

    cross-bordermatchingprice-comparisonaffiliate
  • Price History & Alerts

    Retrieve historical price data and set up price drop alerts

    pricinghistoryalerts
  • Merchant & Affiliate Discovery

    Discover merchants selling a product and retrieve affiliate links

    merchantsaffiliatedeals

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("a6c53cf6-c191-4df4-a7bf-3046672cdf45")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())