# Get a Free Content Gap Report from SERP Data

**Use case:** 

A free content-gap report from your SERP data — see exactly which topics competitors rank for that you're missing. No paid SEO platform required.

## Input

```json
{
  "targetDomain": "yoursite.com",
  "serpResults": [
    {
      "keyword": "remote team productivity",
      "organicResults": [
        {
          "url": "https://yoursite.com/remote-tips",
          "title": "Remote Work Tips",
          "pageContent": "remote team productivity communication basics"
        },
        {
          "url": "https://competitor-a.com/remote-productivity",
          "title": "Remote Productivity Playbook",
          "pageContent": "remote team productivity async standups time blocking focus rituals okrs tooling burnout"
        },
        {
          "url": "https://competitor-b.com/distributed-teams",
          "title": "Running Distributed Teams",
          "pageContent": "remote team productivity documentation handbook async decisions meeting hygiene metrics"
        }
      ]
    }
  ],
  "locale": "en",
  "country": "us",
  "minGapScore": 0
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "string"
  },
  "gapScore": {
    "label": "Gap score",
    "format": "number"
  },
  "competitorCoverage": {
    "label": "Competitor coverage",
    "format": "number"
  },
  "targetCoverage": {
    "label": "Target covers it",
    "format": "boolean"
  },
  "relatedKeywords": {
    "label": "Related keywords",
    "format": "array"
  },
  "competitorUrls": {
    "label": "Competitor URLs",
    "format": "array"
  },
  "targetDomain": {
    "label": "Target domain",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SERP Topic Gap Monitor — SEO Content Gap Analyzer for Keywords](https://apify.com/joeslade/serp-topic-gap-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/joeslade/serp-topic-gap-monitor) to learn more, explore other use cases, and run it yourself.