Bing Search Engine Results API

/search?engine=bing API endpoint allows you to scrape the results from the Bing search engine via our SerpApi service. Head to the playground for a live and interactive demo.

API Parameters

Search Query

q

Required

Parameter defines the search query. You can use anything that you would use in a regular Bing search. (e.g., 'query', NOT, OR, site:, filetype:, near:, ip:, loc:, feed: etc.).

Geographic Location

location

Optional

Parameter defines from where you want the search to originate. If several locations match the location requested, we'll pick the most popular one. Head to the /locations.json API if you need more precise control. The location and uule parameters can't be used together. It is recommended to specify location at the city level in order to simulate a real user’s search. If location is omitted, the search may take on the location of the proxy.

lat

Optional

Defines a GPS latitude for the search origin

lon

Optional

Defines a GPS longitude for the search origin

mkt

Optional

The market where the results come from (e.g. en-US). Typically, mkt is the country where the user is making the request from. However, it could be a different country if the user is not located in a country where Bing delivers results. The market must be in the form <language code>-<country code>. For example, en-US. The string is case insensitive. For a list of possible market values, see Market Codes.

NOTE: If known, you are encouraged to always specify the market. Specifying the market helps Bing route the request and return an appropriate and optimal response. If you specify a market that is not listed in Market Codes, Bing uses a best fit market code based on an internal mapping that is subject to change.

This parameter and the cc query parameter are mutually exclusive—do not specify both.

Localization

cc

Optional

Parameter defines the country to search from. It follows the 2-character ISO_3166-1 format. (e.g., us for United States, de for Germany, gb for United Kingdom, etc.).

Pagination

first

Optional

Parameter controls the offset of the organic results. This parameter defaults to 1. (e.g., first=10 will move the 10th organic result to the first position).

count

Optional

Parameter controls the number of results per page. Minimum: 1, Maximum: 50. This parameter is only a suggestion and might not reflect actual results returned.

Advanced Filters

safeSearch

Optional

Parameter defines the level of filtering for adult content. It can be set to:

Off to return webpages with adult text, images, or videos.
Moderate to return webpages with adult text, but not adult images or videos.
Strict to not return webpages with adult text, images, or videos.

filters

Optional

Parameter allows usage of a more complex filtering options such as filtering by date range ex1:"ez5_18169_18230" or using a specific display filters such as ufn:"Wunderman+Thompson"+sid:"5bede9a2-1bda-9887-e6eb-30b1b8b6b513"+catguid:"5bede9a2-1bda-9887-e6eb-30b1b8b6b513_cfb02057"+segment:"generic.carousel"+entitysegment:"Organization". Exact values can be constructed by using Bing search and copying filters query parameter.

Serpapi Parameters

engine

Required

Set parameter to bing to use the Bing API engine.

device

Optional

Parameter defines the device to use to get the results. It can be set to desktop (default) to use a regular browser, tablet to use a tablet browser (currently using iPads), or mobile to use a mobile browser (currently using iPhones).

no_cache

Optional

Parameter will force SerpApi to fetch the Bing results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false (default) to allow results from the cache, or true to disallow results from the cache. no_cache and async parameters should not be used together.

async

Optional

Parameter defines the way you want to submit your search to SerpApi. It can be set to false (default) to open an HTTP connection and keep it open until you got your search results, or true to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.

api_key

Required

Parameter defines the SerpApi private key to use.

output

Optional

Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.

API Results

JSON Results

JSON output includes structured data for organic results, ad results, and more.

A search status is accessible through search_metadata.status. It flows this way: Processing -> Success || Error. If a search has failed, error will contain an error message. search_metadata.id is the search ID inside SerpApi.

HTML Results

HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Bing.

API Examples

Example results for q: Coffee

Example results for q: Coffee

JSON Example

{
  "search_metadata": {
    "id": "6388c16740c4a97ebd51c24a",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/09d784a9c00ba057/6388c16740c4a97ebd51c24a.json",
    "created_at": "2022-12-01 14:59:51 UTC",
    "processed_at": "2022-12-01 14:59:51 UTC",
    "bing_url": "https://www.bing.com/search?form=QBRE&q=Coffee",
    "raw_html_file": "https://serpapi.com/searches/09d784a9c00ba057/6388c16740c4a97ebd51c24a.html",
    "total_time_taken": 2.89
  },
  "search_parameters": {
    "q": "Coffee",
    "device": "desktop",
    "engine": "bing"
  },
  "ads": [
    {
      "position": 1,
      "block_position": "inline-top",
      "title": {
        "visible": "Mount Hagen Organic Fair",
        "hidden": "Trade Instant Coffee 3.53 Oz"
      },
      "price": "$9.49$13.65",
      "store": "Vitacost",
      "link": "https://www.bing.com/aclk?ld=e8S2LZqnki_RVU4csqfuBDpjVUCUyIqu9S5cswGsDAIYgL80koY2v4HufVsDWdj5-gYVRasIfNC22qOmjXsg5SdSqOHlwmzLz76VeNQEPoKkYmzciHE13rpcLfvXjJaTZcj-p8BMI6LRiVlb9_zD4KX1H0IV8G2E3oaR-otgAhZ76vpuICVOZjSYZmC_n-9SlDVtey8w&u=aHR0cHMlM2ElMmYlMmZ3d3cudml0YWNvc3QuY29tJTJmbW91bnQtaGFnZW4tb3JnYW5pYy1mYWlyLXRyYWRlLWluc3RhbnQtY29mZmVlLTMtNTMtb3otMiUzZkNTUkMlM2RCUEEtODE5Mzg1MDIzMzE5LVpvbWJpZSUyYlNLVXMlMmJTbWFydCUyYlNob3BwaW5nXzIwMjItJTI2bmV0d29yayUzZG8lMjZrZXl3b3JkbmFtZSUzZCUyNmRldmljZSUzZGMlMjZhZGlkJTNkOTI3MDAwNzIzNDU2MTE2NjIlMjZtYXRjaHR5cGUlM2RlJTI2Z2NsaWNrJTNkJTI2ZHNfYWdpZCUzZDU4NzAwMDA3OTUwOTA5NDgxJTI2dGFyZ2V0aWQlM2QlMjZnY2xpZCUzZGQ3OWE0ZTRhMjkyZDFmNDQ1MmYxMmRjMmU4NDRiZjIzJTI2Z2Nsc3JjJTNkM3AuZHMlMjZtc2Nsa2lkJTNkZDc5YTRlNGEyOTJkMWY0NDUyZjEyZGMyZTg0NGJmMjMlMjZ1dG1fc291cmNlJTNkYmluZyUyNnV0bV9tZWRpdW0lM2RjcGMlMjZ1dG1fY2FtcGFpZ24lM2Rab21iaWUlMjUyMFNLVXMlMjUyMFNtYXJ0JTI1MjBTaG9wcGluZ18yMDIyJTI2dXRtX3Rlcm0lM2Q0NTgwNjM0MTczOTQ3NzUyJTI2dXRtX2NvbnRlbnQlM2Rab21iaWUlMjUyMFNLVXM&rlid=d79a4e4a292d1f4452f12dc2e844bf23&ntb=1",
      "details": "730+ viewed"
    },
    {
      "position": 2,
      "block_position": "inline-top",
      "title": {
        "visible": "Single-Serve Coffee Cups",
        "hidden": "- Colombian - ULINE - 4 Packs Of 24 - S-22360"
      },
      "price": "$15.00",
      "store": "Uline",
      "link": "https://www.bing.com/aclk?ld=e8SIv5YhztREdhIMiGuPbidzVUCUw0rh81wV77ilrIhwIGmDUg1N0J330iRRhjeI6t6obaa6Q9q6lT9GsYyy311wFOHhJDx4PxdMsgZJJrWPWqRmclcCb6vm5vPvI7oaBovxtEynvGKiePllC2eRXsX7AGxUy5-ltpB_tRkFrsx207mr4EDXrN4d2qW63qQiHEj26Kxg&u=aHR0cHMlM2ElMmYlMmZ3d3cudWxpbmUuY29tJTJmUHJvZHVjdCUyZkRldGFpbCUyZlMtMjIzNjAlMmZDb2ZmZWUtYW5kLUNvZmZlZS1TdXBwbGllcyUyZlNpbmdsZS1TZXJ2ZS1Db2ZmZWUtQ3Vwcy1Db2xvbWJpYW4lM2Zwcmljb2RlJTNkV0I0NjkxJTI2dXRtX3NvdXJjZSUzZEJpbmclMjZ1dG1fbWVkaXVtJTNkcGxhJTI2dXRtX3Rlcm0lM2RTLTIyMzYwJTI2dXRtX2NhbXBhaWduJTNkSmFuaXRvcmlhbCUyNTJCU3VwcGxpZXMlMjZ1dG1fc291cmNlJTNkQmluZyUyNnV0bV9tZWRpdW0lM2RwbGElMjZ1dG1fdGVybSUzZFMtMjIzNjAlMjZ1dG1fY2FtcGFpZ24lM2RKYW5pdG9yaWFsJTI1MkJTdXBwbGllcyUyNm1zY2xraWQlM2Q3MDdjMTVmOTNjNWUxZGJiY2FlODc2NzFmZDM3YWEzZA&rlid=707c15f93c5e1dbbcae87671fd37aa3d&ntb=1"
    },
    {
      "position": 3,
      "block_position": "inline-top",
      "title": {
        "visible": "Folgers Classic Roast",
        "hidden": "Ground Coffee, Medium Roast, 25.9 Oz. Canister (SMU02042/2550030407) | Quill"
      },
      "price": "$12.99",
      "store": "Quill",
      "link": "https://www.bing.com/aclk?ld=e8wcK2bsXnCIMXCybTAPyNwDVUCUwLagtncvAETldG5EBDHYYJ3q-AcGHinzGXMzdEszyJT4OEjPZJuLd2yPCmxhEw9KGyB8-GnLhv1D2a7aD5AbRCz0uRd9pC6pZtApZARA-q2Fal3u2RJKWX5Tu_74hLNnO5_XKuG4NWNZEj5CWj4oO-UAdGXhbygnAUg5GdfxTeaA&u=aHR0cHMlM2ElMmYlMmZjbGlja3NlcnZlLmRhcnRzZWFyY2gubmV0JTJmbGluayUyZmNsaWNrJTNmbGlkJTNkOTI3MDAwNjMzOTU4ODMwMTklMjZkc19zX2t3Z2lkJTNkNTg3MDAwMDcwNDM1NjI5NTMlMjZkc19zX2ludmVudG9yeV9mZWVkX2lkJTNkOTc3MDAwMDAwMDEwMDM3OTElMjZkc19hX2NpZCUzZDQwNTUyNDM5NSUyNmRzX2FfY2FpZCUzZDEyOTA4MTA2ODg1JTI2ZHNfYV9hZ2lkJTNkMTIyNDM3NTQyNDM1JTI2ZHNfYV9saWQlM2RwbGEtMTI0NDM0NDgxMTk2MiUyNiUyNmRzX2VfYWRpZCUzZDc2OTY1OTYzNjIwMjg1JTI2ZHNfZV90YXJnZXRfaWQlM2RwbGEtNDU4MDU2NTQ1MTIzNDI0NCUyNmRzX2VfcHJvZHVjdF9ncm91cF9pZCUzZDQ1ODA1NjU0NTEyMzQyNDQlMjZkc19lX3Byb2R1Y3RfaWQlM2QwNDM5NDAlMjZkc19lX3Byb2R1Y3RfY291bnRyeSUzZFVTJTI2ZHNfZV9wcm9kdWN0X2xhbmd1YWdlJTNkRU4lMjZkc19lX3Byb2R1Y3RfY2hhbm5lbCUzZE9ubGluZSUyNmRzX2VfbmV0d29yayUzZG8lMjZkc191cmxfdiUzZDIlMjZkc19kZXN0X3VybCUzZGh0dHAlM2ElMmYlMmZ3d3cucXVpbGwuY29tJTJmbWNvZGUlMmZtY29kZS5hc3B4JTNmbSUzZENTRV9NU05fU0hPUF9DQl8xNHBfTl9OX04lMjZ1JTNkaHR0cHMlMjUzQSUyNTJGJTI1MkZ3d3cucXVpbGwuY29tJTI1MkZmb2xnZXJzLWNsYXNzaWMtcm9hc3QtZ3JvdW5kLWNvZmZlZS1tZWRpdW0tcm9hc3QtMjU5LW96LWNhbmlzdGVyLXNtdTAyMDQyLTI1NTAwMzA0MDclMjUyRmNicyUyNTJGMDQzOTQwLmh0bWwlMjUzRmVmZm9ydF9jb2RlJTI1M0QzNjklMjUyNmdjbGlkJTI1M0Q0NmU2NjU0Yzg3NmIxNWFhZDZhNDA2YzQ0NjAyMjQwYyUyNTI2Z2Nsc3JjJTI1M0QzcC5kcyUyNTI2JTI1MjZjbV9tbWMlM2RDU0VfTVNOX1NIT1BfQ0JfMTRwXzA0Mzk0MF9OX05fTiUyNmdjbGlkJTNkNDZlNjY1NGM4NzZiMTVhYWQ2YTQwNmM0NDYwMjI0MGMlMjZnY2xzcmMlM2QzcC5kcyUyNmdjbGlkJTNkNDZlNjY1NGM4NzZiMTVhYWQ2YTQwNmM0NDYwMjI0MGMlMjZnY2xzcmMlM2QzcC5kcyUyNm1zY2xraWQlM2Q0NmU2NjU0Yzg3NmIxNWFhZDZhNDA2YzQ0NjAyMjQwYyUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZFFDT1JQX1Nob3BwaW5nX1VTX05fQyUyNTI2Ql9OX05fTl8xNCUyNTJCX04lMjZ1dG1fdGVybSUzZDQ1ODA1NjU0NTEyMzQyNDQlMjZ1dG1fY29udGVudCUzZEMlMjUyNkJfQ29mZmVlJTI1MjBXYXRlciUyNTIwJTI1MjYlMjUyMFNuYWNrcw&rlid=46e6654c876b15aad6a406c44602240c&ntb=1"
    },
    ...
  ],
  "organic_results": [
    {
      "position": 1,
      "tracking_link": "https://www.bing.com/ck/a?!&&p=54c503eadf1add44JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NTIzMQ&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly93d3cuYnJpdGFubmljYS5jb20vdG9waWMvY29mZmVl&ntb=1",
      "link": "https://www.britannica.com/topic/coffee",
      "title": "Coffee | Origin, Types, Uses, History, & Facts | Britannica",
      "displayed_link": "https://www.britannica.com/topic/coffee",
      "thumbnail": "https://serpapi.com/searches/6388c16740c4a97ebd51c24a/images/dd318af9a6293c6150d6f98d41394da92d8513c4d585d1d96ba3a134c571d0b0.gif",
      "snippet": "WebNov 02, 2022 · coffee, beverage brewed from the roasted and ground seeds of the tropical evergreen coffee plants of African origin. Coffee is one of the three most popular beverages in the world (alongside water and …",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Coffee&d=4924738525200733&w=pySgx87JKta_gwYZe64JIjFEqUMeOE53"
    },
    {
      "position": 2,
      "tracking_link": "https://www.bing.com/ck/a?!&&p=e8c59768b39076dcJmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NTI2OA&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvQ29mZmVl&ntb=1",
      "link": "https://en.wikipedia.org/wiki/Coffee",
      "title": "Coffee - Wikipedia",
      "displayed_link": "https://en.wikipedia.org/wiki/Coffee",
      "rich_snippet": {
        "extensions": [
          "Ingredients: Roasted coffee beans",
          "Introduced: 15th century",
          "Region of origin: Horn of Africa and South Arabia",
          "Type: Usually hot, can be ice-cold"
        ]
      },
      "snippet": "Coffee is a drink prepared from roasted coffee beans. Darkly colored, bitter, and slightly acidic, coffee has a stimulating effect on humans, primarily due to its caffeine  content. It is the most popular hot drink in the world.  Seeds of the Coffea plant's fruits are separated to produce unroasted green coffee beans. The beans are roasted and then ground into fine particles that are typically steeped in hot water befor…",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Coffee&d=4760194031881288&w=Tv5fSDc8RC90r6zNOKYVmgB7FrZgv68V"
    },
    {
      "position": 3,
      "tracking_link": "https://www.bing.com/ck/a?!&&p=f069daed23edb172JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NTI5MQ&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly93d3cubmNhdXNhLm9yZy9BYm91dC1Db2ZmZWUvV2hhdC1pcy1Db2ZmZWU&ntb=1",
      "link": "https://www.ncausa.org/About-Coffee/What-is-Coffee",
      "title": "What is Coffee? - National Coffee Association",
      "displayed_link": "https://www.ncausa.org/About-Coffee/What-is-Coffee",
      "thumbnail": "https://serpapi.com/searches/6388c16740c4a97ebd51c24a/images/dd318af9a6293c6150d6f98d41394da92179aacf7e4e52f1976fe73d69076b86.gif",
      "snippet": "WebWhat is Coffee? cof·fee /ˈkôfē,ˈkäfē/ noun The berries harvested from species of Coffea plants. Everyone recognizes a roasted coffee bean, but you might not recognize an actual coffee plant. Coffee trees are pruned …",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Coffee&d=4749576873982814&w=x96Q-ssAR9Fv25i3bwDJPIkeBtzQkIso"
    },
    ...
  ],
  "knowledge_graph": {
    "title": "Coffee",
    "type": "Drink",
    "description": "A brewed drink prepared from roasted coffee beans, the seeds of berries from certain 'Coffea' species.",
    "thumbnails": [
      {
        "image": "https://www.bing.com/th?id=ALSTU1C05162DF22F2C2E8EF4206C8DBBEA9FA785433DDD73D0BBEB59978C47020D96&w=296&h=176&rs=2&o=6&oif=webp&pid=SANGAM",
        "source": "https://www.bing.com/ck/a?!&&p=3196408a6347b6dcJmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA4Mw&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1L2ltYWdlcy9zZWFyY2g_cT1jb2ZmZWUmY2JuPUtub3dsZWRnZUNhcmQmc3RpZD1lN2Y2OTYwMS1mZDM3LTY1NjAtMzE5YS02YmQ3MDM3YTNjZjEmRk9STT1LQ0hJTU0&ntb=1"
      }
    ],
    "nutrition_facts": {
      "serving_size": "Coffee (100g)",
      "serving_facts": [
        {
          "avg_cals": {
            "ratio": "1"
          }
        },
        {
          "protein": {
            "ratio": "0.1g"
          }
        },
        {
          "fat": {
            "ratio": "0g",
            "percentage": "0%"
          }
        },
        ...
      ]
    },
    "facts": [
      {
        "title": "The most expensive coffee in world is Black Ivory Coffee.",
        "link": "https://www.bing.com/ck/a?!&&p=48f6cc3c61034eaeJmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA5Mw&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvQmxhY2tfSXZvcnlfQ29mZmVl&ntb=1"
      },
      {
        "title": "Place of origin Yemen",
        "link": "https://www.bing.com/ck/a?!&&p=96d59563260b85a9JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA5NA&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cDovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9Db2ZmZWU&ntb=1"
      },
      {
        "title": "Coffee was supposedly discovered by a goat herder in Ethiopia.",
        "link": "https://www.bing.com/ck/a?!&&p=4dc149d5bee10c0fJmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA5NQ&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly93d3cuaW5zaWRlci5jb20vY29mZmVlLWZhY3RzLXlvdS1kaWRudC1rbm93LTIwMTgtMTIjY29mZmVlLXdhcy1zdXBwb3NlZGx5LWRpc2NvdmVyZWQtYnktYS1nb2F0LWhlcmRlci1pbi1ldGhpb3BpYS0x&ntb=1"
      },
      ...
    ],
    "profiles": [
      {
        "title": "Wikipedia",
        "link": "https://www.bing.com/ck/a?!&&p=44f9e81bcf40dff8JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA4Nw&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly9lbi53aWtpcGVkaWEub3JnL3dpa2kvQ29mZmVl&ntb=1"
      }
    ],
    "common_ingredients": [
      {
        "title": "Water",
        "link": "https://www.bing.com/ck/a?!&&p=99d0236e0060c672JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA5OA&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly93d3cuYmluZy5jb20vc2VhcmNoP3E9V2F0ZXI&ntb=1",
        "thumbnail": "https://www.bing.com/th?id=ALSTU17F805D3AED894E8E9AE96144DD06EBD1C6AC45E9451BB5A0C6C7B14AF960BE2&w=40&h=40&o=6&pid=SANGAM"
      },
      {
        "title": "Roasted coffee beans",
        "link": "https://www.bing.com/ck/a?!&&p=8b6bde0aac4a10e3JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjEwMA&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1aHR0cHM6Ly93d3cuYmluZy5jb20vc2VhcmNoP3E9Um9hc3RlZCtjb2ZmZWUrYmVhbnM&ntb=1",
        "thumbnail": "https://www.bing.com/th?id=ALSTUB0B37AFC3D8E307EACBFE8F6487BF02B27069B6E49309A8117A98653F56D0CA9&w=40&h=40&o=6&pid=SANGAM"
      }
    ]
  },
  "related_searches": [
    {
      "query": "what is the best tasting coffee",
      "link": "https://www.bing.com/ck/a?!&&p=987e586163ca5a12JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA1Mg&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1L3NlYXJjaD9xPXdoYXQraXMrdGhlK2Jlc3QrdGFzdGluZytjb2ZmZWUmRk9STT1RU1JFMQ&ntb=1"
    },
    {
      "query": "health benefits of coffee study",
      "link": "https://www.bing.com/ck/a?!&&p=60e1a35da160c861JmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA1NA&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1L3NlYXJjaD9xPWhlYWx0aCtiZW5lZml0cytvZitjb2ZmZWUrc3R1ZHkmRk9STT1RU1JFMg&ntb=1"
    },
    {
      "query": "top 10 best tasting coffee",
      "link": "https://www.bing.com/ck/a?!&&p=2293d298294448bfJmltdHM9MTY2OTg1MjgwMCZpZ3VpZD0yZjQxZjI0Zi01YjFiLTY2ZjctMzkyOS1lMDIyNWE2ZTY3MGYmaW5zaWQ9NjA1Ng&ptn=3&hsh=3&fclid=2f41f24f-5b1b-66f7-3929-e0225a6e670f&u=a1L3NlYXJjaD9xPXRvcCsxMCtiZXN0K3Rhc3RpbmcrY29mZmVlJkZPUk09UVNSRTM&ntb=1"
    },
    ...
  ],
  "pagination": {
    "current": 1,
    "next": "https://www.bing.com/search?q=Coffee&first=5&FORM=PORE",
    "other_pages": {
      "2": "https://www.bing.com/search?q=Coffee&first=5&FORM=PERE",
      "3": "https://www.bing.com/search?q=Coffee&first=15&FORM=PERE1",
      "4": "https://www.bing.com/search?q=Coffee&first=25&FORM=PERE2",
      ...
    }
  },
  "serpapi_pagination": {
    "current": 1,
    "next_link": "https://serpapi.com/search.json?device=desktop&engine=bing&first=5&q=Coffee",
    "next": "https://serpapi.com/search.json?device=desktop&engine=bing&first=5&q=Coffee",
    "other_pages": {
      "2": "https://serpapi.com/search.json?device=desktop&engine=bing&first=5&q=Coffee",
      "3": "https://serpapi.com/search.json?device=desktop&engine=bing&first=15&q=Coffee",
      "4": "https://serpapi.com/search.json?device=desktop&engine=bing&first=25&q=Coffee",
      ...
    }
  }
}

Example with optional parameters


JSON Example

{
  "search_metadata": {
    "id": "6388c25540c4a97ebca6da8e",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/9fa2782bed568434/6388c25540c4a97ebca6da8e.json",
    "created_at": "2022-12-01 15:03:49 UTC",
    "processed_at": "2022-12-01 15:03:49 UTC",
    "bing_url": "https://www.bing.com/search?form=QBRE&q=Fresh+Bagels&first=20&count=30&safeSearch=strict",
    "raw_html_file": "https://serpapi.com/searches/9fa2782bed568434/6388c25540c4a97ebca6da8e.html",
    "total_time_taken": 3.56
  },
  "search_parameters": {
    "q": "Fresh Bagels",
    "device": "desktop",
    "first": "20",
    "count": "30",
    "safe_search": "strict",
    "engine": "bing"
  },
  "search_information": {
    "total_results": 20
  },
  "ads": [
    {
      "position": 1,
      "block_position": "inline-top",
      "title": {
        "visible": "Original Bagel 4.5 Oz. New York Style",
        "hidden": "Egg Bagel - 75/Case"
      },
      "price": "$37.49",
      "store": "WebstaurantStore",
      "link": "https://www.bing.com/aclk?ld=e8Hfhk_YmikDq9O4m49pBY9TVUCUzMI3kC9hCzis-62OtOnaDwQoEV4D_Iz0b2kxJmfYqr2m9uUw9Dfx7NNJxKKWVCtNuHYbkWuPAdJfxZEw7dOi2XMYqhi5L6psgIGSDvcvPeI4owL8RQ1CI-eaY9q8xD2es7QClnho24XI96hvFlGps8uwIMpGq_6tpfiewNVn4UGw&u=aHR0cHMlM2ElMmYlMmZ3d3cud2Vic3RhdXJhbnRzdG9yZS5jb20lMmZvcmlnaW5hbC1iYWdlbC00LTUtb3otbmV3LXlvcmstc3R5bGUtZWdnLWJhZ2VsLWNhc2UlMmY4NzZPQjk3MTEwLmh0bWwlM2Ztc2Nsa2lkJTNkYWFlNmJiZTUyNjU1MWJiOTNhNDlkODZkZTQwZDgwZTclMjZ1dG1fc291cmNlJTNkYmluZyUyNnV0bV9tZWRpdW0lM2RjcGMlMjZ1dG1fY2FtcGFpZ24lM2RDb25zdW1hYmxlcyUyNTIwJTI1N0MlMjUyMFNob3BwaW5nJTI1MjBIUCUyNTIwJTI1N0MlMjUyME5vbiUyNTIwUHVyY2hhc2VyJTI2dXRtX3Rlcm0lM2Q0NTgyNjI3MDYzNzc2NDAwJTI2dXRtX2NvbnRlbnQlM2RCYWtlZCUyNTIwR29vZHMlMjUyMGFuZCUyNTIwRGVzc2VydHM&rlid=aae6bbe526551bb93a49d86de40d80e7"
    },
    {
      "position": 2,
      "block_position": "inline-top",
      "title": {
        "visible": "Original Bagel 4.5 Oz. New York Style",
        "hidden": "Blueberry Bagel - 75/Case"
      },
      "price": "$35.31",
      "store": "WebstaurantStore",
      "link": "https://www.bing.com/aclk?ld=e8OJ9xqVc5tbG-wG5P8X117DVUCUzTW6hhBjbef2GJAK1g3M5eW3pq7LOjpZXLHlkuxHMdFAhhAqDQSDjoJj48pVuHoGFBll_CkxSo4m9eV-Ued_ugCpkMlkt7mWKq6AfMRzbEwHtmoODFwcIAUkJNZ2nGhF3PO-_z9BwnClTw9mvA_XJTPNu0BkXwg2y5dE2yBi8eeA&u=aHR0cHMlM2ElMmYlMmZ3d3cud2Vic3RhdXJhbnRzdG9yZS5jb20lMmZvcmlnaW5hbC1iYWdlbC00LTUtb3otbmV3LXlvcmstc3R5bGUtYmx1ZWJlcnJ5LWJhZ2VsLWNhc2UlMmY4NzZPQjk3MTEyLmh0bWwlM2Ztc2Nsa2lkJTNkODZkYzk2ZDZjYmI3MThiNzA5OTRmNTVlMDllZjY3Y2QlMjZ1dG1fc291cmNlJTNkYmluZyUyNnV0bV9tZWRpdW0lM2RjcGMlMjZ1dG1fY2FtcGFpZ24lM2RDb25zdW1hYmxlcyUyNTIwJTI1N0MlMjUyMFNob3BwaW5nJTI1MjBIUCUyNTIwJTI1N0MlMjUyME5vbiUyNTIwUHVyY2hhc2VyJTI2dXRtX3Rlcm0lM2Q0NTgyNjI3MDYzNzc2NDAwJTI2dXRtX2NvbnRlbnQlM2RCYWtlZCUyNTIwR29vZHMlMjUyMGFuZCUyNTIwRGVzc2VydHM&rlid=86dc96d6cbb718b70994f55e09ef67cd",
      "rating": 5,
      "reviews": 5
    },
    {
      "position": 3,
      "block_position": "inline-top",
      "title": {
        "visible": "Original Bagel 4.5 Oz. New York Style",
        "hidden": "Plain Bagel - 75/Case"
      },
      "price": "$37.49",
      "store": "WebstaurantStore",
      "link": "https://www.bing.com/aclk?ld=e8kGJhs9qbKhxDYoeizG1KBjVUCUwwIZDDvTZdJCSZ_-K9FzN9aowlB6z_fjVbfZ55FXhOtp1QThMEpIH_BO1a8UDVRWZNVfAtdIGdYjerqoJoa-PzSlfJaNMUx6xYGWNrk2rld9dQA0h6Ibtateycedp5JUz4SrEd302enlYLZFotd273C-Lg4SX4qR5EeeK7Ew2l1A&u=aHR0cHMlM2ElMmYlMmZ3d3cud2Vic3RhdXJhbnRzdG9yZS5jb20lMmZvcmlnaW5hbC1iYWdlbC00LTUtb3otbmV3LXlvcmstc3R5bGUtcGxhaW4tYmFnZWwtY2FzZSUyZjg3Nk9COTcxMDEuaHRtbCUzZm1zY2xraWQlM2Q5OTcxMjY1YmEyYWIxNGViMDQ0ZDQ1ZDM2MGYzZGY2YiUyNnV0bV9zb3VyY2UlM2RiaW5nJTI2dXRtX21lZGl1bSUzZGNwYyUyNnV0bV9jYW1wYWlnbiUzZENvbnN1bWFibGVzJTI1MjAlMjU3QyUyNTIwU2hvcHBpbmclMjUyMEhQJTI1MjAlMjU3QyUyNTIwTm9uJTI1MjBQdXJjaGFzZXIlMjZ1dG1fdGVybSUzZDQ1ODI2MjcwNjM3NzY0MDAlMjZ1dG1fY29udGVudCUzZEJha2VkJTI1MjBHb29kcyUyNTIwYW5kJTI1MjBEZXNzZXJ0cw&rlid=9971265ba2ab14eb044d45d360f3df6b"
    },
    ...
  ],
  "organic_results": [
    {
      "position": 1,
      "link": "https://www.bagelshawaii.com/",
      "title": "LOXofBAGELS",
      "displayed_link": "https://www.bagelshawaii.com",
      "snippet": "If you are looking to serve freshly baked bagels in your food establishment, consider using bagels from Lox of Bagels, which are made with fresh and high quality ingredients. LEARN MORE. ACCESS. Dillingham. 1111 Dillingham Blvd, #E6, Honolulu, Hawaii 96817 (808) 200-7259. loxofbagels@gmail.com.",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Fresh+Bagels&d=4818300645943942&w=F3Z2a7clU82PHGe-aA67379yN31VbV20"
    },
    {
      "position": 2,
      "link": "https://www.theoriginalhotbagels.com/",
      "title": "The Original Hot Bagels / Newark DE / United States",
      "displayed_link": "https://www.theoriginalhotbagels.com",
      "snippet": "At The Original Hot Bagels, we strive to always provide fresh-made and high-quality products. Our team works hard every day because we want our customers to feel happy and at home. ABOUT",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Fresh+Bagels&d=4956362365866997&w=x9uRKi37MEfN5Mx-aIwA4i3bzqU-Lqsv"
    },
    {
      "position": 3,
      "link": "https://www.yelp.com/biz/fresh-bagels-pk-rdg",
      "title": "FRESH BAGELS - 18 Photos & 17 Reviews - Bagels - Yelp",
      "displayed_link": "https://www.yelp.com/biz/fresh-bagels-pk-rdg",
      "snippet": "Delivery & Pickup Options - 17 reviews of Fresh Bagels \"John makes some good bagels. Great sandwiches and a nice selection of spreads lox, egg sammiches, great place to go for your breakfast fix\"",
      "cached_page_link": "https://cc.bingj.com/cache.aspx?q=Fresh+Bagels&d=4835798334789433&w=T29BAHd7jyeXEWF7yEkjzRrH6N5Dz-rY"
    },
    ...
  ],
  "related_searches": [
    {
      "query": "bagel fresh deli and grill",
      "link": "https://www.bing.com/search?q=bagel+fresh+deli+and+grill&FORM=QSRE1"
    },
    {
      "query": "bagel fresh north brunswick nj",
      "link": "https://www.bing.com/search?q=bagel+fresh+north+brunswick+nj&FORM=QSRE2"
    },
    {
      "query": "bagel fresh deli the colony",
      "link": "https://www.bing.com/search?q=bagel+fresh+deli+the+colony&FORM=QSRE3"
    },
    ...
  ],
  "pagination": {
    "current": 2,
    "next": "https://www.bing.com/search?safeSearch=strict&q=Fresh+Bagels&count=30&first=50&FORM=PORE",
    "previous": "https://www.bing.com/search?safeSearch=strict&q=Fresh+Bagels&count=30&first=1&FORM=PQRE",
    "other_pages": {
      "1": "https://www.bing.com/search?safeSearch=strict&q=Fresh+Bagels&count=30&first=1&FORM=PERE",
      "3": "https://www.bing.com/search?safeSearch=strict&q=Fresh+Bagels&count=30&first=50&FORM=PERE1",
      "4": "https://www.bing.com/search?safeSearch=strict&q=Fresh+Bagels&count=30&first=80&FORM=PERE2",
      ...
    }
  },
  "serpapi_pagination": {
    "current": 2,
    "previous_link": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=1&q=Fresh+Bagels&safe_search=strict",
    "previous": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=1&q=Fresh+Bagels&safe_search=strict",
    "next_link": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=50&q=Fresh+Bagels&safe_search=strict",
    "next": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=50&q=Fresh+Bagels&safe_search=strict",
    "other_pages": {
      "1": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=1&q=Fresh+Bagels&safe_search=strict",
      "3": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=50&q=Fresh+Bagels&safe_search=strict",
      "4": "https://serpapi.com/search.json?count=30&device=desktop&engine=bing&first=80&q=Fresh+Bagels&safe_search=strict",
      ...
    }
  }
}