问题所在
r/Perplexity Sonar API Agent
Scavio 解决方案
Sonar Scavio Sonar Scavio LLM
之前
Sonar API Agent
之后
Scavio Agent LLM
适用人群
Sonar API Agent Sonar
核心优势
- Google + Reddit + YouTube + Amazon + Walmart
- MCP + LangChain
- LLM
Python 示例
Python
import requests, os
H = {'x-api-key': os.environ['SCAVIO_API_KEY']}
# Replace Sonar search call:
results = requests.post('https://api.scavio.dev/api/v1/search',
headers=H, json={'platform': 'google', 'query': query}).json()
# Feed results to your LLM for answer synthesisJavaScript 示例
JavaScript
const results = await fetch('https://api.scavio.dev/api/v1/search', {
method: 'POST', headers: {'x-api-key': process.env.SCAVIO_API_KEY, 'Content-Type': 'application/json'},
body: JSON.stringify({platform: 'google', query})
}).then(r => r.json());使用的平台
包含知识图谱、PAA和AI概览的网页搜索