Retrieve brand information using one of three methods: domain name, company name, or stock ticker symbol. Exactly one of these parameters must be provided.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Domain name to retrieve brand data for (e.g., 'example.com', 'google.com'). Cannot be used with name or ticker parameters.
Company name to retrieve brand data for (e.g., 'Apple Inc', 'Microsoft Corporation'). Must be 3-30 characters. Cannot be used with domain or ticker parameters.
3 - 30
Stock ticker symbol to retrieve brand data for (e.g., 'AAPL', 'GOOGL', 'BRK.A'). Must be 1-6 characters, letters/numbers/dots only. Cannot be used with domain or name parameters.
1 - 6
Optional parameter to force the language of the retrieved brand data. Works with all three lookup methods.
albanian
, arabic
, azeri
, bengali
, bulgarian
, cebuano
, croatian
, czech
, danish
, dutch
, english
, estonian
, farsi
, finnish
, french
, german
, hausa
, hawaiian
, hindi
, hungarian
, icelandic
, indonesian
, italian
, kazakh
, kyrgyz
, latin
, latvian
, lithuanian
, macedonian
, mongolian
, nepali
, norwegian
, pashto
, pidgin
, polish
, portuguese
, romanian
, russian
, serbian
, slovak
, slovene
, somali
, spanish
, swahili
, swedish
, tagalog
, turkish
, ukrainian
, urdu
, uzbek
, vietnamese
, welsh
Optional parameter to optimize the API call for maximum speed. When set to true, the API will skip time-consuming operations for faster response at the cost of less comprehensive data. Works with all three lookup methods.
Optional timeout in milliseconds for the request. If the request takes longer than this value, it will be aborted with a 408 status code. Maximum allowed value is 300000ms (5 minutes).
1 <= x <= 300000
Successful response
The response is of type object
.