{
  "openapi": "3.0.1",
  "info": {
    "title": "Google Images Search Scraper",
    "description": "Real-time Google Images SERP Data Extractor API. Scrape HD image URLs, thumbnail links, exact dimensions, source domain details & Creative Commons licenses with zero proxy setup needed.",
    "version": "1.0",
    "x-build-id": "xSaaDOC8C0lxf0jcn"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/burbn~google-images-search/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-burbn-google-images-search",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/burbn~google-images-search/runs": {
      "post": {
        "operationId": "runs-sync-burbn-google-images-search",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/burbn~google-images-search/run-sync": {
      "post": {
        "operationId": "run-sync-burbn-google-images-search",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "query"
        ],
        "properties": {
          "query": {
            "title": "🔎 Search Query",
            "minLength": 1,
            "maxLength": 500,
            "type": "string",
            "description": "💬 Enter your search keyword or phrase (e.g., 'beach sunset', 'cute cats', 'modern architecture'). This is the main search term to find images on Google.",
            "default": "island"
          },
          "limit": {
            "title": "📊 Maximum Results",
            "minimum": 1,
            "maximum": 100,
            "type": "integer",
            "description": "📈 Maximum number of image results to return (1–100). More results = longer runtime.",
            "default": 10
          },
          "size": {
            "title": "📐 Image Size",
            "enum": [
              "any",
              "large",
              "medium",
              "icon",
              "400x300_and_more",
              "640x480_and_more",
              "800x600_and_more",
              "1024x768_and_more",
              "2mp_and_more",
              "4mp_and_more",
              "6mp_and_more",
              "8mp_and_more",
              "10mp_and_more",
              "12mp_and_more",
              "15mp_and_more",
              "20mp_and_more",
              "40mp_and_more"
            ],
            "type": "string",
            "description": "🖼️ Filter images by specific size. Choose 'any' to include all sizes.",
            "default": "any"
          },
          "color": {
            "title": "🎨 Color Filter",
            "enum": [
              "any",
              "red",
              "orange",
              "yellow",
              "green",
              "teal",
              "blue",
              "purple",
              "pink",
              "white",
              "gray",
              "black",
              "brown",
              "full",
              "transparent",
              "grayscale"
            ],
            "type": "string",
            "description": "🌈 Filter images with a specific dominant color.",
            "default": "any"
          },
          "type": {
            "title": "📷 Image Type",
            "enum": [
              "any",
              "face",
              "photo",
              "clipart",
              "lineart",
              "animated"
            ],
            "type": "string",
            "description": "🖼️ Filter images by specific image type (photo, clipart, line art, etc.).",
            "default": "any"
          },
          "time": {
            "title": "🕐 Time Range",
            "enum": [
              "any",
              "day",
              "week",
              "month",
              "year"
            ],
            "type": "string",
            "description": "📅 Filter images last updated within a specific time range.",
            "default": "any"
          },
          "usage_rights": {
            "title": "📜 Usage Rights",
            "enum": [
              "any",
              "creative_commons",
              "commercial"
            ],
            "type": "string",
            "description": "⚖️ Filter images by license or usage rights.",
            "default": "any"
          },
          "file_type": {
            "title": "📁 File Type",
            "enum": [
              "any",
              "jpg",
              "jpeg",
              "png",
              "gif",
              "svg",
              "webp",
              "ico",
              "raw"
            ],
            "type": "string",
            "description": "📎 Filter images by specific file format / extension.",
            "default": "any"
          },
          "aspect_ratio": {
            "title": "📐 Aspect Ratio",
            "enum": [
              "any",
              "tall",
              "square",
              "wide",
              "panoramic"
            ],
            "type": "string",
            "description": "🔳 Filter images by aspect ratio format.",
            "default": "any"
          },
          "country": {
            "title": "🌍 Country",
            "type": "string",
            "description": "🗺️ Filter images published in a specific country. Use 2-letter ISO 3166-1 alpha-2 country code (e.g., 'us', 'gb', 'in', 'de'). Leave empty for all countries."
          },
          "region": {
            "title": "🌐 Search Region",
            "type": "string",
            "description": "🗺️ Country/region code from which to make the search query. Use 2-letter ISO country code (e.g., 'us', 'gb', 'in', 'de').",
            "default": "us"
          },
          "safe_search": {
            "title": "🛡️ Safe Search",
            "enum": [
              "false",
              "blur",
              "true"
            ],
            "type": "string",
            "description": "🔒 Control explicit content filtering in results.",
            "default": "blur"
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}