Explore Brands
Description: Shows brand comparisons and information for shopping-related queries.
API Response Structure:
{
"brands": [
{
"link": {
"url": "https://example.com/brand",
"title": "Brand Name"
},
"title": "Brand Name",
"description": "Brand description and overview",
"hasImage": true,
"rating": 4.5,
"reviews": 1500,
"metrics": {
"marketShare": "15%",
"yearFounded": "1985",
"locations": "500+"
},
"popularProducts": [
{
"name": "Product Name",
"price": "$99.99"
}
]
}
],
"type": "exploreBrands"
}
Fields:
-
brands(array): Brand listings-
link(object): Brand URL info -
title(string): Brand name -
description(string): Brand overview -
hasImage(boolean): Brand logo/image -
rating(number): Average rating -
reviews(number): Review count -
metrics(object): Brand statistics -
popularProducts(array): Featured products
-
-
type(string): Always "exploreBrands"
