Bright Data offers a fast SERP service for Google Images. This service responds with a compact JSON to power real-time applications that need image search results. To gain access, please contact your Bright Data account manager.Documentation Index
Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Fast Images Search Request
Fast SERP for Google Images works best with the native proxy interface. If you need a REST API interface for your architecture, one can be provided. Both thex-unblock-data-format: parsed_light request header and the brd_json=1 URL parameter are required. Omitting either will result in an unexpected response format.
Native proxy request
Response Format
A successful response contains a single requiredimages array.
images array
| Field | Type | Required | Description |
|---|---|---|---|
global_rank | integer | Yes | Rank position of the result on the page |
title | string | No | Title or alt text of the image |
link | string | No | URL of the source page where the image was found |
image | string | No | Thumbnail image URL |
original_image | string | No | Full-resolution image URL |
image_width | integer | No | Displayed image width in pixels |
image_height | integer | No | Displayed image height in pixels |
original_width | integer | No | Original image width in pixels |
original_height | integer | No | Original image height in pixels |
blurred | boolean | No | Whether the image is blurred |