# Google Index Checker for a Domain

**Use case:** 

Use a Google index checker to compare a domain with search results and find indexed or missing pages for technical SEO monitoring.

## Input

```json
{
  "domain": "apify.com",
  "maxResults": 20
}
```

## Output

```json
{
  "date": {
    "label": "Date",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "sitemapTotal": {
    "label": "Sitemap URLs",
    "format": "number"
  },
  "googleIndexed": {
    "label": "Indexed in Google",
    "format": "number"
  },
  "indexRate": {
    "label": "Index rate",
    "format": "text"
  },
  "notIndexedCount": {
    "label": "Not indexed",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Index Checker API](https://apify.com/tugelbay/google-serp-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tugelbay/google-serp-checker) to learn more, explore other use cases, and run it yourself.