Skip to main content
GET
/
v1
/
google
/
images
/
search
Search Google Images
curl --request GET \
  --url https://scrapebadger.com/v1/google/images/search
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

q
string
required

Image search query

gl
string
default:us

Country code

hl
string
default:en

Language code

tbs
string | null

Time/filter string (e.g. qdr:d)

imgsz
string | null

Image size: l, m, i, xXl

imgcolor
string | null

Image color filter

imgtype
string | null

Image type: face, photo, clipart

safe
string
default:off

Safe search

page
integer
default:0

Page number

Required range: x >= 0

Response

Successful Response