Logo.dev
logo_devLogo.dev provides a high-quality logo API and company brand database, enabling developers to retrieve official high-resolution logos from any domain without scraping or manual effort.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Logo ImageLOGO_DEV_GET_LOGO_IMAGEAcciónTool to retrieve the logo image for a domain. use when you need the raw image bytes (png or svg) of a specific domain's logo. use after validating the domain string.
LOGO_DEV_GET_LOGO_IMAGEAcciónTool to retrieve the logo image for a domain. use when you need the raw image bytes (png or svg) of a specific domain's logo. use after validating the domain string.
Parámetros de entrada
tokenstringObligatorioPublic API access token for the request, format: pk_{token}.
domainstringObligatorioThe domain to retrieve the logo for (e.g., 'openai.com').
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search BrandLOGO_DEV_SEARCH_BRANDAcciónTool to search for brands based on a query string. use when you need to retrieve a list of matching brands with optional pagination and filters by country or industry.
LOGO_DEV_SEARCH_BRANDAcciónTool to search for brands based on a query string. use when you need to retrieve a list of matching brands with optional pagination and filters by country or industry.
Parámetros de entrada
limitintegerMaximum number of results to return (>=1)
querystringObligatorioBrand name or keyword to search for
offsetintegerNumber of results to skip for pagination (>=0)
countrystringCountry code to filter brands by region
industrystringIndustry category to filter brands
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not