Exa

Exa é um mecanismo de busca com IA projetado especificamente para desenvolvedores e pesquisadores, fornecendo informações altamente relevantes e atualizadas de toda a web. Ele combina capacidades avançadas de busca semântica com compreensão por IA para entregar resultados mais precisos e contextualmente relevantes do que mecanismos de busca tradicionais.

Com o Exa, você pode:

  • Pesquisar em linguagem natural: Encontre informações usando consultas e perguntas conversacionais
  • Obter resultados precisos: Receba resultados de busca altamente relevantes com compreensão semântica
  • Acessar informações atualizadas: Recupere informações atuais de toda a web
  • Encontrar conteúdo similar: Descubra recursos relacionados com base na similaridade de conteúdo
  • Extrair conteúdo de páginas: Recupere e processe o texto completo de páginas da web
  • Responder perguntas com citações: Faça perguntas e receba respostas diretas com fontes de apoio
  • Executar tarefas de pesquisa: Automatize fluxos de pesquisa em várias etapas para reunir, sintetizar e resumir informações

No Zoen, a integração com o Exa permite que seus agentes pesquisem a web, recuperem conteúdo de URLs específicas, encontrem recursos similares, respondam perguntas com citações e conduzam tarefas de pesquisa — tudo de forma programática por meio de chamadas de API. Isso capacita seus agentes a acessar informações em tempo real na internet, melhorando a capacidade de fornecer respostas precisas, atuais e relevantes. A integração é especialmente valiosa para pesquisa, coleta de informações, descoberta de conteúdo e respostas que exigem dados atualizados de toda a web.

Usage Instructions

Integrate Exa into the workflow. Can search, get contents, find similar links, answer a question, and perform research.

Actions

Search the web using Exa AI. Returns relevant search results with titles, URLs, and text snippets.

Input

ParameterTypeRequiredDescription
querystringYesThe search query to execute
numResultsnumberNoNumber of results to return (e.g., 5, 10, 25). Default: 10, max: 25
useAutopromptbooleanNoWhether to use autoprompt to improve the query (true or false). Default: false
typestringNoSearch type: "neural", "keyword", "auto", or "fast". Default: "auto"
includeDomainsstringNoComma-separated list of domains to include in results (e.g., "github.com, stackoverflow.com")
excludeDomainsstringNoComma-separated list of domains to exclude from results (e.g., "reddit.com, pinterest.com")
categorystringNoFilter by category: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report
textbooleanNoInclude full text content in results (default: false)
highlightsbooleanNoInclude highlighted snippets in results (default: false)
summarybooleanNoInclude AI-generated summaries in results (default: false)
livecrawlstringNoLive crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails)
startCrawlDatestringNoOnly include results crawled on or after this ISO 8601 date (e.g., "2024-01-01" or "2024-01-01T00:00:00.000Z")
endCrawlDatestringNoOnly include results crawled on or before this ISO 8601 date
startPublishedDatestringNoOnly include results published on or after this ISO 8601 date
endPublishedDatestringNoOnly include results published on or before this ISO 8601 date
apiKeystringYesExa AI API Key
pricingcustomNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
resultsarraySearch results with titles, URLs, and text snippets
titlestringThe title of the search result
urlstringThe URL of the search result
publishedDatestringDate when the content was published
authorstringThe author of the content
summarystringA brief summary of the content
faviconstringURL of the site's favicon
imagestringURL of a representative image from the page
textstringText snippet or full content from the page
scorenumberRelevance score for the search result

exa_get_contents

Retrieve the contents of webpages using Exa AI. Returns the title, text content, and optional summaries for each URL.

Input

ParameterTypeRequiredDescription
urlsstringYesComma-separated list of URLs to retrieve content from
textbooleanNoIf true, returns full page text with default settings. If false, disables text return.
summaryQuerystringNoQuery to guide the summary generation
subpagesnumberNoNumber of subpages to crawl from the provided URLs
subpageTargetstringNoComma-separated keywords to target specific subpages (e.g., "docs,tutorial,about")
highlightsbooleanNoInclude highlighted snippets in results (default: false)
livecrawlstringNoLive crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails)
apiKeystringYesExa AI API Key
pricingcustomNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
resultsarrayRetrieved content from URLs with title, text, and summaries
urlstringThe URL that content was retrieved from
titlestringThe title of the webpage
textstringThe full text content of the webpage
summarystringAI-generated summary of the webpage content

Find webpages similar to a given URL using Exa AI. Returns a list of similar links with titles and text snippets.

Input

ParameterTypeRequiredDescription
urlstringYesThe URL to find similar links for
numResultsnumberNoNumber of similar links to return (e.g., 5, 10, 25). Default: 10, max: 25
textbooleanNoWhether to include the full text of the similar pages
includeDomainsstringNoComma-separated list of domains to include in results (e.g., "github.com, stackoverflow.com")
excludeDomainsstringNoComma-separated list of domains to exclude from results (e.g., "reddit.com, pinterest.com")
excludeSourceDomainbooleanNoExclude the source domain from results (default: false)
highlightsbooleanNoInclude highlighted snippets in results (default: false)
summarybooleanNoInclude AI-generated summaries in results (default: false)
livecrawlstringNoLive crawling mode: never (default), fallback, always, or preferred (always try livecrawl, fall back to cache if fails)
apiKeystringYesExa AI API Key
pricingcustomNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
similarLinksarraySimilar links found with titles, URLs, and text snippets
titlestringThe title of the similar webpage
urlstringThe URL of the similar webpage
textstringText snippet or full content from the similar webpage
scorenumberSimilarity score indicating how similar the page is

exa_answer

Get an AI-generated answer to a question with citations from the web using Exa AI.

Input

ParameterTypeRequiredDescription
querystringYesThe question to answer
textbooleanNoWhether to include the full text of the answer
apiKeystringYesExa AI API Key
pricingcustomNoNo description
rateLimitstringNoNo description

Output

ParameterTypeDescription
answerstringAI-generated answer to the question
citationsarraySources and citations for the answer
titlestringThe title of the cited source
urlstringThe URL of the cited source
textstringRelevant text from the cited source

exa_research

Perform comprehensive research using AI to generate detailed reports with citations

Input

ParameterTypeRequiredDescription
querystringYesResearch query or topic
modelstringNoResearch model: exa-research-fast, exa-research (default), or exa-research-pro
apiKeystringYesExa AI API Key

Output

ParameterTypeDescription
researcharrayComprehensive research findings with citations and summaries

On this page