NAiOS IconNAiOS Logo
Volver al catálogo

Composio Search

composio_search

Composio Search provides comprehensive web search across travel (flights, hotels, events), e-commerce (Amazon, Walmart, shopping), financial markets, news, academic research, images, and location services.

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

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.

Composio DuckDuckGo SearchCOMPOSIO_SEARCH_DUCK_DUCK_GO_SEARCHAcción

The duckduckgosearch class utilizes the composio duckduckgo search api to perform searches, focusing on web information and details. it leverages the duckduckgo search engine via the composio duckduckgo search api to retrieve relevant web data based on the provided query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio DuckDuckGo Search API, specifying the search topic.

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

Composio Google Events SearchCOMPOSIO_SEARCH_EVENT_SEARCHAcción

The eventsearch class enables scraping of google events search queries. it conducts an event search using the composio events search api, retrieving information on events such as concerts, festivals, and other activities based on the provided query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Events Search API, specifying the event topic.

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

Exa AnswerCOMPOSIO_SEARCH_EXA_ANSWERAcción

Get answers with citations using the exa api.

Parámetros de entrada

  • contentstringObligatorio

    The user message content for the Exa answer API.

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

Composio SimilarlinksCOMPOSIO_SEARCH_EXA_SIMILARLINKAcción

Perform a search to find similar links and retrieve a list of relevant results. the search can optionally return contents.

Parámetros de entrada

  • urlstringObligatorio

    The url for which you would like to find similar links. For e.g. 'https://slatestarcodex.com/2014/07/30/meditations-on-moloch/', 'https://ww.google.com/'

  • typestring

    The type of search: 'keyword', 'neural', or 'magic'. For e.g. 'neural', 'keyword', 'magic'.

  • categorystring

    A data category to focus on, with higher comprehensivity and data cleanliness. Categories right now include company, research paper, news, github, tweet, movie, song, personal site, and pdf

  • numResultsinteger

    Number of search results to return. For e.g. 10, 20, 30.

  • endCrawlDatestringdate-time

    Results will include links crawled before this date. For e.g. '2023-01-01T00:00:00Z', '2023-01-15T00:00:00Z', '2023-02-01T00:00:00Z'.

  • useAutopromptboolean

    If true, your query will be converted to an Composio Similarlinks query. For e.g. True, False, True.

  • excludeDomainsstring[]

    List of domains to exclude in the search. For e.g. ['example.com'], ['news.com'], ['blog.com'].

  • includeDomainsstring[]

    List of domains to include in the search. For e.g. ['example.com'], ['news.com'], ['blog.com'].

  • startCrawlDatestringdate-time

    Results will include links crawled after this date. For e.g. '2023-01-01T00:00:00Z', '2023-01-15T00:00:00Z', '2023-02-01T00:00:00Z'.

  • endPublishedDatestringdate-time

    Only links published before this date will be returned. For e.g. '2023-01-01', '2023-01-15', '2023-02-01'.

  • startPublishedDatestringdate-time

    Only links published after this date will be returned. For e.g. '2023-01-01', '2023-01-15', '2023-02-01'.

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

Composio Finance SearchCOMPOSIO_SEARCH_FINANCE_SEARCHAcción

The financesearch class utilizes the composio finance search api to conduct financial searches, focusing on financial data and stock information. it leverages the google finance search engine via the composio finance search api to retrieve pertinent financial details based on the provided query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Finance Search API, specifying the financial topic or stock symbol.

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

Composio Google Maps SearchCOMPOSIO_SEARCH_GOOGLE_MAPS_SEARCHAcción

The googlemapssearch class performs a location-specific search using the composio goolge maps search api. this class extends the functionality of the base action class to specifically target locations related to the given query. by utilizing the google maps search engine through the composio goolge maps search api, it fetches the most relevant location data based on the input query. the `googlemapssearch` class is particularly useful for applications that need to retrieve and display location information about a specific area. it leverages the powerful search capabilities of google's maps search engine, ensuring that the returned results are accurate and relevant.

Parámetros de entrada

  • qstringObligatorio

    The query you want to search.

  • llstring

    GPS coordinates for the search, formatted as '@latitude,longitude,zoom_level'. Required when using pagination.

  • startinteger

    Used for pagination.

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

Composio Image SearchCOMPOSIO_SEARCH_IMAGE_SEARCHAcción

The imagesearch class performs an image search using the composio image search api, to target image data and information. it uses the google images search engine through the composio image search api to fetch relevant image information based on the input query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Image Search API, specifying the image topic.

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

Composio News SearchCOMPOSIO_SEARCH_NEWS_SEARCHAcción

The newssearch class performs a news-specific search using the composio news search api. this class extends the functionality of the base action class to specifically target news articles related to the given query. by utilizing the google news search engine through the composio news search api, it fetches the most relevant news articles based on the input query. the `newssearch` class is particularly useful for applications that need to retrieve and display the latest news articles about a specific topic. it leverages the powerful search capabilities of google's news search engine, ensuring that the returned results are current and relevant.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio News Search API, specifying the topic for news search.

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

Composio Scholar SearchCOMPOSIO_SEARCH_SCHOLAR_SEARCHAcción

Scholar api allows you to scrape results from a google scholar search query. the scholarsearch class performs an academic search using the composio scholar search api, academic papers and scholarly articles. it uses the google scholar search engine through the serp api to fetch relevant academic information based on the input query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Scholar Search API, specifying the academic topic or paper title.

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

Composio Google SearchCOMPOSIO_SEARCH_SEARCHAcción

Perform a google search using the composio google search api.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Google Search API.

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

Composio Shopping SearchCOMPOSIO_SEARCH_SHOPPING_SEARCHAcción

The shoppingsearch class performs a product search using the composio shopping search api.it specifically target shopping results related to the given query. by utilizing the google shopping search engine through the composio shopping search api, it fetches the most relevant product listings based on the input query. the `shoppingsearch` class is particularly useful for applications that need to retrieve and display the latest product listings and shopping results for a specific item. it leverages the powerful search capabilities of google's shopping search engine, ensuring that the returned results are current and relevant.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Composio Shopping Search API, specifying the product or item for shopping search.

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

Composio LLM SearchCOMPOSIO_SEARCH_TAVILY_SEARCHAcción

The composio llm search class serves as a gateway to the composio llm search api, allowing users to perform searches across a broad range of content with multiple filtering options. it accommodates complex queries, including both keyword and phrase searches, with additional parameters to fine-tune the search results. this class enables a tailored search experience by allowing users to specify the search depth, include images and direct answers, apply domain-specific filters, and control the number of results returned. it is designed to meet various search requirements, from quick lookups to in-depth research.

Parámetros de entrada

  • querystringObligatorio

    The primary text used to perform the search. This is the key term or phrase that the search functionality will use to retrieve results.

  • max_resultsinteger

    The maximum number of search results that the API should return. This limits the size of the result set for the query.

  • search_depthstringenum

    Determines the thoroughness of the search. A 'basic' search might perform a quick and broad search, while 'advanced' could indicate a more intensive and narrow search.

    basicadvanced
  • include_answerboolean

    Specifies whether to include direct answers to the query in the search results. Useful for queries that expect a factual answer.

  • include_imagesboolean

    A flag indicating whether to include images in the search results. When set to true, the response will contain image links related to the query.

  • exclude_domainsarray

    A list of domain names to exclude from the search results. Results from these domains will not be included, which can help to filter out unwanted content.

  • include_domainsarray

    A list of domain names to include in the search results. Only results from these specified domains will be returned, allowing for targeted searches.

  • include_raw_contentboolean

    If set to true, the search results will include the raw content from the search index, which may contain unprocessed HTML or text.

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

Composio Trends SearchCOMPOSIO_SEARCH_TRENDS_SEARCHAcción

The trendssearch class performs a trend search using the google trends search api, to target trend data and information. it uses the google trends search engine through the google trends search api to fetch relevant trend information based on the input query.

Parámetros de entrada

  • querystringObligatorio

    The search query for the Google Trends Search API, specifying the trend topic.

  • data_typestring

    Parameter defines the type of search you want to do. Available options: TIMESERIES - Interest over time (default) - Accepts both single and multiple queries per search. GEO_MAP - Compared breakdown by region - Accepts only multiple queries per search. GEO_MAP_0 - Interest by region - Accepts only single query per search. RELATED_TOPICS - Related topics - Accepts only single query per search. RELATED_QUERIES - Related queries - Accepts only single query per search.

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