Google SERP API for AI agents — UnifAPI
UnifAPI’s Google SERP API returns structured Google search results — organic, ads, knowledge panel, related searches — for AI agents that need to read the open web.
- Live page: unifapi.com/apis/google-serp
- MCP tools:
google_serp.*via the hosted MCP server - Pricing: pay-per-call
Endpoints (v1)
| Endpoint | Description |
|---|---|
google-serp/search | Standard SERP — organic + features |
google-serp/images | Image search results |
google-serp/news | Google News SERP |
google-serp/maps | Maps / local pack |
google-serp/shopping | Shopping results |
Example
curl https://api.unifapi.com/v1/google-serp/search \
-H "Authorization: Bearer $UNIFAPI_KEY" \
-d '{"q": "best ai agent frameworks 2026", "geo": "US"}'
What it’s for
- Market research — the canonical first step in deep-research agents
- Agent web access — search-then-fetch loop
- Competitive intelligence — keyword position tracking
- Lead enrichment — find a company’s footprint
Compared with specialists: UnifAPI vs SerpAPI.