# Bing Competitor Content Gap Analysis

**Use case:** 

Identify content gaps by analyzing top-ranking pages for your target keywords. Uncover topics your competitors are covering that you are not, providing actionab

## Input

```json
{
  "queries": [
    "best SEO tools for agencies",
    "CRM software for small business",
    "project management solutions for remote teams",
    "e-commerce platforms for dropshipping"
  ],
  "maxResultsPerQuery": 20,
  "market": "en-US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

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