Skip to main content
GET
/
search
Search brands by name
curl --request GET \
  --url https://api.logo.dev/search \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "Sweetgreen",
    "domain": "sweetgreen.com",
    "logo_url": "https://img.logo.dev/sweetgreen.com?token=LOGO_DEV_PUBLISHABLE_KEY"
  },
  {
    "name": "Sweet Greens Healthy Restaurant",
    "domain": "sweetgreens.ae",
    "logo_url": "https://img.logo.dev/sweetgreens.ae?token=LOGO_DEV_PUBLISHABLE_KEY"
  }
]

Documentation Index

Fetch the complete documentation index at: https://www.logo.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Secret key (sk_...). Server-side only. Used for the REST APIs.

Query Parameters

q
string
required

Brand name query.

Example:

"sweetgreen"

strategy
enum<string>
default:typeahead

Matching strategy. typeahead favors popular prefix matches (best for autocomplete); match favors exact/near-exact name matches.

Available options:
typeahead,
match

Response

Matching brands.

name
string
required

Brand name.

domain
string
required

Brand domain.

logo_url
string<uri>
required

Image CDN URL for the brand's logo.