POST
/
google_image
curl --request POST \
  --url https://api.scrapeasap.com/scrapers/google_image \
  --header 'Content-Type: application/json' \
  --header 'apikey: <apikey>' \
  --data '{
  "query": "<string>",
  "page": 123
}'

Headers

apikey
string
required

Scrapeasap Api Key

Body

application/json
query
string

The search query for Google Images.

page
integer

The page number for the image search results.

Response

200

Successful response with image search results.