Exa в 2026: web search API platform с Answer, Research, Websets и OpenAI-compatible layer

Актуальный обзор Exa на 22 марта 2026: Search, Contents, Answer, Exa Research, Websets, OpenAI compatibility, language filtering, userLocation, rate limits и current bundled pricing.

На 22 марта 2026 Exa уже неточно описывать как "семантический поисковый API для разработчиков". Current official docs показывают заметно более широкий product surface:

  • Exa теперь строится не только вокруг search, но и вокруг contents, answer и research;
  • docs отдельно продвигают OpenAI-compatible layer для chat completions и responses;
  • Websets уже вышел в GA и добавляет productized dashboard/API поверх web discovery and verification;
  • current changelog меняет и economics: contents for 10 search results now bundled into search pricing;
  • у Exa появились заметные retrieval knobs вроде default language filtering, userLocation и livecrawl behavior.

Поэтому сегодня Exa полезнее понимать как API platform for web retrieval and web-grounded answering, а не как просто "semantic search instead of Google".

Current Exa умеет не только найти ссылки. Он может сам вернуть содержимое страниц, собрать citation-backed answer, выполнить более длинное web research и даже построить structured Webset c проверенными объектами вроде компаний, людей или research papers.
Старая рамка Exa = semantic search API + highlights уже слишком узкая. Current official framing строится вокруг Search, Contents, Answer, Research, Websets и OpenAI-compatible interfaces.

Короткая версия

Exa в 2026 лучше всего подходит тем, кому нужен web-grounded retrieval stack для LLM apps, а не только API, который возвращает список URL.

Практически current Exa = это сочетание:

  • search for retrieval;
  • contents for extraction;
  • answer for citation-backed answers;
  • research for longer agentic web investigations;
  • Websets for structured web discovery workflows;
  • OpenAI-compatible chat/responses access.

Быстрая рамка

СлойЧто делаетКогда полезен
Searchнаходит релевантные веб-источникиRAG, agents, live retrieval
Contentsизвлекает text/highlights/summariesclean prompt-ready context
Answerгенерирует answer с источникамиfast web-grounded Q&A
Researchделает multi-step web investigationdeeper synthesis and reporting
Websetsстроит structured collections from the weblead gen, company research, datasets
ПромптExa
Нужно собрать список AI observability vendors, получить summary по их позиционированию и затем проверить, кто из них поддерживает prompt management.
Ответ модели

Current Exa особенно полезен в таких задачах, потому что один и тот же стек может: найти источники, достать contents, сгенерировать answer или запустить более длинное Research, а затем превратить результаты в structured Webset.

Старая рамка
Exa = semantic search API с highlights и content extraction.
Актуальная рамка 2026
Exa = web retrieval platform с Search, Contents, Answer, Research, Websets и OpenAI-compatible access.

1. Что такое Exa сейчас

Current Exa уже нельзя честно описывать одним словом semantic search.

Official docs и changelog показывают несколько отдельных surfaces:

  • search and retrieval;
  • content extraction;
  • answer generation with citations;
  • long-running research;
  • structured collection building through Websets.

Это меняет саму полезную mental model:

  • раньше Exa был convenient retrieval API;
  • сейчас это web data and answer platform for LLM systems.

2. Search больше не живёт отдельно от contents

Один из самых важных current сдвигов у Exa - bundled pricing and bundled behavior around content.

Official Pricing Update от 3 марта 2026 фиксирует:

  • search with contents now costs $7 / 1000 requests;
  • text and highlights for 10 results per request are included;
  • additional results beyond 10 cost extra;
  • summaries bill separately.

Это важно, потому что старая подача поиск отдельно, содержимое отдельно уже устарела как основной economic story.

Практически current Exa удобнее мыслить не как:

  • "find URLs first, figure out content later",

а как:

  • search-and-retrieve surface optimized for direct LLM consumption.

3. Contents Retrieval: current extraction layer заметно зрелее

Official Contents Retrieval docs показывают, что contents endpoint у Exa уже не сводится к "вернуть text страницы".

Current retrieval surface поддерживает:

  • extracted text;
  • highlights;
  • summaries;
  • status reporting per URL;
  • different content representations;
  • live crawl vs cached behavior.

Это важно для engineering practice:

  • можно не тащить отдельный scraping stack для большинства use cases;
  • extraction errors можно обрабатывать granularly per URL;
  • retrieval becomes more production-usable than basic HTML scraping.

4. Answer: citation-backed response как отдельный endpoint

Official Answer docs прямо выделяют /answer как отдельный product surface.

Current /answer:

  • performs search;
  • uses an LLM to produce either direct answer or summary with citations;
  • returns both answer and sources;
  • supports streaming.

Это важный conceptual point:

  • Exa уже не только ищет и отдаёт контекст;
  • он ещё и даёт web-grounded answer layer.

То есть current Exa может быть полезен не только как backend retrieval tool, но и как higher-level answer service when you do not want to stitch search + prompt + citations yourself.

5. Research: самый сильный current сдвиг

Самая заметная current эволюция - это Exa Research.

Official docs описывают Research API как:

  • agentic research workflow;
  • multi-step web investigation;
  • search, extract and reason loop;
  • structured outputs with citations.

Docs также отдельно противопоставляют его /answer:

  • /answer подходит для single-shot Q&A;
  • Research нужен для longer-running, multi-step investigations.

Практически это означает:

  • Exa уже не просто search primitive for your own agent;
  • он сам даёт managed researcher capability.

Это уместно для:

  • market scans;
  • vendor comparison;
  • research synthesis;
  • schema-constrained web analysis.

6. OpenAI-compatible layer: важный integration shift

Official OpenAI SDK Compatibility docs показывают ещё один maturity signal.

Current Exa supports OpenAI-style interfaces for:

  • chat completions;
  • responses.

Это важно потому, что integration story становится проще:

  • можно подключать Exa через already familiar OpenAI tooling;
  • migrating teams do not need to learn a totally different mental model;
  • answer and research layers become easier to adopt in existing LLM stacks.

7. Websets: Exa уже не API-only в старом смысле

Старая статья подавала Exa почти как API-only developer utility. Current Websets делает это описание неполным.

Official docs пишут, что Websets is GA and provides:

  • dashboard-driven workflow;
  • structured item collection;
  • verification against criteria;
  • export and sharing;
  • entity-oriented discovery like companies, people or papers.

Это очень важный current nuance:

  • Exa остаётся API-first;
  • но уже не только API-only in the old narrow sense.

Websets особенно уместен для:

  • lead generation;
  • structured market maps;
  • people/company research;
  • repeatable web-derived datasets.

8. Language, geolocation и live freshness

Current changelog также показывает, что Exa стал сильнее на retrieval controls:

  • language filtering is enabled by default and matches query language;
  • userLocation can bias ranking by country;
  • livecrawl modes affect freshness vs cached fallback behavior.

Это practical detail, но очень полезная:

  • multi-language search is more reliable than в старых обзорах;
  • regional relevance improved;
  • live web freshness can be handled with more nuance than all-or-nothing crawling.

9. Rate limits и operational surface

Official rate limits page даёт понятные defaults:

  • /search: 10 QPS;
  • /contents: 100 QPS;
  • /answer: 10 QPS;
  • /research: 15 concurrent tasks.

Это важный current ops signal:

  • Exa уже имеет distinct operational profiles per endpoint;
  • Research надо мыслить как longer-running async workload, not just another quick request;
  • contents can be scaled much more aggressively than answer-like endpoints.

10. Где Exa реально силён

Current Exa особенно уместен, если вам нужно:

  • live web retrieval for LLM apps;
  • citation-backed answers without building all layers yourself;
  • deeper research over web sources;
  • structured web data collection;
  • one vendor that spans search, extraction and answer workflows.

Особенно сильные use cases:

  • RAG over public web;
  • AI research assistants;
  • company/person discovery;
  • citation-heavy summaries;
  • agent workflows that need both fast search and longer research mode.

11. Где у него границы

Exa обычно менее уместен, если:

  • вам нужен classic consumer search experience rather than API/platform usage;
  • задача требует giant general-purpose search index assumptions like public Google UX;
  • вы хотите only raw links and do not need higher-level answer/research layers;
  • команда не собирается использовать current advanced surfaces beyond simple retrieval.

Иными словами, current Exa силён там, где нужен web-grounded LLM retrieval platform, а не just semantic search as a feature.

Плюсы

  • Current Exa already spans retrieval, answer generation, deeper research and structured Websets
  • Search pricing now bundles contents for 10 results, which makes common LLM use cheaper and simpler
  • OpenAI-compatible interfaces lower integration friction
  • Language filtering, geolocation and livecrawl improve retrieval quality in practical systems
  • Rate limits and endpoint split make the platform operationally legible

Минусы

  • Старая mental model 'semantic search only' hides real complexity and product breadth
  • Research is slower and should be treated as a long-running workflow, not a quick search call
  • For exact keyword-heavy tasks, classic search behavior can still be preferable
  • Websets and higher-level answer layers may be overkill for teams that only need raw URLs

12. Как мыслить о Exa в 2026

Самая полезная current framing такая:

  • Search отвечает за retrieval;
  • Contents - за extraction;
  • Answer - за web-grounded response;
  • Research - за longer investigations;
  • Websets - за structured collections and verification.

То есть current Exa - это уже не просто semantic search engine, а web retrieval platform for agents, RAG and web-grounded research products.

Проверьте себя

Проверьте себя

1. Что сильнее всего устарело в старой подаче Exa как 'semantic search API'?

2. Чем current Research у Exa принципиально отличается от /answer?

3. Почему bundled pricing update у Exa важен practically?