Core APIs
...
Bing
Core Requests
Images
3min
DESKTOP TABLET MOBILE
SerpWow parses Bing Image search results when the engine=bing and search_type=images search parameters are set.
Bing Image Results
Below is an example of how the Bing Image results are represented in the SerpWow result JSON:
JSON
1{
2 "request_info": {
3 "success": true,
4 "credits_used": 1,
5 "credits_used_this_request": 1,
6 "credits_remaining": 19999,
7 "credits_reset_at": "2021-01-01T00:00:00.000Z"
8 },
9 "search_metadata": {
10 "created_at": "2021-01-01T00:00:00.000Z",
11 "processed_at": "2021-01-01T00:00:00.000Z",
12 "total_time_taken": 1.5,
13 "engine_url": "https://www.bing.com/images/search?q=pizza&form=QBIR&cc=us&setLang=en",
14 "html_url": "https://api.serpwow.com/live/search?q=pizza&api_key=APIKEY&engine=bing&search_type=images&location=United+States&output=html",
15 "json_url": "https://api.serpwow.com/live/search?q=pizza&api_key=APIKEY&engine=bing&search_type=images&location=United+States&output=json"
16 },
17 "search_parameters": {
18 "q": "pizza",
19 "engine": "bing",
20 "search_type": "images",
21 "location": "United States"
22 },
23 "search_information": {
24 "query_displayed": "pizza"
25 },
26 "image_results": [
27 {
28 "position": 1,
29 "title": "Thin-Crust Pizza from America's Test Kitchen (recipe ...",
30 "image": "https://www.cleveland.com/resizer/8GLoA9U-wO8dwBfAVMNCSopDUcU=/1280x0/smart/advancelocal-adapter-image-uploads.s3.amazonaws.com/image.cleveland.com/home/cleve-media/width2048/img/cooking/photo/thin-crust-cheese-pizza-3724250bea64fdab.jpg",
31 "link": "https://www.cleveland.com/cooking/2017/12/thin-crust_pizza_from_americas.html",
32 "domain": "www.cleveland.com",
33 "width": 1280,
34 "height": 1920,
35 "image_type": "jpeg",
36 "description": "pizza crust thin recipe kitchen america test recipes quick cooking cleveland need cheese dough thick shaping fingers spin job does",
37 "source": {
38 "link": "https://www.cleveland.com/cooking/2017/12/thin-crust_pizza_from_americas.html",
39 "domain": "cleveland.com",
40 "name": "cleveland.com"
41 }
42 },
43 {
44 "position": 2,
45 "title": "Neapolitan Pizza Making Listed as UNESCO Intangible ...",
46 "image": "https://www.benvenutolimos.com/blog/wp-content/uploads/2017/12/32132764_xl.jpg",
47 "link": "https://www.benvenutolimos.com/blog/neapolitan-pizza-making-listed-unesco-intangible-cultural-heritage/",
48 "domain": "www.benvenutolimos.com",
49 "width": 3902,
50 "height": 2508,
51 "image_type": "jpeg",
52 "description": "pizza desktop making neapolitan unesco wallpapers cultural intangible listed heritage benvenutolimos backgrounds birthplace considered naples mobile",
53 "source": {
54 "link": "https://www.benvenutolimos.com/blog/neapolitan-pizza-making-listed-unesco-intangible-cultural-heritage/",
55 "domain": "benvenutolimos.com",
56 "name": "benvenutolimos.com"
57 }
58 },
59 {
60 "position": 3,
61 "title": "#BeaconFail: Domino’s to unveil Beacon flavored pizza ...",
62 "image": "http://www.ibeacon.com/wp-content/uploads/2014/07/dominos.jpg",
63 "link": "http://www.ibeacon.com/beaconfail-dominos-to-unveil-beacon-flavored-pizza/",
64 "domain": "www.ibeacon.com",
65 "width": 1750,
66 "height": 1250,
67 "image_type": "jpeg",
68 "description": "pizza dominos domino beacon flavored dominoes pizzas ibeacon pepperoni brooklyn cheese chicken favorite types pan restaurant google",
69 "source": {
70 "link": "http://www.ibeacon.com/beaconfail-dominos-to-unveil-beacon-flavored-pizza/",
71 "domain": "ibeacon.com",
72 "name": "ibeacon.com"
73 }
74 },
75 {
76 "position": 4,
77 "title": "A Great Pizza Crust Recipe - Discovery Cooking",
78 "image": "https://i0.wp.com/www.discoverycooking.com/wp-content/uploads/2017/02/pizza-1.jpg?fit=2426%2C3292",
79 "link": "http://www.discoverycooking.com/pizza-crust/",
80 "domain": "www.discoverycooking.com",
81 "width": 2426,
82 "height": 3292,
83 "image_type": "jpeg",
84 "source": {
85 "link": "http://www.discoverycooking.com/pizza-crust/",
86 "domain": "discoverycooking.com",
87 "name": "discoverycooking.com"
88 }
89 },
90 {
91 "position": 5,
92 "title": "Frozen pizza",
93 "image": "http://www.delonghi.com/Global/recipes/multifry/pizza_fresca.jpg",
94 "link": "http://www.delonghi.com/en-int/products/kitchen/recipes/multifry-recipes/extra-fh1363/frozen-pizza",
95 "domain": "www.delonghi.com",
96 "width": 1280,
97 "height": 880,
98 "image_type": "jpeg",
99 "description": "pizza frozen fresca recipes",
100 "source": {
101 "link": "http://www.delonghi.com/en-int/products/kitchen/recipes/multifry-recipes/extra-fh1363/frozen-pizza",
102 "domain": "delonghi.com",
103 "name": "delonghi.com"
104 }
105 },
106 {
107 "position": 6,
108 "title": "Gusto Worldwide Media - Thin Crust Primavera Pizza",
109 "image": "https://www.gustoworldwidemedia.com/wp-content/uploads/2020/04/SB30_1007_Thin-Crust-Primavera-Pizza_horizontal_1-scaled.jpg",
110 "link": "https://www.gustoworldwidemedia.com/recipes/mains/thin-crust-primavera-pizza/",
111 "domain": "www.gustoworldwidemedia.com",
112 "width": 2048,
113 "height": 1638,
114 "image_type": "jpeg",
115 "description": "crust",
116 "source": {
117 "link": "https://www.gustoworldwidemedia.com/recipes/mains/thin-crust-primavera-pizza/",
118 "domain": "gustoworldwidemedia.com",
119 "name": "gustoworldwidemedia.com"
120 }
121 },
122 {
123 "position": 7,
124 "title": "Chicago Pizza | Home delivery | Order online | Sector 86 ...",
125 "image": "https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto/ygw4q4hjq2sk3eqylq0e",
126 "link": "https://www.swiggy.com/restaurants/chicago-pizza-sector-86-sector-15-fbd-faridabad-29607",
127 "domain": "www.swiggy.com",
128 "width": 4000,
129 "height": 4000,
130 "image_type": "jpeg",
131 "description": "pizza chicago mall swiggy gurgaon sector nagar gomti ardee market lucknow cyber arcadia order delivery",
132 "source": {
133 "link": "https://www.swiggy.com/restaurants/chicago-pizza-sector-86-sector-15-fbd-faridabad-29607",
134 "domain": "swiggy.com",
135 "name": "Swiggy"
136 }
137 },
138 {
139 "position": 8,
140 "title": "Gourmet Pizza - thehouseandhomemagazine.com",
141 "image": "http://thehouseandhomemagazine.com/downloads/248/download/iStock-184340300.jpg?cb=0edd4dc04c871b3b015b9b957aa78dd9&w=1200",
142 "link": "http://thehouseandhomemagazine.com/food-and-drink/gourmet-pizza/",
143 "domain": "thehouseandhomemagazine.com",
144 "width": 1200,
145 "height": 799,
146 "image_type": "jpeg",
147 "description": "pizza gourmet marina fourteen bridge menu thehouseandhomemagazine discounts deals italian dealsextra",
148 "source": {
149 "link": "http://thehouseandhomemagazine.com/food-and-drink/gourmet-pizza/",
150 "domain": "thehouseandhomemagazine.com",
151 "name": "thehouseandhomemagazine.com"
152 }
153 },
154 {
155 "position": 9,
156 "title": "The Best Tortilla Crust Pizza - 360 Family Nutrition",
157 "image": "https://360familynutrition.org/wp-content/uploads/2017/11/fullsizeoutput_2b51.jpeg",
158 "link": "https://360familynutrition.org/2017/11/best-tortilla-crust-pizza.html",
159 "domain": "360familynutrition.org",
160 "width": 3379,
161 "height": 4863,
162 "image_type": "jpeg",
163 "description": "pizza tortilla crust recipe 360familynutrition recipes flour tortillas dough thin italian healthy seç pano eating",
164 "source": {
165 "link": "https://360familynutrition.org/2017/11/best-tortilla-crust-pizza.html",
166 "domain": "360familynutrition.org",
167 "name": "360familynutrition.org"
168 }
169 },
170 {
171 "position": 10,
172 "title": "Chicken Alfredo Pizza - Cooking Classy",
173 "image": "https://www.cookingclassy.com/wp-content/uploads/2012/12/chicken-alfredo-pizza.jpg",
174 "link": "https://www.cookingclassy.com/chicken-alfredo-pizza/",
175 "domain": "www.cookingclassy.com",
176 "width": 2848,
177 "height": 4111,
178 "image_type": "jpeg",
179 "description": "pizza alfredo chicken cooking recipes bread classy sauce garlic cookingclassy recipe cheese pizzas healthy homemade crust gourmet pie dinner onions",
180 "source": {
181 "link": "https://www.cookingclassy.com/chicken-alfredo-pizza/",
182 "domain": "cookingclassy.com",
183 "name": "Cooking Classy"
184 }
185 },
186 {
187 "position": 11,
188 "title": "Heirloom Cherry Tomato Pizza Margherita | The Curvy Carrot",
189 "image": "http://www.thecurvycarrot.com/wp-content/uploads/2012/10/IMG_8966.jpg",
190 "link": "http://www.thecurvycarrot.com/2012/10/13/heirloom-cherry-tomato-pizza-margherita/",
191 "domain": "www.thecurvycarrot.com",
192 "width": 2304,
193 "height": 3456,
194 "image_type": "jpeg",
195 "description": "pizza tomato margherita cherry heirloom thecurvycarrot recipes carrot",
196 "source": {
197 "link": "http://www.thecurvycarrot.com/2012/10/13/heirloom-cherry-tomato-pizza-margherita/",
198 "domain": "thecurvycarrot.com",
199 "name": "thecurvycarrot.com"
200 }
201 },
202 {
203 "position": 12,
204 "title": "www.garlicrecipes.ca - Garlic & Blue Cheese Pizza with ...",
205 "image": "http://www.garlicrecipes.ca/wp-content/uploads/2013/11/Pizza-.jpg",
206 "link": "http://www.garlicrecipes.ca/garlic-blue-cheese-pizza-with-oven-dried-tomatoes/",
207 "domain": "www.garlicrecipes.ca",
208 "width": 1811,
209 "height": 2714,
210 "image_type": "jpeg",
211 "description": "pizza garlic cheese oven dried tomatoes mushrooms peppers garlicrecipes november",
212 "source": {
213 "link": "http://www.garlicrecipes.ca/garlic-blue-cheese-pizza-with-oven-dried-tomatoes/",
214 "domain": "garlicrecipes.ca",
215 "name": "garlicrecipes.ca"
216 }
217 },
218 {
219 "position": 13,
220 "title": "What is the best pizza chain | Sports, Hip Hop & Piff ...",
221 "image": "https://pixel.nymag.com/imgs/daily/grub/2016/best-of-new-york/best-pizza-slice-joes.w700.h700.2x.jpg",
222 "link": "https://www.thecoli.com/threads/what-is-the-best-pizza-chain.693879/",
223 "domain": "www.thecoli.com",
224 "width": 1400,
225 "height": 1401,
226 "image_type": "jpeg",
227 "description": "pizza slice york slices nyc joe chain ny hut places joes authentic",
228 "source": {
229 "link": "https://www.thecoli.com/threads/what-is-the-best-pizza-chain.693879/",
230 "domain": "thecoli.com",
231 "name": "thecoli.com"
232 }
233 },
234 {
235 "position": 14,
236 "title": "Detroit-Style Pizza | Traditional Pizza From Detroit ...",
237 "image": "https://cdn.tasteatlas.com/images/dishes/24fbb04df3b64204abcc5ef8c01ea9ba.jpg",
238 "link": "https://www.tasteatlas.com/detroit-style-pizza",
239 "domain": "www.tasteatlas.com",
240 "width": 3000,
241 "height": 2000,
242 "image_type": "jpeg",
243 "description": "tasteatlas",
244 "source": {
245 "link": "https://www.tasteatlas.com/detroit-style-pizza",
246 "domain": "tasteatlas.com",
247 "name": "tasteatlas.com"
248 }
249 },
250 {
251 "position": 15,
252 "title": "Classic Pepperoni Pizza – A Dash of Ginger – Dinner",
253 "image": "https://dashofgingerblog.com/wp-content/uploads/2019/01/Brunch-07842.jpg",
254 "link": "https://dashofgingerblog.com/classic-pepperoni-pizza/",
255 "domain": "dashofgingerblog.com",
256 "width": 3518,
257 "height": 2347,
258 "image_type": "jpeg",
259 "description": "smorrebrod pepperoni pizzas",
260 "source": {
261 "link": "https://dashofgingerblog.com/classic-pepperoni-pizza/",
262 "domain": "dashofgingerblog.com",
263 "name": "dashofgingerblog.com"
264 }
265 },
266 {
267 "position": 16,
268 "title": "Palermo Pizza | Krispy Pizza",
269 "image": "http://krispypizza.com/wp-content/uploads/2016/05/9M6A0068.jpg",
270 "link": "http://krispypizza.com/product/palermo-pizza/",
271 "domain": "krispypizza.com",
272 "width": 5760,
273 "height": 3840,
274 "image_type": "jpeg",
275 "description": "pizza palermo krispy",
276 "source": {
277 "link": "http://krispypizza.com/product/palermo-pizza/",
278 "domain": "krispypizza.com",
279 "name": "krispypizza.com"
280 }
281 },
282 {
283 "position": 17,
284 "title": "Laziz Pizza and Restaurant | Home delivery | Order online ...",
285 "image": "https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto/mbjmqxeh23uxuqca2afg",
286 "link": "https://www.swiggy.com/restaurants/laziz-pizza-and-restaurant-fathepur-siwan-252978",
287 "domain": "www.swiggy.com",
288 "width": 6000,
289 "height": 4000,
290 "image_type": "jpeg",
291 "description": "pizza menu swiggy mexican restaurant restaurants laziz georgie boyz switch night jokari fathepur ingredients log",
292 "source": {
293 "link": "https://www.swiggy.com/restaurants/laziz-pizza-and-restaurant-fathepur-siwan-252978",
294 "domain": "swiggy.com",
295 "name": "Swiggy"
296 }
297 },
298 {
299 "position": 18,
300 "title": "Crust & Cheese Pizza | Home delivery | Order online ...",
301 "image": "https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto/wespdvrlxbrdkdc2mjdp",
302 "link": "https://www.swiggy.com/restaurants/crust-and-cheese-pizza-alwarpet-chennai-191798",
303 "domain": "www.swiggy.com",
304 "width": 3456,
305 "height": 3456,
306 "image_type": "jpeg",
307 "description": "crust swiggy",
308 "source": {
309 "link": "https://www.swiggy.com/restaurants/crust-and-cheese-pizza-alwarpet-chennai-191798",
310 "domain": "swiggy.com",
311 "name": "Swiggy"
312 }
313 },
314 {
315 "position": 19,
316 "title": "Different pizza styles: what are they and how do they ...",
317 "image": "https://cdn.foodism.co.uk/gallery/5c51835487f2a.jpeg",
318 "link": "https://foodism.co.uk/guides/expert-guide-to-pizza-styles/",
319 "domain": "foodism.co.uk",
320 "width": 1920,
321 "height": 1080,
322 "image_type": "jpeg",
323 "description": "pizza pilgrims napoli london smoked styles neapolitan shoreditch foodism different restaurants wharf canary standard vast launches turns five restaurant pizzas",
324 "source": {
325 "link": "https://foodism.co.uk/guides/expert-guide-to-pizza-styles/",
326 "domain": "foodism.co.uk",
327 "name": "foodism.co.uk"
328 }
329 },
330 {
331 "position": 20,
332 "title": "$3.14 Thin Pizzas for Pi Day at Patxi's Pizza | 2019",
333 "image": "https://cdn.funcheap.com/wp-content/uploads/2018/03/patxis-thin.jpg",
334 "link": "https://sf.funcheap.com/pi-day-bogo-pizza-deal-patxis-pizza/",
335 "domain": "sf.funcheap.com",
336 "width": 4800,
337 "height": 3204,
338 "image_type": "jpeg",
339 "description": "pizza patxi thin pi patxis pizzas",
340 "source": {
341 "link": "https://sf.funcheap.com/pi-day-bogo-pizza-deal-patxis-pizza/",
342 "domain": "sf.funcheap.com",
343 "name": "sf.funcheap.com"
344 }
345 },
346 {
347 "position": 21,
348 "title": "Slice of Pizza - Pizza Wallpaper (7383219) - Fanpop",
349 "image": "http://images2.fanpop.com/images/photos/7300000/Slice-of-Pizza-pizza-7383219-1600-1200.jpg",
350 "link": "http://www.fanpop.com/clubs/pizza/images/7383219/title/slice-pizza-wallpaper",
351 "domain": "www.fanpop.com",
352 "width": 1600,
353 "height": 1200,
354 "image_type": "jpeg",
355 "description": "pizza slice fanpop pizzas delicious yummy meat pizzeria cheesy menu pice para meal cooking wallpapers does",
356 "source": {
357 "link": "http://www.fanpop.com/clubs/pizza/images/7383219/title/slice-pizza-wallpaper",
358 "domain": "fanpop.com",
359 "name": "Fanpop"
360 }
361 },
362 {
363 "position": 22,
364 "title": "Nardone Bros » Whole Wheat Pizzeria Style Pepperoni Pizza ...",
365 "image": "https://nardonebros.com/wp-content/uploads/2015/03/64wpsp2.jpg",
366 "link": "https://nardonebros.com/food/whole-wheat-pizzeria-style-pepperoni-pizza-64wpsp2/",
367 "domain": "nardonebros.com",
368 "width": 3564,
369 "height": 2366,
370 "image_type": "jpeg",
371 "description": "pizza pepperoni whole pizzeria wheat iqf nardone bros",
372 "source": {
373 "link": "https://nardonebros.com/food/whole-wheat-pizzeria-style-pepperoni-pizza-64wpsp2/",
374 "domain": "nardonebros.com",
375 "name": "nardonebros.com"
376 }
377 },
378 {
379 "position": 23,
380 "title": "Full Circle - Recipe: Margherita Pizza",
381 "image": "http://contenthandlerfc.azureedge.net/recp/427/2000/0/389.jpg",
382 "link": "https://www.fullcircle.com/recipes/427/margherita-pizza",
383 "domain": "www.fullcircle.com",
384 "width": 2000,
385 "height": 1333,
386 "image_type": "jpeg",
387 "description": "pizza margherita farm circle fresh recipes recipe",
388 "source": {
389 "link": "https://www.fullcircle.com/recipes/427/margherita-pizza",
390 "domain": "fullcircle.com",
391 "name": "fullcircle.com"
392 }
393 },
394 {
395 "position": 24,
396 "title": "Vegan Roasted Cauliflower Chipotle Pizza - This Savory Vegan",
397 "image": "https://www.thissavoryvegan.com/wp-content/uploads/2018/03/Roasted-cauliflower-chipotle-pizza-3-1.jpeg",
398 "link": "https://www.thissavoryvegan.com/vegan-roasted-cauliflower-chipotle-pizza/",
399 "domain": "www.thissavoryvegan.com",
400 "width": 2212,
401 "height": 2953,
402 "image_type": "jpeg",
403 "description": "pizza cauliflower chipotle vegan roasted recipe sauce savory thissavoryvegan recipes creamy",
404 "source": {
405 "link": "https://www.thissavoryvegan.com/vegan-roasted-cauliflower-chipotle-pizza/",
406 "domain": "thissavoryvegan.com",
407 "name": "thissavoryvegan.com"
408 }
409 },
410 {
411 "position": 25,
412 "title": "Margherita Pizza | Cooking Classy | Bloglovin’",
413 "image": "http://www.cookingclassy.com/wp-content/uploads/2017/08/margherita-pizza-9.jpg",
414 "link": "https://www.bloglovin.com/blogs/cooking-classy-3902220/margherita-pizza-5845445597",
415 "domain": "www.bloglovin.com",
416 "width": 1080,
417 "height": 1614,
418 "image_type": "jpeg",
419 "description": "margherita cookingclassy mozzarella pizzas flatbread",
420 "source": {
421 "link": "https://www.bloglovin.com/blogs/cooking-classy-3902220/margherita-pizza-5845445597",
422 "domain": "bloglovin.com",
423 "name": "bloglovin.com"
424 }
425 },
426 {
427 "position": 26,
428 "title": "Gourmet Pizza - thehouseandhomemagazine.com",
429 "image": "http://thehouseandhomemagazine.com/downloads/249/download/iStock-470664152.jpg?cb=0edd4dc04c871b3b015b9b957aa78dd9&w=1200",
430 "link": "http://thehouseandhomemagazine.com/food-and-drink/gourmet-pizza/",
431 "domain": "thehouseandhomemagazine.com",
432 "width": 1200,
433 "height": 1800,
434 "image_type": "jpeg",
435 "description": "pizza gourmet thehouseandhomemagazine",
436 "source": {
437 "link": "http://thehouseandhomemagazine.com/food-and-drink/gourmet-pizza/",
438 "domain": "thehouseandhomemagazine.com",
439 "name": "thehouseandhomemagazine.com"
440 }
441 },
442 {
443 "position": 27,
444 "title": "World’s Best Pizza Margherita Made By Australian Chef ...",
445 "image": "http://www.italytravel.com/wp-content/uploads/2014/04/pizza-margherita.jpg",
446 "link": "https://www.italytravel.com/2014/04/worlds-best-pizza-margherita-made-by-australian-chef/",
447 "domain": "www.italytravel.com",
448 "width": 800,
449 "height": 600,
450 "image_type": "jpeg",
451 "description": "pizza margherita australian chef italy worlds",
452 "source": {
453 "link": "https://www.italytravel.com/2014/04/worlds-best-pizza-margherita-made-by-australian-chef/",
454 "domain": "italytravel.com",
455 "name": "italytravel.com"
456 }
457 },
458 {
459 "position": 28,
460 "title": "Wooden Pizza Peel: 22 Steps (with Pictures)",
461 "image": "https://cdn.instructables.com/ORIG/FX4/PSJS/IQW1G58I/FX4PSJSIQW1G58I.jpg?width=2100",
462 "link": "https://www.instructables.com/id/Wooden-Pizza-Peel/",
463 "domain": "www.instructables.com",
464 "width": 2100,
465 "height": 1751,
466 "image_type": "jpeg",
467 "description": "pizza peel wooden steps",
468 "source": {
469 "link": "https://www.instructables.com/id/Wooden-Pizza-Peel/",
470 "domain": "instructables.com",
471 "name": "Instructables"
472 }
473 },
474 {
475 "position": 29,
476 "title": "Cheese Pizza",
477 "image": "http://www.blizzstatic.com/dynamicmedia/image/115/5b05e33bcc149.jpg?w=1200&zc=1",
478 "link": "https://www.pizzaboy.us/menu/35430",
479 "domain": "www.pizzaboy.us",
480 "width": 1200,
481 "height": 900,
482 "image_type": "jpeg",
483 "source": {
484 "link": "https://www.pizzaboy.us/menu/35430",
485 "domain": "pizzaboy.us",
486 "name": "pizzaboy.us"
487 }
488 },
489 {
490 "position": 30,
491 "title": "Xbox Pizza Hut App Sells Crazy Amount Of Pizza, Shocking ...",
492 "image": "https://s-i.huffpost.com/gen/1554236/images/o-XBOX-PIZZA-HUT-facebook.jpg",
493 "link": "https://www.huffingtonpost.com/2014/01/09/xbox-pizza-hut_n_4570898.html",
494 "domain": "www.huffingtonpost.com",
495 "width": 2000,
496 "height": 1000,
497 "image_type": "jpeg",
498 "description": "pizza hut xbox amount",
499 "source": {
500 "link": "https://www.huffingtonpost.com/2014/01/09/xbox-pizza-hut_n_4570898.html",
501 "domain": "huffingtonpost.com",
502 "name": "huffingtonpost.com"
503 }
504 },
505 {
506 "position": 31,
507 "title": "What are your Top 3 pizza toppings? - mlive.com",
508 "image": "https://www.mlive.com/resizer/saWk5Gczhk8GBVD_JbEYNzwHNLo=/1280x0/smart/arc-anglerfish-arc2-prod-advancelocal.s3.amazonaws.com/public/LOZW5CKJRBDO3IRGHBPTJOZCW4.JPG",
509 "link": "https://www.mlive.com/michigansbest/2020/01/what-are-your-top-3-pizza-toppings.html",
510 "domain": "www.mlive.com",
511 "width": 1280,
512 "height": 852,
513 "image_type": "jpeg",
514 "description": "pizza toppings mlive favorite june pizzeria tavern zukey lake whats",
515 "source": {
516 "link": "https://www.mlive.com/michigansbest/2020/01/what-are-your-top-3-pizza-toppings.html",
517 "domain": "mlive.com",
518 "name": "MLive"
519 }
520 },
521 {
522 "position": 32,
523 "title": "Pizza costs techie Rs 95 K meant for his mom’s cancer ...",
524 "image": "https://static.toiimg.com/photo/imgsize-636293,msid-72375570/72375570.jpg",
525 "link": "https://bangaloremirror.indiatimes.com/bangalore/crime/pizza-costs-techie-rs-95-k-meant-for-his-moms-cancer-treatment/articleshow/72375540.cms",
526 "domain": "bangaloremirror.indiatimes.com",
527 "width": 1200,
528 "height": 900,
529 "image_type": "jpeg",
530 "description": "pizza techie costs cancer rs mom moms",
531 "source": {
532 "link": "https://bangaloremirror.indiatimes.com/bangalore/crime/pizza-costs-techie-rs-95-k-meant-for-his-moms-cancer-treatment/articleshow/72375540.cms",
533 "domain": "bangaloremirror.indiatimes.com",
534 "name": "Bangalore Mirror"
535 }
536 },
537 {
538 "position": 33,
539 "title": "WORLD FARE: A slice of Neapolitan heaven at Buona Forchetta",
540 "image": "http://sdfoodtravel.com/wp-content/uploads/2016/10/Pizza-Margherita.jpg",
541 "link": "https://sdfoodtravel.com/world-fare-a-slice-of-neapolitan-heaven-at-buona-forchetta/",
542 "domain": "sdfoodtravel.com",
543 "width": 2962,
544 "height": 2439,
545 "image_type": "jpeg",
546 "description": "forchetta neapolitan buona pizza slice margherita fare heaven",
547 "source": {
548 "link": "https://sdfoodtravel.com/world-fare-a-slice-of-neapolitan-heaven-at-buona-forchetta/",
549 "domain": "sdfoodtravel.com",
550 "name": "sdfoodtravel.com"
551 }
552 },
553 {
554 "position": 34,
555 "title": "You Should Never Fold Pizza Slices. Here's Why",
556 "image": "https://img3.mashed.com/img/gallery/you-should-never-fold-pizza-slices-heres-why/l-intro-1602105889.jpg",
557 "link": "https://www.mashed.com/258246/you-should-never-fold-pizza-slices-heres-why/",
558 "domain": "www.mashed.com",
559 "width": 1600,
560 "height": 900,
561 "image_type": "jpeg",
562 "description": "massa fold cybercook pizzeria constanta marco pizzas restauracja microondas kuopio corno hanna margherita grilli cea asteapta pizzaware pepporoni celebra plainfield",
563 "source": {
564 "link": "https://www.mashed.com/258246/you-should-never-fold-pizza-slices-heres-why/",
565 "domain": "mashed.com",
566 "name": "mashed.com"
567 }
568 },
569 {
570 "position": 35,
571 "title": "Make Amazing Pizza at Home with Store Bought Dough | Good ...",
572 "image": "https://www.goodinthesimple.com/wp-content/uploads/2019/08/homemade-pizza.jpg",
573 "link": "https://www.goodinthesimple.com/make-restaurant-worthy-flatbread-pizza-at-home/",
574 "domain": "www.goodinthesimple.com",
575 "width": 1200,
576 "height": 1800,
577 "image_type": "jpeg",
578 "description": "goodinthesimple toppings",
579 "source": {
580 "link": "https://www.goodinthesimple.com/make-restaurant-worthy-flatbread-pizza-at-home/",
581 "domain": "goodinthesimple.com",
582 "name": "goodinthesimple.com"
583 }
584 }
585 ]
586}
SerpWow returns the following properties for Bing Image requests:
Property | Type | Description |
---|---|---|
image_results | array | An array of Image Result objects, containing each of the image results returned. The Image Result object has the following properties:
|
Next Steps Bing Image Parameters