# Bing Serp Copilot Presence Task

**Use case:** 

Track your Bing rankings and whether Bing shows an AI (Copilot Search) surface for your keywords.

For each query, this Actor returns one row per organic result

## Input

```json
{
  "queries": [
    "best crm for small business"
  ],
  "countryCode": "US",
  "languageCode": "en-US",
  "maxResults": 10,
  "responseWaitSeconds": 6,
  "copilotAnswerWaitSeconds": 8,
  "bingCookies": "[]",
  "maxAttempts": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "position": {
    "label": "Rank",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "url": {
    "label": "Url"
  },
  "copilotPresent": {
    "label": "Copilot surface",
    "format": "text"
  },
  "market": {
    "label": "Market"
  },
  "capturedAt": {
    "label": "Captured at"
  }
}
```

## About this Actor

This example demonstrates how to use [Bing SERP & Copilot Presence Scraper](https://apify.com/leaderly_jackpine/bing-serp-copilot-presence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leaderly_jackpine/bing-serp-copilot-presence) to learn more, explore other use cases, and run it yourself.