Skip to main content
Web search that returns clean, structured markdown from top results. Best for research workflows that need readable search results, not just links. Unlike Serper (Google result links) or Brave (metadata), Jina Search returns extracted page content inline. Use jina_reader to extract content from a specific URL. 1 example endpoint available through Lava’s AI Gateway. See the Jina Search API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
This is a catch-all provider — any valid URL under https://s.jina.ai is supported. Search API: POST to https://s.jina.ai with a search query. The endpoints below are curated examples.

Endpoints

Search the web

POST https://s.jina.ai/ — $0.005 / request
const data = await lava.gateway('https://s.jina.ai/', { body: {"q":"your search query"} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests