Bing Top Shopping Results API

For some searches, Bing includes top shopping results. SerpApi is able to scrape, extract, and make sense of this information.

API Examples

JSON structure overview

{
  ...
  "top_shopping_results": {
    "title": "String - Title of top shopping results",
    "link": "String - Link to top shopping results",
    "displayed_link": "String - Displayed link of top shopping results",
    "items": [
      {
        "position": "Integer - Position of the item result",
        "title": "String - Title of item result",
        "link": "String - Link to item result",
        "thumbnail": "String - Link to the displayed thumbnail of the item result",
        "source": "String - Source of the item result",
        "source_link": "String - Link to the source of the item result",
        "source_title": "String - Title of the source of the item result",
        "source_logo": "String - Link to the displayed logo of the source of the item result",
      },
    ]
  },
  ...
}

Top Shopping Results overview

Top Shopping Results overview

JSON Example

{
  ...
  "top_shopping_results": {
    "title": "Top shopping results for coffee",
    "link": "https://www.bing.com/shop?q=coffee&filters=carsrc:\"MentionedIn\"+carkey:\"coffee\"+carsel:\"13\"&originIGUID=9060CB74ED814F4183814D888BD14868&FORM=SHOPA2",
    "displayed_link": "bing.com/shop",
    "items": [
      {
        "position": 1,
        "title": "Equal Exchange Organic Whole Bean Coffee, Mind Body Soul, 12-Ounce Bag",
        "link": "https://www.bing.com/shop?q=Equal+Exchange+Organic+Whole+Bean+&FORM=SHOPA2&filters=carsrc:\"MentionedIn\"+carkey:\"coffee\"+carsel:\"0\"",
        "thumbnail": "https://www.bing.com/th?id=OP.JY1zxR89mzFAZQ474C474&w=100&h=100&rs=1&qlt=80&o=6&cdv=1&pid=18.2",
        "source": "Read on Msn.com",
        "source_link": "https://msn.com/en-us/health/nutrition/the-best-coffee-beans-in-2022/ar-aayi2qd",
        "source_title": "\"The Best Coffee Beans In 2022\"",
        "source_logo": "https//serpapi.com/searches/641986fb9448932655e1a052/images/ff07de2caefa303e5e902578e35ee0abe50b30fabe5556b68506c47526cdae2f9339253231b935333c4465cbc2367b51.png"
      },
      {
        "position": 2,
        "title": "Lifeboost Coffee French Vanilla Ground Coffee - Low Acid Single Origin USDA Organic Coffee - Non-GMO Ground Coffee Beans Third Party Tested For Mycot",
        "link": "https://www.bing.com/shop?q=Lifeboost+Coffee+French+Vanilla+Ground+-+&FORM=SHOPA2&filters=carsrc:\"MentionedIn\"+carkey:\"coffee\"+carsel:\"1\"",
        "thumbnail": "https://www.bing.com/th?id=OP.HZCSh6A%2bsVvVIA474C474&w=100&h=100&rs=1&qlt=80&o=6&cdv=1&pid=18.2",
        "source": "Read on Msn.com",
        "source_link": "https://msn.com/en-us/health/nutrition/the-best-coffee-beans-in-2022/ar-aayi2qd",
        "source_title": "\"The Best Coffee Beans In 2022\"",
        "source_logo": "https//serpapi.com/searches/641986fb9448932655e1a052/images/ff07de2caefa303e5e902578e35ee0abe50b30fabe5556b6100367f913a00a3589bbb93df3153988ddf6c97c227e2054.png"
      },
      {
        "position": 3,
        "title": "Peet's Coffee Major Dickason's Blend, Dark Roast Ground Coffee, 20 oz",
        "link": "https://www.bing.com/shop?q=Peet%27s+Coffee+Major+Dickason%27s+Blend++&FORM=SHOPA2&filters=carsrc:\"MentionedIn\"+carkey:\"coffee\"+carsel:\"2\"",
        "thumbnail": "https://www.bing.com/th?id=OP.5dujNjMhZsTQKw474C474&w=100&h=100&rs=1&qlt=80&o=6&cdv=1&pid=18.2",
        "source": "Read on Bestreviews.com",
        "source_link": "https://bestreviews.com/kitchen/coffee/best-coffee",
        "source_title": "\"Buying guide for Best coffee\"",
        "source_logo": "https//serpapi.com/searches/641986fb9448932655e1a052/images/ff07de2caefa303e5e902578e35ee0abe50b30fabe5556b6d0052028774184f42dba06aab5809a8e2e8ba317370c6e3d.png"
      },
      ...
    ]
  }
  ...
}