NewYour Exa or Tako SDK, up to 5× cheaper.

Integrations

News search, in the stack you already use.

Agent frameworks, automation tools and the SDKs you already ship. Each one works today, and each page shows exactly how.

LangChain, today

Two lines, if you already use the Exa tools.

langchain-exa lets you set the base URL. Point it at typesearch, use a typesearch key, and the same code searches our news index. The text of each page is billed per page, on top of the search.

How to set it up
import os
from langchain_exa import ExaSearchResults
 
search = ExaSearchResults(
exa_api_key=os.environ["TYPESEARCH_API_KEY"],
exa_base_url="https://api.typesearch.ai/compat/exa",
)
 
search.invoke({"query": "EU AI Act enforcement", "num_results": 5})

Missing yours?

Tell us which framework or tool you use. The HTTP API works from all of them in the meantime.

Ask for an integration

Your stack, with fresh news.

Get a key in a minute, with $5 in free credit.