Bing SERP API for AI agents — UnifAPI
UnifAPI’s Bing SERP API returns structured Bing search results — organic, news, images — for AI agents.
- Live page: unifapi.com/apis/bing-serp
- MCP tools:
bing_serp.*via the hosted MCP server - Pricing: pay-per-call
Endpoints (v1)
| Endpoint | Description |
|---|---|
bing-serp/search | Bing organic + features |
bing-serp/news | Bing News results |
bing-serp/images | Image results |
Example
curl https://api.unifapi.com/v1/bing-serp/search \
-H "Authorization: Bearer $UNIFAPI_KEY" \
-d '{"q": "open source llm agents", "mkt": "en-US"}'
What it’s for
- Diversifying SERP sources beyond Google in market-research agents
- Cross-checking competitive intelligence results
- Coverage redundancy when Google rate-limits