Bing Videos Short Videos

SerpApi returns Short Videos results during a Bing Video search when the type parameter is set to shorts.


We add the results to our JSON output as the array shorts_results. For each Short Video result, we are able to extract its link, source, title, date, thumbnail, views and channel.

API Examples

JSON structure overview

{
  ...
  "shorts_results": [
    {
      "title": "String - Title of the video",
      "date": "String - Date of the video",
      "link": "String - Link to the video",
      "duration": "String - Length of the video",
      "views": "Integer - Extracted value of total views",
      "source": "String - Source of the video",
      "thumbnail": "String - URL of the video thumbnail"
    },
    ...
  ]
}

Results for: pizza

Results for: pizza

JSON Example

{
  "shorts_results": [
    {
      "title": "This homemade pizza made with @Red Lobster Cheddar Bay Biscuit Mix was soooooo good! Mix the dough according to the package directions then spread into a greased 10x15 rimmed baking sheet. Make the herb butter sauce and spread that on the dough. Bake at 425 for about 8 minutes (same temp on the grill or smoker). Then add your toppings and bake an additional 8-10 minutes! #pizza #cheddarbaybiscuits #homemade #redlobster #yum #summer",
      "date": "9 months ago",
      "link": "https://www.tiktok.com/@whatsmomcookin/video/7260640117730200878",
      "duration": "1:29",
      "channel": "whatsmomcookin",
      "views": 3100000,
      "source": "TikTok",
      "position": 1
    },
    {
      "title": "The DOUBLE STACKED PIZZA from @eastvillagepizza in NYC is one of the most aggressive things we鈥檝e ever DEVOURED. You can stack any pizza on top of another. This was an extra cheese pizza on top of their ziti ricotta pizza! 馃崟馃崟馃槸馃槸 #DEVOURPOWER #fyp #foryou #foodtiktok #pizza #asmr #asmrfood #nyc #nycpizza #devour #couple #foodies #foodblog #newyorkcity #asmrpizza #cheesy from TikTok 路 Duration:  17 seconds  路 4.4M views 路 uploaded on Oct 3, 2022 路 uploaded by devourpower 路 Click to play.",
      "date": "Oct 3, 2022",
      "link": "https://www.tiktok.com/@devourpower/video/7150258833745579307",
      "duration": "0:17",
      "channel": "devourpower",
      "views": 4400000,
      "source": "TikTok",
      "position": 2
    },
    {
      "title": "Make a delicious, brick oven-inspired pizza in a matter of minutes with the Ninja Woodfire Outdoor Oven. #sponsoredbyninja . I paired my pepperoni pizza with a side of crispy, smokey wings and baked parmesan crusted zucchini. The outdoor oven cooks 40% faster than an indoor oven, and a huge plus for me is the ability to add natural smokey flavor to any dish with the touch of a button. With 8 different functions, you can cook it all in the #NinjaOutdoorOven #ninjawoodfire @NinjaKitchen from TikTok 路 Duration:  57 seconds  路 50.9K views 路 uploaded on 8 months ago 路 uploaded by cooking_with_fire 路 Click to play.",
      "date": "8 months ago",
      "link": "https://www.tiktok.com/@cooking_with_fire/video/7263497349891116330",
      "duration": "0:57",
      "channel": "cooking_with_fire",
      "views": 50900,
      "source": "TikTok",
      "position": 3
    },
    ...
  ]
}