Core APIs
...
Google
Core Requests

Images

3min

Google Image Results

DESKTOP TABLET MOBILE

VALUE SERP parses the Google image search results the image_results array in the JSON output when the search_type=images search parameter is set.

Google Image Results
Google Image Results


Below is an example of how the image_results array is represented in the VALUE SERP result JSON:

JSON



VALUE SERP returns the following properties for search_type=images 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.



  • brand
  • string
  • The brand name of the image result, if shown.



  • source
  • array
  • source Array An array containing the source of the image
    • 
      1. link
      2. string
      3. The URL of the original source where the image was found
    • 
      1. domain
      2. string
      3. The domain name of the website
    • 
      1. name
      2. string
      3. The title or descriptive name of the source page, which often includes the image context (e.g., "New York Style Pepperoni Pizza Recipe"

search_refinement

object

An object containing details of the "search refinement" section at the top of the images SERP page.

  • 

    Document image
    



  • items
  • array
  • Items Array An array containing the items in the search refinement:
    • 
      1. title
      2. string
      3. The title text of the search refinement item, if shown.
    • 
      1. link
      2. string
      3. The link of the search refinement item, if shown.
    • 
      1. block_position
      2. number
      3. The position of the search refinement item, relative to other page features shown.


Next Steps      Google Image Parameters