Autom
automAutom 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 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ónTool to list google-supported countries. use when you need to filter or suggest countries based on a search string.
AUTOM_GOOGLE_COUNTRIESAcciónTool to list google-supported countries. use when you need to filter or suggest countries based on a search string.
Parámetros de entrada
querystringObligatorioFilters countries based on a case-insensitive substring. Returns all countries whose names contain the specified string, case-insensitive.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Google ImagesAUTOM_GOOGLE_IMAGESAcciónTool to fetch images from google search results. use when you need urls, titles, domains, and metadata for images matching a query.
AUTOM_GOOGLE_IMAGESAcciónTool 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
glstringTwo-letter country code for Google Images localization, e.g., 'us', 'uk', 'fr'.
hlstringTwo-letter language code for Google Images localization, e.g., 'en', 'es', 'fr'.
pageintegerResult page number for pagination (1-indexed). Each page returns up to 100 images.
querystringObligatorioSearch term to query on Google Images
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
Google LanguagesAUTOM_GOOGLE_LANGUAGESAcciónTool to retrieve google-supported languages. use when you need a list of language codes for localization.
AUTOM_GOOGLE_LANGUAGESAcciónTool to retrieve google-supported languages. use when you need a list of language codes for localization.
Parámetros de entrada
querystringObligatorioThis 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
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
Google LocationsAUTOM_GOOGLE_LOCATIONSAcciónTool to retrieve google-supported locations. use when searching for locations by name. returns locations ordered by reach (most populous first).
AUTOM_GOOGLE_LOCATIONSAcciónTool to retrieve google-supported locations. use when searching for locations by name. returns locations ordered by reach (most populous first).
Parámetros de entrada
querystringObligatorioParameter 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
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