Delv
Researchby Exa4.2

Exa

Neural web search API that powers AI agents with semantic retrieval, deep research and clean page extraction instead of raw HTML.

B
Safety & Trust

Delv Safety Grade: B

Score 72/100 · assessed 2026-04-18

Maintainer75
Permissions85
Supply chain60
Transparency55
Incidents100

Exa is a commercial neural search API from a venture-backed startup that provides semantic web retrieval for AI agents. The company appears legitimate with known funding and a professional product, but lacks the institutional weight of major vendors. The API itself is well-scoped: it performs read-only web searches and content extraction without requiring filesystem access, shell execution, or sensitive credentials beyond an API key. The main supply chain concern is that there's no public repository, making it impossible to audit the client libraries or verify dependencies. Transparency is limited by the closed-source nature and thin public documentation about security practices. The service requires network outbound access and API key management, but permissions remain narrow. No known security incidents exist. Suitable for research workflows where you trust the vendor, but the opacity means you're relying on Exa's internal security rather than community verification.

Green flags

  • Read-only API with no filesystem or shell access required
  • Professional commercial entity with known funding and team
  • Scoped to search and retrieval, no write or execution permissions
  • No known security incidents or credential leaks
  • API key authentication is standard industry practice

Red flags

  • No public repository for audit or dependency verification
  • Closed-source API with opaque internal implementation
  • Limited public documentation on security practices or data handling
  • Startup with potential bus factor if funding or team changes

Permissions requested

Outbound networkAccess secrets
Assessed by Delv Editorial using public metadata. Grades are advisory and update as the ecosystem changes. They do not replace your own review of permissions and code before granting an agent access to sensitive systems.

Pricing

FREEMIUMFree credits, usage-based pricing

Platforms

api

Review

Exa isn't an autonomous agent in the traditional sense - it's a search API that gives agents better eyes on the web. Instead of scraping raw HTML or wrestling with Google's rate limits, you get semantic retrieval that actually understands what you're asking for. I've used it to build research pipelines where an agent needs to find academic papers, company blogs, or technical documentation without drowning in SEO spam. The autonomy angle is subtle: your agent can query Exa with natural language ('find recent posts about Rust async performance'), get ranked results based on meaning rather than keyword density, and pull clean markdown instead of parsing table soup. The neural search works - when I asked for 'startups using edge computing for real-time analytics', it surfaced relevant case studies that traditional search buried under vendor whitepapers. Where it shines: research agents that need to build knowledge bases, competitive intelligence bots, or anything that involves iterative deep dives. The 'auto search' mode lets agents refine queries autonomously, which beats hard-coding fallback logic. Page extraction returns actual content, not boilerplate and cookie banners. Failure modes: it's still a search engine. Niche topics with sparse web presence return thin results. The API doesn't handle real-time data well - if you need breaking news or live pricing, you'll supplement with something else. Pricing can climb fast if your agent runs wild with broad queries. The free tier gives you a taste, but production use means watching your budget. Compared to Perplexity's API or raw web scraping with Firecrawl, Exa sits in the middle. Perplexity gives you synthesised answers but less control over sources. Firecrawl gives you everything but makes your agent do the thinking. Exa balances retrieval quality with flexibility - your agent gets ranked, relevant pages and can decide what to do with them. I'd reach for this when building agents that need to research topics autonomously, especially if you're tired of cleaning HTML or fighting keyword-stuffed garbage. It won't replace a human researcher, but it gives your agent a fighting chance at finding signal in the noise.
Verdict

Pay for Exa if you're building research agents that need semantic web access without the scraping headaches. Skip it if your use case is narrow, real-time, or you're just prototyping - the free tier runs dry quickly and alternatives might be cheaper for simple keyword searches.

Good at

  • Semantic search that understands intent, not just keywords
  • Clean page extraction returns markdown, not HTML chaos
  • Auto search mode lets agents refine queries autonomously
  • Filters out SEO spam better than traditional search
  • Straightforward API that doesn't require scraping infrastructure

Watch out

  • Pricing scales quickly with heavy agent usage
  • Struggles with niche topics or sparse web coverage
  • Not real-time - poor for breaking news or live data
  • Free tier too limited for serious prototyping
  • Still dependent on web content quality and availability

Use cases

  • agent web access
  • research pipelines
  • semantic search