Skip to main content

Overview

The Brands Generator service researches the Portuguese market and returns a list of common brands for a given product category. It uses web search to find current market trends.

API Endpoint

POST /generate_brands

Request

{
  "language": "PT-PT",
  "category": "smartphones",
  "loopos_core_context": "Circular economy marketplace"
}

Response

{
  "brands": ["Samsung", "Apple", "Xiaomi", "Huawei", "OnePlus"],
  "category": "smartphones",
  "reasoning": "Based on web search results...",
  "references": ["https://example.com/market-research"],
  "market_notes": "Portuguese consumers show strong preference..."
}