NAiOS IconNAiOS Logo
Volver al catálogo

Autom

autom

Autom is a service that delivers lightning-fast search engine results page (SERP) outcomes for Google, Bing, and Brave, offering developers rapid access to search data with minimal latency.

Acciones
4
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 (4)

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.

Google CountriesAUTOM_GOOGLE_COUNTRIESAcción

Tool to list google-supported countries. use when you need to filter or suggest countries based on a search string.

Parámetros de entrada

  • querystringObligatorio

    Filters countries based on a case-insensitive substring. Returns all countries whose names contain the specified string, case-insensitive.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Google ImagesAUTOM_GOOGLE_IMAGESAcción

Tool to fetch images from google search results. use when you need urls, titles, domains, and metadata for images matching a query.

Parámetros de entrada

  • glstring

    Two-letter country code for Google Images localization, e.g., 'us', 'uk', 'fr'.

  • hlstring

    Two-letter language code for Google Images localization, e.g., 'en', 'es', 'fr'.

  • pageinteger

    Result page number for pagination (1-indexed). Each page returns up to 100 images.

  • querystringObligatorio

    Search term to query on Google Images

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

Google LanguagesAUTOM_GOOGLE_LANGUAGESAcción

Tool to retrieve google-supported languages. use when you need a list of language codes for localization.

Parámetros de entrada

  • querystringObligatorio

    This parameter filters languages based on a search string. Search is non-case-sensitive and returns all languages whose names contain the string.

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

Google LocationsAUTOM_GOOGLE_LOCATIONSAcción

Tool to retrieve google-supported locations. use when searching for locations by name. returns locations ordered by reach (most populous first).

Parámetros de entrada

  • querystringObligatorio

    Parameter restricts your search to locations that contain the supplied string. (e.g., 'Austin' will match 'Austin, TX', 'The University of Texas at Austin', etc.)

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