Overview
Microsoft deprecated the Bing Search API on August 11th, 2025. This guide provides the technical details needed to migrate from Bing Search API to Exa’s search API.Quick Start
Get your API key
Get your Exa API key
Install the SDK
Replace your API calls
BingParameter Mapping
| Bing Parameter | Exa Parameter | Notes |
|---|---|---|
q | query | Required parameter |
count | numResults | Default: 10, Max: 100 |
mkt, cc | userLocation | Use 2-letter ISO country code |
freshness | startPublishedDateendPublishedDatestartCrawlDateendCrawlDate | Use ISO 8601 date format |
site: operator | includeDomainsexcludeDomains | Use arrays of domain strings |
| Query filters | includeTextexcludeText | Use arrays of phrase filters |
safeSearch | moderation | Disabled by default, set to true to enable |
offset | Not supported |

