Back to Services
Basic Trustrest
SerpAPI — Google Search Results
Programmatic access to Google Search results including organic results, knowledge graph, featured snippets, and People Also Ask.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
searchgoogleserpweb-search
Quick Integration
Call this service through the Agent Clear proxy
// Call SerpAPI — Google Search Results through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/c7efa0b5-bf5a-48b3-9175-f5d3545ef701',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query"
},
"num": {
"type": "number",
"description": "Number of results"
},
"engine": {
"enum": [
"google",
"bing",
"yahoo"
],
"type": "string"
},
"location": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"knowledge_graph": {
"type": "object"
},
"organic_results": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026