Core APIs
...
Bing
Core Requests

Images

3min

Bing Image Results

DESKTOP TABLET MOBILE

SerpWow parses Bing Image search results when the engine=bing and search_type=images search parameters are set.

Bing Image Results
Bing Image Results


Below is an example of how the Bing Image results are represented in the SerpWow result JSON:

JSON



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:

  • position
  • number
  • The position of the image result on the current page.



  • title
  • string
  • The title of the image result.



  • link
  • string
  • A link to the image result.



  • domain
  • string
  • The domain of the link to the image result.



  • width
  • number
  • The width of the image in pixels, if shown.



  • height
  • number
  • The height of the image in pixels, if shown.



  • image
  • string
  • The thumbnail image of the image result, either returned as a URL to the image, or as a Base64-encoded image string.



  • description
  • string
  • The text description next to the image result, if shown.



  • image_type
  • string
  • The type of the image result - i.e. "jpeg", if shown.



  • source
  • object
  • An object with name , link and domain properties describing the source of the image, if shown.


Next Steps      Bing Image Parameters

Updated 15 Aug 2024
Did this page help you?