# Find red panda wildlife photos with Google Images

**Use case:** 

Search Google Images for red panda wildlife photography and export full image URLs, source pages, titles, thumbnails, and dimensions.

## Input

```json
{
  "queries": [
    "red panda wildlife photography"
  ],
  "maxResultsPerQuery": 10,
  "language": "en",
  "country": "us",
  "safeSearch": "strict",
  "imageSize": "any",
  "imageType": "any",
  "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.