NAiOS IconNAiOS Logo
Volver al catálogo

Openperplex

openperplex

Openperplex API provides powerful, global search capabilities and web content analysis for AI applications.

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

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.

Custom SearchOPENPERPLEX_CUSTOM_SEARCHAcción

Tool to perform a custom search with optional filtering and field selection. use when you need tailored results based on query, filters, size, or fields.

Parámetros de entrada

  • sizeinteger

    Number of desired results (must be ≥ 1).

  • querystringObligatorio

    The search query string.

  • filterobject

    Filters to apply on the search results.

  • user_promptstringObligatorio

    User prompt for guiding the search.

  • system_promptstringObligatorio

    System prompt for guiding the search.

  • exclude_fieldsstring[]

    Fields to exclude from results.

  • include_fieldsstring[]

    Fields to include in results.

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

Custom Search StreamOPENPERPLEX_CUSTOM_SEARCH_STREAMAcción

Tool to perform custom streaming search. use when you need real-time search results for given queries.

Parámetros de entrada

  • langstring

    Two-letter language code, e.g., 'en'.

  • dedupboolean

    If true, remove duplicate results across queries.

  • regionstring

    Two-letter region code, e.g., 'us'.

  • queriesstring[]Obligatorio

    List of query strings to search for.

  • providerstring

    Optional search provider to use.

  • freshnessstringenum

    Filter results by content freshness.

    dayweekmonth
  • only_textboolean

    If true, return only textual snippets without metadata.

  • max_resultsinteger

    Maximum number of results to return per query (must be >= 1).

  • safe_searchboolean

    Enable safe search filtering.

  • user_promptstringObligatorio

    User prompt for guiding the search.

  • system_promptstringObligatorio

    System prompt for guiding the 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

Get Website MarkdownOPENPERPLEX_GET_WEBSITE_MARKDOWNAcción

Tool to retrieve the markdown content of a specified website. use after confirming the url. supports optional formats like 'gfm' or 'commonmark'.

Parámetros de entrada

  • urlstringObligatoriouri

    The full URL of the website to fetch and convert to markdown

  • markdown_formatstringenum

    The target markdown standard/format

    gfmcommonmark

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

Get Website ScreenshotOPENPERPLEX_GET_WEBSITE_SCREENSHOTAcción

Tool to capture a screenshot of a website. use after confirming the target url is reachable.

Parámetros de entrada

  • urlstringObligatoriouri

    The website URL to capture.

  • full_pageboolean

    Whether to capture the entire scrollable page.

  • viewport_widthinteger

    Width of the browser viewport in pixels.

  • viewport_heightinteger

    Height of the browser viewport in pixels.

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

Get Website TextOPENPERPLEX_GET_WEBSITE_TEXTAcción

Tool to retrieve the main text content of a specified website url. use when you need content extraction from online articles or pages. use after confirming the url is publicly accessible.

Parámetros de entrada

  • urlstringObligatorio

    The URL of the web page to extract text from.

  • cleanboolean

    If true, returns cleaner and more concise text.

  • max_lengthinteger

    Maximum number of characters to extract.

  • return_typestringenum

    Format of the returned text: 'plain', 'html', or 'markdown'.

    plainhtmlmarkdown

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

Query from URLOPENPERPLEX_QUERY_FROM_URLAcción

Tool to query documents from a url. use when you need to fetch and interrogate web-hosted content with a natural language question.

Parámetros de entrada

  • urlstringObligatorio

    The URL to fetch and query content from.

  • querystringObligatorio

    Natural language question to ask of the fetched content.

  • top_kinteger

    Number of top matching results to return.

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

Tool to search documents using query parameters. use when you have a search query and optional filters ready.

Parámetros de entrada

  • pageinteger

    Page number for pagination, must be >= 1.

  • sortstring

    Sort order for results, e.g. 'asc' or 'desc'.

  • querystringObligatorio

    The search query string.

  • filtersobject

    Optional filtering conditions for fields in the data.

  • per_pageinteger

    Number of results per page, must be >= 1.

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

Tool to stream search results from openperplex. use when real-time updates on search results are needed.

Parámetros de entrada

  • querystringObligatorio

    Search query string.

  • streamboolean

    Whether to stream the results (default: true).

  • filtersobject

    Filtering options as a key-value map, e.g., {'lang':'en','type':'article'}.

  • user_idstring

    Identifier for end user for personalization or tracking.

  • num_resultsinteger

    Number of results to return, must be >= 1.

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