Skip to main content

Overview

Endpoint: POST https://api.exa.ai/search. News search is integrated into the main search endpoint. No category parameter needed. What it searches: Real-time index of web news sources including major publications, trade press, and niche outlets. Semantic search returns results ranked by topical relevance.

Minimal Working Example

Supported Parameters

News search is integrated into the main search endpoint. All standard search parameters are supported:

Query Patterns

Industry news:
Company-specific coverage:
Geopolitical events:
Time-bounded monitoring:

Common Mistakes

Patterns and Gotchas

  • News search is integrated into the main search endpoint. No category parameter needed. Just use descriptive news-related queries with type: "auto".
  • includeDomains controls source quality. For trusted sources, restrict to ["reuters.com", "bbc.com", "nytimes.com"]. For trade press, use ["techcrunch.com", "theverge.com"].
  • Use highlights for agent workflows. News articles are verbose. Highlights extract the key facts and quotes.
  • Python SDK uses snake_case. numResultsnum_results, maxCharactersmax_characters.
  • News works well with deep search. Use type: "deep" with outputSchema to extract structured event summaries, sentiment, or entity mentions from news results.
Last modified on June 26, 2026