# Bing Competitor SEO Rank Monitor

**Use case:** 

Monitor Bing rankings for competitor and buyer-intent queries with localized market settings, snippets, result URLs, and positions.

## Input

```json
{
  "queries": [
    "best crm software for startups",
    "hubspot alternatives pricing",
    "salesforce vs pipedrive"
  ],
  "maxResultsPerQuery": 50,
  "market": "en-GB",
  "safeSearch": "Moderate"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "position": {
    "label": "#",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "page": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

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