# Google competitor SEO monitor

**Use case:** 

Monitor localized Google rankings for competitor and buyer-intent queries with country, language, snippets, URLs, and SERP features.

## Input

```json
{
  "queries": [
    "best crm software for startups",
    "hubspot alternatives pricing",
    "salesforce vs pipedrive"
  ],
  "maxResultsPerQuery": 50,
  "country": "gb",
  "language": "en",
  "includePeopleAlsoAsk": true,
  "includeRelatedSearches": true
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "resultType": {
    "label": "Type",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Scraper — Organic SERP, PAA & Related](https://apify.com/automation-lab/google-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/google-search-scraper) to learn more, explore other use cases, and run it yourself.