BrandfetchTools provides access to brand data and logo information through the Brandfetch API.
Parameter | Type | Default | Description |
---|---|---|---|
api_key | Optional[str] | None | Brandfetch API key. Uses BRANDFETCH_API_KEY if not set. |
client_id | Optional[str] | None | Brandfetch Client ID for search. Uses BRANDFETCH_CLIENT_ID. |
base_url | str | "https://api.brandfetch.io/v2" | Brandfetch API base URL. |
timeout | Optional[float] | 20.0 | Request timeout in seconds. |
enable_search_by_identifier | bool | True | Enable searching brands by domain/identifier. |
enable_search_by_brand | bool | False | Enable searching brands by name. |
async_tools | bool | False | Enable async versions of tools. |
Function | Description |
---|---|
search_by_identifier | Search for brand data using domain or company identifier. |
search_by_brand | Search for brands by name (requires client_id). |
asearch_by_identifier | Async version of search by identifier. |
asearch_by_brand | Async version of search by brand name. |