# Export NASA James Webb images from Google Images

**Use case:** 

Run a source-specific Google Images search for NASA James Webb assets and export titles, source pages, full images, thumbnails, and dimensions.

## Input

```json
{
  "queries": [
    "site:nasa.gov \"James Webb Space Telescope\""
  ],
  "maxResultsPerQuery": 10,
  "language": "en",
  "country": "us",
  "safeSearch": "moderate",
  "imageSize": "large",
  "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.