Skip to content

Feature request: Search brand by name #13

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions