Core APIs
...
Google
Core Requests

Images

3min

Google Image Results

DESKTOP TABLET MOBILE

Scale 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 Scale SERP result JSON:

JSON



Scale 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.

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

Updated 13 Aug 2024
Did this page help you?