Skip to main content
Pearch is an AI-powered search API that returns ranked candidate results with per-result pricing, designed for retrieval and discovery use cases. Best when you need semantic search with transparent cost-per-candidate pricing — Pearch differs from web search APIs by pricing per returned result rather than per query, making it economically predictable for high-precision retrieval workflows. 3 endpoints available through Lava’s AI Gateway. See the Pearch API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.

Endpoints

Semantic search with ranked candidates (v2)

GET https://api.pearch.ai/v2/search?q=machine+learning+frameworks — $0.266 / request
const data = await lava.gateway('https://api.pearch.ai/v2/search?q=machine+learning+frameworks', { method: 'GET' });

Semantic search with ranked candidates

GET https://api.pearch.ai/search — $0.266 / request
const data = await lava.gateway('https://api.pearch.ai/search', { method: 'GET' });

Get profile information

GET https://api.pearch.ai/v1/profile — Free
const data = await lava.gateway('https://api.pearch.ai/v1/profile', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests