# Google SERP Competitor Monitor

**Use case:** 

Track the first two Google result pages for recurring competitor and category keywords in structured JSON.

## Input

```json
{
  "queries": [
    "best web scraping tools",
    "web data extraction API"
  ],
  "maxPagesPerQuery": 2,
  "countryCode": "us",
  "language": "en",
  "safeSearch": true,
  "includeEmptyPages": false,
  "debugHtml": false
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "page": {
    "label": "Page"
  },
  "countryCode": {
    "label": "Country code"
  },
  "language": {
    "label": "Language"
  },
  "status": {
    "label": "Status"
  },
  "resultStats": {
    "label": "Result stats"
  },
  "organicResults": {
    "label": "Organic results"
  },
  "ads": {
    "label": "Ads"
  },
  "peopleAlsoAsk": {
    "label": "People also ask"
  },
  "relatedSearches": {
    "label": "Related searches"
  },
  "fetchedAt": {
    "label": "Fetched at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Search Results Scraper](https://apify.com/webdata_labs/google-search-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/google-search-results-scraper) to learn more, explore other use cases, and run it yourself.