Google Images
Search Google Images via API and retrieve image results (URLs, titles, sources, dimensions).
Credit cost: 1 credit per call
Authorization
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.autom.dev/v1/google/images"{
"images": [
{
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Lion_waiting_in_Namibia.jpg/1200px-Lion_waiting_in_Namibia.jpg",
"link": "https://en.wikipedia.org/wiki/Lion",
"title": "Lion - Wikipedia",
"domain": "en.wikipedia.org",
"source": "Wikipedia",
"position": 1,
"image_width": 1200,
"image_height": 900
}
],
"search_parameters": {
"q": "lion",
"gl": "us",
"hl": "en",
"page": 1,
"engine": "google"
}
}{
"error": "Bad Request"
}{
"error": "Invalid API Key"
}{
"error": "Payment required"
}{
"error": "Rate limit exceeded for the API key: quota monthly"
}{
"error": "Internal Error"
}