NAiOS IconNAiOS Logo
Volver al catálogo

Exa

exa

Exa focuses on data extraction and search, helping teams gather, analyze, and visualize information from websites, APIs, or internal databases

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

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.

Generate an answerEXA_ANSWERAcción

Generates a direct, citation-backed answer to a clear natural language question or topic using exa's search, adept at both specific answers and detailed summaries for open-ended queries.

Parámetros de entrada

  • textboolean

    Set to `true` to include the full text content of the cited source documents in the `citations` part of the response. Defaults to `false`.

  • modelstring

    Specifies the search model to use. 'exa' uses a single, direct query. 'exa-pro' uses two expanded queries for potentially more comprehensive results. Allowed values are 'exa' or 'exa-pro'. Defaults to 'exa'.

  • querystringObligatorio

    The natural language question or search query for which an answer is sought. The query should be specific enough to guide the search effectively.

  • streamboolean

    Set to `true` to receive the response as a stream of server-sent events (SSE). This is useful for displaying results incrementally. Defaults to `false`.

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

Create ImportEXA_CREATE_IMPORTAcción

Tool to create a new import to upload data into a webset. use when you need to initialize an import before uploading the data file.

Parámetros de entrada

  • csvobject

    CSV-specific settings for the import.

  • sizeinteger

    Size of the import in bytes.

  • countinteger

    Number of items in the import.

  • titlestring

    Title of the import.

  • entityobjectObligatorio

    Entity information for the import.

  • formatstringObligatorio

    Format of the import file (e.g., 'csv').

  • metadataobject

    Additional metadata for the import.

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

Create a MonitorEXA_CREATE_MONITORAcción

Tool to create a new monitor. use when you need to schedule automated updates for a webset without manual runs.

Parámetros de entrada

  • cadenceobjectObligatorio

    How often the monitor will run.

  • behaviorobjectObligatorio

    Behavior to perform when monitor runs.

  • metadataobject

    Key-value pairs to associate with the Monitor.

  • websetIdstringObligatorio

    The ID of the Webset to attach this Monitor to.

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

Create WebsetEXA_CREATE_WEBSETAcción

Tool to create a new webset with search, import, and enrichment setup. use when you need to configure and seed a webset in one call.

Parámetros de entrada

  • importobject[]

    Import data from existing Websets or Imports.

  • searchobjectObligatorio

    Initial search configuration for the Webset.

  • metadataobject

    Arbitrary key-value pairs to associate with this Webset.

  • externalIdstring

    External identifier to reference the Webset in your system.

  • enrichmentsobject[]

    Enrichments to apply to Webset items.

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

Delete importEXA_DELETE_IMPORTAcción

Tool to delete an existing import. use when you need to permanently remove an import by its id.

Parámetros de entrada

  • idstringObligatorio

    The ID of the import to delete.

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

Delete websetEXA_DELETE_WEBSETAcción

Tool to delete a webset. use after confirming the webset id to permanently remove the webset and all its items.

Parámetros de entrada

  • idstringObligatorio

    The id or externalId of the Webset to delete.

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

Find similarEXA_FIND_SIMILARAcción

Finds web pages semantically similar to a given url using embeddings-based search, optionally retrieving full text, highlights, or summaries for results.

Parámetros de entrada

  • urlstringObligatorio

    The URL for which to find semantically similar web pages. This must be a valid and accessible web address.

  • textboolean

    Set to true to request the full text content of each similar page. Defaults to false.

  • summaryboolean

    Set to true to request a generated summary for each similar page. Defaults to false.

  • highlightsboolean

    Set to true to request relevant text snippets (highlights) from each similar page. Defaults to false.

  • num_resultsinteger

    The desired number of similar web pages to return. Must be an integer between 1 and 100, inclusive. Defaults to 10.

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 contents from URLs or document IDsEXA_GET_CONTENTS_ACTIONAcción

Retrieves configurable text and highlights from a list of exa document ids or publicly accessible urls.

Parámetros de entrada

  • idsstring[]Obligatorio

    A list of document IDs (strings obtained from Exa search results) or fully qualified URLs (e.g., 'https://example.com/article') for which to retrieve content. At least one ID or URL must be provided.

  • textboolean

    Controls text extraction. Accepts a boolean or a `TextOptions` object. If `True` (the default), extracts full-page text using default settings. If `False`, no text is extracted. Provide a `TextOptions` object to customize text extraction (e.g., `max_characters`, `include_html_tags`).

  • highlightsboolean

    Controls highlight extraction. Accepts a boolean or `HighlightOptions`. If `True`, extracts AI highlights (default settings); if `False`, no highlights. Use `HighlightOptions` for custom settings (e.g., `num_sentences`, `query`). Default is `None` (no highlights extracted).

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

Tool to get details of a specific event by its id. use when you have an event id and need its full details.

Parámetros de entrada

  • idstringObligatorio

    The unique identifier of the event to retrieve.

Parámetros de salida

  • idstringObligatorio

    The unique identifier for the event.

  • dataobjectObligatorio

    Detailed payload of the event.

  • errorstring

    Error if any occurred during the execution of the action

  • objectstringObligatorio

    Type of the object, always 'event'.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List eventsEXA_LIST_EVENTSAcción

Tool to list all events that have occurred in the system. use when you need to paginate through the event history.

Parámetros de entrada

  • limitinteger

    The number of results to return (1–200, default 25).

  • typesstring[]

    Filter events by one or more event types.

  • cursorstring

    The cursor to paginate through the results.

  • createdAfterstring

    Filter events created at or after this UTC timestamp (inclusive). Must be a valid ISO 8601 datetime string.

  • createdBeforestring

    Filter events created at or before this UTC timestamp (inclusive). Must be a valid ISO 8601 datetime string.

Parámetros de salida

  • dataobject[]Obligatorio

    The list of event records.

  • errorstring

    Error if any occurred during the execution of the action

  • hasMorebooleanObligatorio

    Whether there are more results to paginate through.

  • nextCursorstring

    The cursor for the next page of results, if any.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List importsEXA_LIST_IMPORTSAcción

Tool to list all imports for the webset. use when you need to paginate through and monitor import jobs.

Parámetros de entrada

  • limitinteger

    The number of results to return (1–200, default 25).

  • cursorstring

    The cursor to paginate through the results.

Parámetros de salida

  • dataobject[]Obligatorio

    The list of import records.

  • errorstring

    Error if any occurred during the execution of the action

  • hasMorebooleanObligatorio

    Whether there are more results to paginate through.

  • nextCursorstring

    The cursor for the next page of results, if any.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List webhooksEXA_LIST_WEBHOOKSAcción

Tool to list all webhooks for websets. use when you need to view existing webhooks and paginate through results.

Parámetros de entrada

  • limitinteger

    Number of results to return per page.

  • cursorstring

    Pagination cursor returned by a previous call. Must be at least 1 character if provided.

Parámetros de salida

  • dataobject[]Obligatorio

    Array of webhook objects.

  • errorstring

    Error if any occurred during the execution of the action

  • hasMorebooleanObligatorio

    Whether more results are available.

  • nextCursorstring

    Cursor to use for the next page of results, if hasMore is true.

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

SearchEXA_SEARCHAcción

Performs a web search using the exa engine, useful for queries requiring advanced filtering, specific content categories, or ai-optimized prompting.

Parámetros de entrada

  • typestring

    Type of search: 'keyword' for Google-like SERP, 'neural' for embeddings-based, or 'auto' for Exa to decide.

  • querystringObligatorio

    The search query string.

  • categorystring

    A specific data category to focus the search on (e.g., 'company', 'research paper').

  • numResultsinteger

    Desired number of search results.

  • excludeTextstring[]

    A list containing one string (max 5 words) that must not be present in the webpage text.

  • includeTextstring[]

    A list containing one string (max 5 words) that must be present in the webpage text.

  • endCrawlDatestring

    Filters results to include only those crawled by Exa before this ISO 8601 date.

  • useAutopromptboolean

    If true, Exa converts the query to an Exa-optimized prompt for potentially better results.

  • excludeDomainsstring[]

    A list of domain names to specifically exclude from the search results.

  • includeDomainsstring[]

    A list of domain names to specifically include in the search results.

  • startCrawlDatestring

    Filters results to include only those crawled by Exa after this ISO 8601 date.

  • endPublishedDatestring

    Filters results to include only those published before this ISO 8601 date.

  • startPublishedDatestring

    Filters results to include only those published after this ISO 8601 date.

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

Update importEXA_UPDATE_IMPORTAcción

Tool to update an import configuration by id. use when you need to modify an import's title or metadata.

Parámetros de entrada

  • idstringObligatorio

    The ID of the import to update.

  • titlestring

    New title for the import. Leave null if unchanged.

  • metadataobject

    Key-value pairs to attach to the import. Leave null if unchanged.

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