Currently the API requires a domain/URL to retrieve brand data. In many cases developers only have the brand name and not the domain.
It would be very useful to have a search endpoint such as:
GET /brands/search?name=shopify
Response example:
{
"name": "Shopify",
"domain": "shopify.com",
"logo": "...",
"metadata": {...}
}
This would make the API much easier to integrate for use cases like brand lookup, enrichment, autocomplete, or company directories.
Is this something that could be added in the future?
Currently the API requires a domain/URL to retrieve brand data. In many cases developers only have the brand name and not the domain.
It would be very useful to have a search endpoint such as:
GET /brands/search?name=shopify
Response example:
{
"name": "Shopify",
"domain": "shopify.com",
"logo": "...",
"metadata": {...}
}
This would make the API much easier to integrate for use cases like brand lookup, enrichment, autocomplete, or company directories.
Is this something that could be added in the future?