# Compare Nike and Adidas product imagery at scale

**Use case:** 

Batch two Google Images searches to compare current Nike and Adidas running-shoe visual assets, source domains, titles, image sizes, and URLs.

## Input

```json
{
  "queries": [
    "Nike Pegasus 41 product photography",
    "Adidas Ultraboost 5 product photography"
  ],
  "maxResultsPerQuery": 8,
  "language": "en",
  "country": "us",
  "safeSearch": "strict",
  "imageSize": "any",
  "imageType": "photo",
  "usageRights": "any"
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "thumbnailUrl": {
    "label": "Thumbnail URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceDomain": {
    "label": "Source domain",
    "format": "string"
  },
  "imageWidth": {
    "label": "Image width",
    "format": "integer"
  },
  "imageHeight": {
    "label": "Image height",
    "format": "integer"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source page",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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