NAiOS IconNAiOS Logo
Volver al catálogo

Logo.dev

logo_dev

Logo.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
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • tokenstringObligatorio

    Public API access token for the request, format: pk_{token}.

  • domainstringObligatorio

    The domain to retrieve the logo for (e.g., 'openai.com').

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search BrandLOGO_DEV_SEARCH_BRANDAcción

Tool 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

  • limitinteger

    Maximum number of results to return (>=1)

  • querystringObligatorio

    Brand name or keyword to search for

  • offsetinteger

    Number of results to skip for pagination (>=0)

  • countrystring

    Country code to filter brands by region

  • industrystring

    Industry category to filter brands

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not