# Google Images Source Extractor for News

**Use case:** 

Extract Google Images source pages and image metadata for news, PR, and media monitoring research.

## Input

```json
{
  "queries": [
    "electric vehicle factory news"
  ],
  "maxResultsPerQuery": 25,
  "imageSize": "",
  "imageColor": "",
  "imageType": "photo",
  "usageRights": "",
  "safeSearch": "strict",
  "language": "en",
  "country": ""
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "imageWidth": {
    "label": "W",
    "format": "number"
  },
  "imageHeight": {
    "label": "H",
    "format": "number"
  },
  "position": {
    "label": "#",
    "format": "number"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Images Scraper](https://apify.com/automation-lab/google-images-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/google-images-scraper) to learn more, explore other use cases, and run it yourself.