# Run image SERP research in Claude via MCP

**Use case:** 

Do Google Images SERP research inside Claude via MCP. Ask which images rank for a keyword and get URLs, sources, and positions back in the conversation.

## Input

```json
{
  "queries": [
    "mid century modern sofa"
  ],
  "maxResultsPerQuery": 20,
  "gl": "us",
  "hl": "en"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "Position",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "string"
  },
  "imageWidth": {
    "label": "Image Width",
    "format": "integer"
  },
  "imageHeight": {
    "label": "Image Height",
    "format": "integer"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "link": {
    "label": "Page Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Images API - $0.10 per 1,000 - Fast Image API](https://apify.com/johnvc/google-images-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-images-api) to learn more, explore other use cases, and run it yourself.