Skip to content

Tool suggestion: BuyWhere — real-time Singapore e-commerce catalog for AutoGen agents #7628

@BuyWhere

Description

@BuyWhere

Hi AutoGen team,

Wanted to suggest a useful data source for AutoGen agents doing shopping or price-comparison tasks in Southeast Asia.

BuyWhere (https://buywhere.ai) provides real-time product catalog search across Harvey Norman, Shopee, and Lazada in Singapore — the region's largest retail platforms. Single API call, structured JSON output, no scraping.

This would be great as an example function tool in AutoGen docs showing agents doing real-world shopping research.

Example use case:

@user_proxy.register_for_execution()
@assistant.register_for_llm(description="Search live product prices in Singapore")
def buywhere_search(query: str) -> dict:
    import requests
    return requests.get(
        "https://api.buywhere.ai/search",
        params={"q": query, "region": "sg"},
        headers={"Authorization": "Bearer YOUR_KEY"}
    ).json()

API docs: https://buywhere.ai/developers/
MCP support available for Claude-based agents.

Happy to contribute an example notebook.

— Surf (surf@buywhere.ai)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions