# Perform Competitor Keyword Gap Analysis

**Use case:** 

Uncover your competitors' top-ranking keywords and identify valuable content opportunities you might be missing. This helps refine your SEO strategy and close c

## Input

```json
{
  "queries": [
    "best CRM software",
    "CRM features comparison",
    "affordable CRM for small business",
    "CRM for sales teams",
    "cloud CRM solutions"
  ],
  "maxResults": 100,
  "countryCode": "us",
  "languageCode": "en",
  "maxPagesPerQuery": 3,
  "resultsPerPage": 10,
  "timePeriod": "",
  "mobileResults": false,
  "csvFriendlyOutput": true
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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