Skip to content

Feature request: Search brand by name #13

@jimi-1337

Description

@jimi-1337

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?

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