Cookbook
Recipes for AI search
Starter patterns for using Sailor in retrieval, research, monitoring, and agent workflows.
RAG pipeline refresh
Fetch clean markdown and citation metadata before chunking into your vector store.
curl https://api.sailorsearch.dev/v1/search \
-H "Authorization: Bearer $SAILOR_KEY" \
-d '{"q":"agent memory papers","format":"markdown"}'Browser agent research
Give an autonomous workflow structured context instead of raw pages and brittle selectors.
await sailor.search({
q: "best SOC 2 automation tools",
enrich: true,
max_tokens: 2400
})Social signal monitor
Blend platform-native mentions with web results for launch, support, or research workflows.
POST /v1/search
{
"q": "sailor search api",
"social": ["reddit", "x", "hn"]
}Vendor comparison brief
Pull fresh product pages, docs, and community commentary into one citable summary.
sailor.search({
q: "Serper vs Exa vs Brave API",
format: "json",
citations: true
})Give your agent the search it deserves.
Start with clean markdown, citations, social context, and structured search in one API call.
1,000 free searchesNo credit cardLive in under 5 minutes
By signing up you agree to our terms. We'll never train on your queries.