↗
SearchWeb — Tavily API call
POST https://api.tavily.com/search
{
"query": "Who is presenting in Prague today about Agentforce in English?",
"include_answer": true
}
200 OK
{
"answer": "Robert Sösemann is presenting today in Prague at CzechDreamin'26 with the talk 'Agentic now! How to make the best out of Agentforce'.",
"results": [
{ "url": "czechdreamin.com/agenda/2026" },
{ "url": "czechdreamin.com/speakers/robert-soesemann" },
{ "url": "linkedin.com/in/rsoesemann" }
]
}