# Discover Unique Stock Photo Alternatives

**Use case:** 

Find unique and lesser-known high-quality images for common blog and marketing topics, avoiding overused stock photos. This helps content creators source fresh 

## Input

```json
{
  "query": "team collaboration productivity",
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "title": {
    "label": "Page Title",
    "format": "string"
  },
  "origin": {
    "label": "Origin",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "imageWidth": {
    "label": "Width",
    "format": "integer"
  },
  "imageHeight": {
    "label": "Height",
    "format": "integer"
  }
}
```

## About this Actor

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