cURL
curl --request POST \ --url https://api.scrapeasap.com/scrapers/google_image \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "query": "<string>", "page": 123 }'
Search for images on Google using a query and page number.
Scrapeasap Api Key
Successful response with image search results.