Introducing Bing generative search Bing Search Blog

By 10  am on

It’s also worth taking a look at our Bing Playground and performing a few searches to see it all in action. When available, the estimated number of results that was previously found under webPages.totalEstimatedMatches will be available under search_information.total_results in our API. Due to the sheer number of different possible response objects available, I’m only going to cover a few of them directly in this blog post.

SerpApi Weekly Changelog: November 17-23, 2025

  • While the previous steps have all been quite straightforward, the changes to the response format handling will likely be the most involved for you depending on how much of the data you have been using.
  • The images.readLink attribute in the official API which provides the URL for the equivalent API image search can be found at inline_images.serpapi_link in our API.
  • Returned in the webPages.value key (an array of results) in the official API, our API returns the equivalent in the top level organic_results key (an array of results).

Once you have signed up and verified your account, you will need to take note of your SerpApi API key found on your dashboard so that you can use it in the following steps. The isFamilyFriendly attribute in the official API has no equivalent in our API. Significantly more is available on these organic results when using our API, so don’t forget to check out the Bing Organic Results API documentation page. The date attribute in our API will return the date displayed in the result, though it can be in the form of a formatted date (e.g. Oct 29, 2020) or a relative date (e.g. 3 days ago).

  • The Bing search URL found at images.webSearchUrl in the official API can be found at inline_images.see_more_link in ours.
  • With strong encryption, minimal data retention, and strict confidentiality, your identity stays hidden while you safely gather accurate search results.
  • Once you have signed up and verified your account, you will need to take note of your SerpApi API key found on your dashboard so that you can use it in the following steps.
  • If you don’t already have an account with us, your first step is going to be signing up for an account (we offer a free account with 100 free searches per month).
  • Returned in the images.value key (array of images) in the official API, our API returns the equivalent in the inline_images.items key (array of images).
  • The isFamilyFriendly attribute in the official API has no equivalent in our API.

Step 1: SerpApi Account

While the previous steps have all been quite straightforward, the changes to the response format handling will likely be the most involved for you depending on how much of the data you have been using. All of the above query parameters, with the exception of textDecorations and textFormat can be used as-is or ported to use with our API. The official API’s response format differs from our own so there are still changes to make, but we’re part way there.

Related Search Result Mapping

The images.readLink attribute in the official API which provides the URL for the equivalent API image search can be found at inline_images.serpapi_link in our API. Next we’re going to authenticate via the api_key query parameter and remove the headers entirely as they’re not necessary for any calls to our endpoint. The Bing search URL found at images.webSearchUrl in the official API can be found at inline_images.see_more_link in ours. Returned in the images.value key (array of images) in the official API, our API returns the equivalent in the inline_images.items key (array of images). Returned in the relatedSearches.value key (array of related searches) in the official API, our API returns the equivalent in the top level related_searches key (array of related searches). The dateLastCrawled and datePublished attributes are not available and have no equivalent, however, the datePublishedDisplayText has a similar property in our result named date.

Free Plan · 250 searches / month

In this blog post, I’m going to describe the basic changes you will need to make to make the move to SerpApi’s Bing Search API. The official Bing Search API is soon to be retired on 11th August 2025 (or has already been retired depending on when you’re reading this) and you may be searching for a suitable replacement.

Image Result Mapping

The Bing search URL that would be found under webPages.webSearchUrl in the official API can be found under search_metadata.bing_url in our API. Returned in the webPages.value key (an array of results) in the official API, our API returns the equivalent in the top level organic_results key (an array of results). If your implementation is relatively simple and only uses the q and mkt parameters, then when you make these changes, you should see a full response come back from our endpoint at this stage. If you don’t already have an account with us, your first step is going to be signing up for an account (we offer a free account with 100 free searches per month). With strong encryption, minimal data retention, and strict confidentiality, your identity stays hidden while you safely gather accurate search results.